procinfo is a command in Linux; this command is used to display the status of the system. The procinfo command reads relevant data from the "/proc" directory, properly organizes the data and outputs it to the standard output device. The syntax is " procinfo [-abdDfhimsSv][-F
The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
The Linux procinfo command is used to display system status.
The procinfo (process information) command reads relevant data from the /proc directory, sorts the data properly, and then outputs it to the standard output device.
Syntax
procinfo [-abdDfhimsSv][-F <输出文件>][-n <间隔秒数>]
Parameter description:
-a Display all information.
-b Displays the number of blocks in the disk device, not the number of accesses.
-d Displays the difference in system information changes per second, rather than the total value. This parameter must be used with the "-f" parameter
-D The effect of this parameter is similar to that of specifying the "-d" parameter, but the information in the memory and swap file is the sum of values.
-f Enter the full-screen interactive operation interface.
-F
-h Online help.
-i Display the complete IRP list.
-m Displays related information such as system modules and peripheral devices.
-n
-s Displays system memory, disk space, IRP and DMA information. This is the default value.
-S When used with the parameter "-d" or "-D", the information will be updated every second, regardless of whether the parameter "-n" is used.
-v Display version information.
The examples are as follows:
Display system status
# procinfo
Recommended learning: Linux video tutorial
The above is the detailed content of Is procinfo a linux command?. For more information, please follow other related articles on the PHP Chinese website!