The UNIX and Linux Forums  

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



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-26-2008
vinodannair vinodannair is offline
Registered User
 

Join Date: Jun 2008
Posts: 1
Smile

You can try sar command like this

sar -d 1 5 ( For disk statistics )

sar -u 1 5 ( System Load stats )
sar -w ( memory/swap utilisation stats etc )


More commands

prstat
iostat
vmstat

etc
Reply With Quote