The UNIX and Linux Forums
>
OS Specific Forums
>
AIX
How to list the resources used for each process
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How to list the resources used for each process
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-30-2008
sysgate
Unix based
Join Date: Nov 2006
Location: /root
Posts: 1,128
There isn't a single command that can do that, consider piping few applications that will report that, for example "topas -P -o unavailmem" - this will report the process ID, the process name, the CPU time, and the size of unavailable memory.
sysgate
View Public Profile
Find all posts by sysgate