jmxtrans

jmxtrans

more tomcat.json
 {
  "servers" : [ {
    "port" : "12345",
    "host" : "129.0.1.229",
    "queries" : [ {
    "obj" : "java.lang:type=Memory",
    "attr" : [ "HeapMemoryUsage","NonHeapMemoryUsage" ],
    "resultAlias":"jvmMemory",
    "outputWriters" : [ {
        "@class" : "com.googlecode.jmxtrans.model.output.InfluxDbWriterFactory",
        "url" : "http://129.0.2.29:8886/",
        "username" : "root",
        "password" : "root",
        "database" : "jmxdb"
      } ]
    }  
     ]
  } ]
}

posted on 2018-03-02 15:32  szllq2000  阅读(119)  评论(0编辑  收藏  举报