Narins, Josh wrote:
Um, can someone provide a link as to what libgtop is
supposed to do? Is it just a graphical /usr/local/bin/top?
There is a graphical top built on it, but libgtop is just a library that measures memory usage, CPU, etc. GTop.pm is a module which provides a Perl interface to that data. It is referred to in many parts of the mod_perl documentation, like this one:
http://perl.apache.org/docs/1.0/guide/performance.html#Measuring_the_Memory_of_the_Process

It is the basis of the Apache::GTopLimit module and is used by Apache::VMonitor.

- Perrin



Reply via email to