[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: cli to track app utilizing CPU
- From: Jonathan Bartlett <johnnyb eskimo com>
- To: redhat-list redhat com
- Subject: Re: cli to track app utilizing CPU
- Date: Fri Feb 27 16:11:03 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 redhat com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]