Quantcast
Channel: 日本Zabbixユーザー会 - 日本Zabbixユーザー会フォーラム
Viewing all articles
Browse latest Browse all 1811

JMX監視項目の計算について

$
0
0

JMX監視でZabbix標準搭載の「Template App Apache Tomcat JMX」を用いて監視を実装しています。
本テンプレート内の項目についてはデータ取得できていることを確認しているのですが、
テンプレート内のJMX項目で取得した値を組み合わせて計算アイテムを作成することは可能でしょうか。

具体的には、以下の項目を用いてHeapMemory使用率を算出したいと考えております。

・HeapMemory使用量のキー
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]

・HeapMemory量のキー
jmx["java.lang:type=Memory",HeapMemoryUsage.max]

上記を計算アイテムで組み合わせて以下のような項目を作成しましたが正常に処理されません。
last(jmx["java.lang:type=Memory","HeapMemoryUsage.used"],0)/last(jmx["java.lang:type=Memory","HeapMemoryUsage.max"],0)

JMXで取得したデータはlast()などの関数で計算できないのでしょうか。


Viewing all articles
Browse latest Browse all 1811

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>