Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TOP PROCESSES per MEMORY usage

Status
Not open for further replies.

tedans

Technical User
Feb 18, 2002
45
0
0
US
hi
Is there a way to list the processes eating up the most memory?

Most of the utilities/command (nmon utility) that I'm familiar of only displays the top processes per cpu usage
 
by the way OS version is AIX433. It is configured as the NIS master server

using the nmon utility:
we execute
# nmon433
then choose m and t for Memory and Top process to be shown

the output shows that physical memory is mostly 99% used but the output for the top process by size only shows about 5% usage of memory. How would we know why physical memory is almost 100% used when the top processes just used about 5% of the memory

thanks for anybody who would answer our problem

 
It should also be noted that AIX uses all otherwise unused physical memory for file page caching, only releasing the memory when needed to keep the free list above minfree. So once a system has accessed (physical memory - (minfree + program allocated memory)) different file pages, the physical memory will remain fully used until a reboot.

In topas, these file cache pages show up as "% Noncomp" under memory.



Rod Knowlton
IBM Certified Advanced Technical Expert pSeries and AIX 5L

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top