logging the memory for the core image of a process
By juha at Sun, Jul 30 2006 7:08pm |
Description:
This script logs the size of the core image for a process with name $1 at a sampling rate of $2 into a file $3. The file can easily be plotted with gnuplot. The command './musa job 15s log' will write the size of the core image of the process called job at 15s intervalls into the file log. It uses a bash shell and requires awk.
Author's Full Name:
Juerg Hauser
Script File:
musa.sh.tar.gz (481 bytes)


