zabbix監控jvm部分監控項解釋

本文介紹了部分zabbix監控jvm和tomcat的監控項中文釋義,適合有一定基礎的人看,針對於zabbix的版本爲2.4.4,內存回收管理主要依靠CMS和ParNew機制。如果有不對的地方,歡迎指出


監控項涵義鍵值類別
http-8010 bytes received per second接收字節數/秒jmx["Catalina:type=GlobalRequestProcessor,name=http-8010",bytesReceived]http
http-8010 bytes sent per second發送字節數/秒jmx["Catalina:type=GlobalRequestProcessor,name=http-8010",bytesSent]http
http-8010 errors per second錯誤數/秒jmx["Catalina:type=GlobalRequestProcessor,name=http-8010",errorCount]http
http-8010 request processing time請求處理時間jmx["Catalina:type=GlobalRequestProcessor,name=http-8010",processingTime]http
http-8010 requests per second請求數/秒jmx["Catalina:type=GlobalRequestProcessor,name=http-8010",requestCount]http
http-8010 threads allocated已分配線程jmx["Catalina:type=ThreadPool,name=http-8010",currentThreadCount]http
http-8010 threads busy忙碌線程jmx["Catalina:type=ThreadPool,name=http-8010",currentThreadsBusy]http
http-8010 threads max最大線程數jmx["Catalina:type=ThreadPool,name=http-8010",maxThreads]http
jk-8019 bytes received per second接收字節數/秒jmx["Catalina:type=GlobalRequestProcessor,name=jk-8019",bytesReceived]ajp
jk-8019 bytes sent per second發送字節數/秒jmx["Catalina:type=GlobalRequestProcessor,name=jk-8019",bytesSent]ajp
jk-8019 errors per second錯誤數/秒jmx["Catalina:type=GlobalRequestProcessor,name=jk-8019",errorCount]ajp
jk-8019 request processing time請求處理時間jmx["Catalina:type=GlobalRequestProcessor,name=jk-8019",processingTime]ajp
jk-8019 requests per second請求數/秒jmx["Catalina:type=GlobalRequestProcessor,name=jk-8019",requestCount]ajp
jk-8019 threads allocated已分配線程jmx["Catalina:type=ThreadPool,name=jk-8019",currentThreadCount]ajp
jk-8019 threads busy忙碌線程jmx["Catalina:type=ThreadPool,name=jk-8019",currentThreadsBusy]ajp
jk-8019 threads max最大線程數jmx["Catalina:type=ThreadPool,name=jk-8019",maxThreads]ajp
Maximum number of active sessions so far歷史最大活動會話數jmx["Catalina:type=Manager,path=/,host=localhost",maxActive]會話
Number of active sessions at this moment當前活動會話數jmx["Catalina:type=Manager,path=/,host=localhost",activeSessions]會話
Number of sessions created by this  manager per second每秒創建會話數jmx["Catalina:type=Manager,path=/,host=localhost",sessionCounter]會話
Number of sessions we rejected due to  maxActive being reached達到最大會話數後被拒絕的會話數jmx["Catalina:type=Manager,path=/,host=localhost",rejectedSessions]會話
The maximum number of active Sessions  allowed, or -1 for no limit最大允許會話數量,-1時爲無限jmx["Catalina:type=Manager,path=/,host=localhost",maxActiveSessions]會話
cl Loaded Class Count已加載類計數jmx["java.lang:type=ClassLoading",LoadedClassCount]加載類
cl Total Loaded Class Count全加載類計數jmx["java.lang:type=ClassLoading",TotalLoadedClassCount]加載類
comp Accumulated time spent in  compilation總編譯時間jmx["java.lang:type=Compilation",TotalCompilationTime]加載類
gc ConcurrentMarkSweep accumulated time  spent in collectionCMS收集累計時間jmx["java.lang:type=GarbageCollector,name=ConcurrentMarkSweep",CollectionTime]垃圾回收
gc Copy  accumulated time spent in collectionGC副本收集累計時間jmx["java.lang:type=GarbageCollector,name=ConcurrentMarkSweep",CollectionCount]垃圾回收
gc Copy  number of collections per second每秒GC副本收集數jmx["java.lang:type=GarbageCollector,name=Copy",CollectionTime]垃圾回收
gc  ParNew accumulated time spent in collectionParNew收集累計時間jmx["java.lang:type=GarbageCollector,name=Copy",CollectionCount]垃圾回收
gc  ParNew number of collections per second每秒ParNew收集數jmx["java.lang:type=GarbageCollector,name=ParNew",CollectionTime]垃圾回收
mem Heap  Memory committed堆內存jmx["java.lang:type=GarbageCollector,name=ParNew",CollectionCount]
mem Heap  Memory max堆內存最大jmx["java.lang:type=Memory",HeapMemoryUsage.max]
mem Heap  Memory used堆內存已使用jmx["java.lang:type=Memory",HeapMemoryUsage.used]
mem  Non-Heap Memory committed非堆內存jmx["java.lang:type=Memory",NonHeapMemoryUsage.committed]非堆
mem  Non-Heap Memory max非堆內存最大jmx["java.lang:type=Memory",NonHeapMemoryUsage.max]非堆
mem  Non-Heap Memory used非堆內存已使用jmx["java.lang:type=Memory",NonHeapMemoryUsage.used]非堆
mem  Object Pending Finalization Count暫掛結束操作的對象的大約數目jmx["java.lang:type=Memory",ObjectPendingFinalizationCount]
mp CMS  Old Gen committed年老代jmx["java.lang:type=MemoryPool,name=CMS  Old Gen",Usage.committed]
mp CMS  Old Gen max年老代最大jmx["java.lang:type=MemoryPool,name=CMS  Old Gen",Usage.max]
mp CMS  Old Gen used年老代已用jmx["java.lang:type=MemoryPool,name=CMS  Old Gen",Usage.used]
mp CMS  Perm Gen committed永久代jmx["java.lang:type=MemoryPool,name=CMS  Perm Gen",Usage.committed]
mp CMS  Perm Gen max永久代最大jmx["java.lang:type=MemoryPool,name=CMS  Perm Gen",Usage.max]
mp CMS  Perm Gen used永久代已用jmx["java.lang:type=MemoryPool,name=CMS  Perm Gen",Usage.used]
mp Code  Cache committed代碼緩存jmx["java.lang:type=MemoryPool,name=Code  Cache",Usage.committed]非堆
mp Code  Cache max代碼緩存最大jmx["java.lang:type=MemoryPool,name=Code  Cache",Usage.max]非堆
mp Code  Cache used代碼緩存已用jmx["java.lang:type=MemoryPool,name=Code  Cache",Usage.used]非堆
mp Perm  Gen committed方法區jmx["java.lang:type=MemoryPool,name=Perm  Gen",Usage.committed]非堆
mp Perm  Gen max方法區最大jmx["java.lang:type=MemoryPool,name=Perm  Gen",Usage.max]非堆
mp Perm  Gen used方法區已用jmx["java.lang:type=MemoryPool,name=Perm  Gen",Usage.used]非堆


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章