|
From: Mag G. <mag...@gm...> - 2010-05-08 11:15:21
|
I have a process, which is wrapped into a shell script. I would like to get get the peak memory usage of the process. For example, w.sh #!/bin/bash ./process I tried running valgrid w.sh but I only get HEAP SUMMARY, is there anything else I can do to get more details on this process memory usage? TIA |