Linux Comm Procinfo
# Linux procinfo Command
[ Linux Command Manual](#)
The Linux procinfo command is used to display system status.
The procinfo (process information) command reads relevant data from the /proc directory, organizes the data appropriately, and outputs it to the standard output device.
### Syntax
procinfo
**Parameter Description**:
* -a Display all information.
* -b Display the number of blocks for disk devices, rather than the number of accesses.
* -d Display the difference in system information per second, rather than the total value. This parameter must be used in conjunction with the "-f" parameter.
* -D This parameter has a similar effect to specifying the "-d" parameter, but the information for memory and swap files is the total value.
* -f Enter the full-screen interactive operation interface.
* -F Output the information status to a file for saving, rather than the default standard output device.
* -h Online help.
* -i Display the complete IRP list.
* -m Display information related to system modules and peripheral devices.
* -n Set the information update speed in the full-screen interactive mode, in seconds.
* -s Display system information such as memory, disk space, IRP, and DMA. This is the default value.
* -S When used with the "-d" or "-D" parameter, the information is updated every second, regardless of whether the "-n" parameter is used.
* -v Display version information.
### Example
Display system status
# procinfo
[ Linux Command Manual](#)
YouTip