• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

see how much ram a program is using

Red Squirrel

No Lifer
What is an easy way to monitor how much ram a certain app is using?

I know top and ps aux sorta does it, but I don't care about resident, shared etc... I just want to know how much memory its using, either from ram, or swap. Basically I want an equivalent to the number shown in the task manager list in windows.
 
I'm looking for text based one (no GUI - its a server). Really something that lists all programs and how much memory they use would work, then I can just grep out whatever I need.
 
Originally posted by: RedSquirrel
I'm looking for text based one (no GUI - its a server). Really something that lists all programs and how much memory they use would work, then I can just grep out whatever I need.

the second link i provided shows examples where this is *exactly* what is being done, is it not what you were looking for?
 
Back
Top