English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux procinfo command

Linux Command大全

The Linux procinfo command is used to display system status.

The procinfo(process information) command from/Reads related data from the proc directory, sorts the data properly, and outputs it to the standard output device.

Syntax

procinfo [-abdDfhimsSv][-F <Output File>][-n <Interval Seconds>]

Parameter Description

  • -a  Display all information.
  • -b  Display the block number of disk devices, rather than the access number.
  • -d  Display the change amount of system information between each second, rather than the total value. This parameter must be used with"-f"parameter usage"
  • -D  This parameter has the same effect as specifying"-d"Parameters are similar, but the information of memory and swap files is the total value"
  • -f  Enter the full-screen interactive operation interface.
  • -F<Output File>  Output the information status to a file to save, rather than the default standard output device.
  • -h  Online Help.
  • -i  Display the complete IRP list.
  • -m  Display system modules and peripheral device information.
  • -n<Interval Seconds>  Set the information update speed of full-screen interactive mode, in seconds.
  • -s  Display system memory, disk space, IRP and DMA information, etc., which is the default value.
  • -S  Combined with parameters"-d"or"-D"Using this option, the information will be updated every second, regardless of whether any parameters are used"-n"。
  • -v  Display Version Information.

Online Examples

Display System Status

# procinfo

Linux Command大全