What command line should I write to display the memory used by process as well as the process command line and it's pid ?
Something like:
pid mem cmdline --- --- ------- 112 12M mysql -param1 5 -param2 12 115 15M apache -param1 44 -param2 8 ...
What command line should I write to display the memory used by process as well as the process command line and it's pid ?
Something like:
pid mem cmdline --- --- ------- 112 12M mysql -param1 5 -param2 12 115 15M apache -param1 44 -param2 8 ...
Wasn't there something like the /proc directory? /proc/[id]/mem should lead you there.