1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 2.00 out of 5)
Loading...
:

There is an utility from Sun (now Oracle :-D) that may help you (check that is installed in your system, command jps:

http://java.sun.com/performance/jvmstat/ 

Usage:

http://java.sun.com/performance/jvmstat/solaris.html 

If you make it work…:), adding it to the pandora agent is simple, just create a module that parses the output using your own shell skills (wc, cut, perl, sed, awk, tail…)

Module data

As an example: 

module_begin 
module_name jvmperf 
module_type generic_data 
module_exec jstat -gcutil $(jps |grep -v Jps|tail -1|awk '{print $1}') 1000 1 
module_description JVM Performance 
module_end
(Visited 364 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X