AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  How to capture top processes CPU usage

    Posted Tue February 10, 2009 03:13 AM

    Originally posted by: SystemAdmin


    If we use topas,we can see the process name and cpu % usage. What command actually topas use to grep this.


  • 2.  Re: How to capture top processes CPU usage

    Posted Tue February 10, 2009 09:07 PM

    Originally posted by: dukessd


    topas is a command, try:

    man topas

    or look at the command reference for topas for more info:

    http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.doc/doc/base/alphabeticallistofcommands.htm


  • 3.  Re: How to capture top processes CPU usage

    Posted Wed February 11, 2009 01:44 PM

    Originally posted by: j.gann


    topas most certainly uses functions from the aix libperfstat library. developerworks has a nice article about using these functions from C programs.

    Joachim