[Ilugc] One Day One GNU/Linux Command (PROCINFO)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Thu Sep 11 11:30:50 2008

One Day One GNU/Linux Command
=============================

procinfo -- Display system status gathered from /proc folder

Summary:

procinfo gathers system data from the /proc directory and show it 
in nicely formatted output.

Example:

$ procinfo -- Show MEM,CPU Usage and IRQ details.

$ procinfo -a -- Show all known info.

$ procinfo -i -- Show full list of IRQ.

$ procinfo -f -- Run in Full screen mode and update will happen for 
                 every 5 Sec.

$ procinfo -n.1 -- Run in Full screen mode and update for every .1 
                   sec (Run with highest-priority).

$ procinfo -m -- Show info about modules and device drivers.

$ procinfo -d -- For memory, CPU times, paging, swapping, disk,
                 context and IRQ status.

$ procinfo -F /dev/tty9 -- Redirect output to tty9.

Read: man procinfo

HTH :)
--
Bharathi S

Other related posts:

  • » [Ilugc] One Day One GNU/Linux Command (PROCINFO) - Bharathi Subramanian