The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-08-2008
asutoshch asutoshch is offline
Registered User
 

Join Date: Mar 2001
Location: Calcutta, India
Posts: 46
system parameter values on Red Hat Linux

I am making a shell script that will display memory, disk space and CPU utilization at periodic intervals. I am planning to use free, df -h and mpstat commands and then parse them to extract the values. Can someone give me idea if I am using the correct command. I am interested to display overall (considering all the processes running on the Linux box) memory status, disk space and CPU utilization of a particular Linux box that is running Red Hat OS.
Reply With Quote
Forum Sponsor