The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




Thread: Topas
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-15-2004
sssow sssow is offline
Registered User
  
 

Join Date: Aug 2001
Posts: 179
Do you want to log every thing to file. On HP-UX, top -f will do this. Not sure on AIX. But if you want to just monitor particular one like CPU usage you can use sar or other commands like ps,iostat etc.

sar -u 1 1|grep :|grep -v usr|awk '{print $2+$3}'