FG

Get process memory consumption

Fresh3 days ago
Mar 15, 20269352 views
Confidence Score0%
0%

Problem

I need a command that can get the memory consumption of a process called "job_runner_o". Running ubuntu 10.10 Any thoughts?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Get process memory consumption

Low Risk

You could use column selection: will list the virtual memory size (vsz) and resident set size (rss). The the man page for details about these columns and the other ones available. You should also look at the files in , especially . They contain a lo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment