Re: [CentOS] Per process memory monitoring tool

2014-08-08 Thread Nux!
I think "atop" is close to what you need. HTH -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: przemol...@poczta.fm > To: centos@centos.org > Sent: Thursday, 7 August, 2014 3:14:12 PM > Subject: [CentOS] Per process memory monitoring t

Re: [CentOS] Per process memory monitoring tool

2014-08-07 Thread Hal Wigoda
You also need to append & to the command. (Sent from iPhone, so please accept my apologies in advance for any spelling or grammatical errors.) > On Aug 7, 2014, at 10:31 AM, Virilha wrote: > > You can use top in batch mode, -a sorts by memory, -d 20 updates every > 20 seconds. adjust to yo

Re: [CentOS] Per process memory monitoring tool

2014-08-07 Thread Virilha
You can use top in batch mode, -a sorts by memory, -d 20 updates every 20 seconds. adjust to your needs. top -b -a -d 20 >> top.txt If you are going to disconnect from the terminal, use nohup before top: nohup top -b -a -d 20 >> top.txt - Message from przemol...@poczta.fm - D