![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| List Process with their Status. | varungupta | UNIX for Advanced & Expert Users | 2 | 03-21-2008 09:27 PM |
| list windows process | ncatdesigner | UNIX for Advanced & Expert Users | 3 | 03-06-2008 08:02 PM |
| display a process args list | ermur | Shell Programming and Scripting | 3 | 07-17-2007 09:46 PM |
| OS functions for process list | jalburger | SUN Solaris | 1 | 04-09-2007 06:49 PM |
| List of Thread IDs of a process | hmurali | High Level Programming | 0 | 06-04-2002 01:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to list the resources used for each process
Hi Expert,
Can anyone tell what command can list the resources used for each process in AIX, including the following columns: Process ID, Program Name, Resources used(CPU,RAM,SWAP),Start Time Thanks!! Victor Cheung |
|
||||
|
Have a look at the man page of "ps" and you will find most of the information you are seeking, especially when examining the option "-o".
For instance: display memory used, ProcessID and commandline: "ps -Alo vsz,pid,args" I hope this helps. bakunin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|