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

_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to