![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^2: monitoring memory loadby eye (Chaplain) |
on Mar 16, 2009 at 04:12 UTC ( #750806=note: print w/replies, xml ) | Need Help?? |
On the linux side, the "vmstat" program may be a better choice than "top" (and its peers). "vmstat" only reports memory information and should not place a computational burden on the CPU the way "top" can. You can also access this information directly by reading the pseudo-file "/proc/vmstat".
In Section
Seekers of Perl Wisdom
|
|