Monitoring memory use

Ben Scott dragonhawk at gmail.com
Fri Sep 21 10:01:12 EDT 2007


On 9/21/07, Ben Scott <dragonhawk at gmail.com> wrote:
>   (Note: Syntax in the above not checked.  Testing is advised.)

  D'oh!  At the least, the second crontab entry should be:

0-30/2 02 * * * ps --no-header -C myjob -o pid,start,time,vsz,rss,cmd
>> $HOME/myjob.pslog

  Note that the above now uses >> (append) instead of > for the output
redirection!  ;-)

-- Ben


More information about the gnhlug-discuss mailing list