Viewing System Information
View the system information.
shellcat /etc/os-release
For example, the command and output are as follows:
shell$ cat /etc/os-release NAME="openEuler" VERSION="21.09" ID="openEuler" VERSION_ID="21.09" PRETTY_NAME="openEuler 21.09" ANSI_COLOR="0;31"
View system resource information.
Run the following command to view the CPU information:
shell# lscpu
Run the following command to view the memory information:
shellfree
Run the following command to view the disk information:
shellfdisk -l
View the real-time system resource information.
shelltop
Bug