cli to track app utilizing CPU

Jonathan Bartlett johnnyb at eskimo.com
Fri Feb 27 16:11:03 UTC 2004


"top".  If you hit "M" (must be capitalized) it will sort by memory usage.

Also, look at "ps".  To see all apps and their sizes, you can do

ps -ax -o pid,vsz

"pid" prints the process ID, and "vsz" prints the virtual memory size.
Other output stuff is in the "ps" man page.

Jon

On Fri, 27 Feb 2004, a s p a s i a wrote:

> hello,
>
> i have 12gig of RAM; checking top i noticed
> that i only have aroun 500mb fee memory ...
> though it shows percentage of memory utilized
> by an app ... is there a CLI that I can use to
> exactly trace which application or process is
> using most of my memory, and exactly how much?
>
> - a.
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>





More information about the redhat-list mailing list