monitors:jmxstat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
monitors:jmxstat [2017/05/30 11:08] – [Description] shadymintmonitors:jmxstat [2017/05/30 11:12] – [Installation] shadymint
Line 44: Line 44:
  
 6. Add this to TEST2RRD= in xymonserver.cfg 6. Add this to TEST2RRD= in xymonserver.cfg
-  Threads=ncv,JVMHeap=ncv,Classes=ncv,WebApp=ncv,ThreadPool=ncv,Service=ncv,GCInfo+  Threads=ncv,JVMHeap=ncv,Classes=ncv,WebApp=ncv,ThreadPool=ncv,Service=ncv,GCInfo,jmxstat
      
 7. Add this to GRAPHS= in xymonserver.cfg  7. Add this to GRAPHS= in xymonserver.cfg 
   Threads,Classes,Service,JVMHeap,GCInfo,WebApp,ThreadPool,jmxstat   Threads,Classes,Service,JVMHeap,GCInfo,WebApp,ThreadPool,jmxstat
      
-8. Add these extra lines to xymonserver.cfg+8. Add these extra lines to xymonserver.cfg
   NCV_Threads="LiveThreads:GAUGE,Peak:GAUGE,DaemonThreads:GAUGE,Total:DERIVE"   NCV_Threads="LiveThreads:GAUGE,Peak:GAUGE,DaemonThreads:GAUGE,Total:DERIVE"
   NCV_JVMHeap="HeapSize:GAUGE,Committed:GAUGE,MaxHeapSize:GAUGE"   NCV_JVMHeap="HeapSize:GAUGE,Committed:GAUGE,MaxHeapSize:GAUGE"
Line 56: Line 56:
   NCV_ThreadPool="currentThreadCount:GAUGE,currentThreadsBusy:GAUGE"   NCV_ThreadPool="currentThreadCount:GAUGE,currentThreadsBusy:GAUGE"
   NCV_Service="bytesReceived:DERIVE,bytesSent:DERIVE,errorCount:DERIVE,requestCount:DERIVE"   NCV_Service="bytesReceived:DERIVE,bytesSent:DERIVE,errorCount:DERIVE,requestCount:DERIVE"
 +  NCV_jmxstat="runtime:GAUGE"
      
 9. Add these 8 new sections to graphs.cfg 9. Add these 8 new sections to graphs.cfg
  • monitors/jmxstat.txt
  • Last modified: 2017/11/21 17:01
  • by shadymint