Nat Guyton

Results 6 comments of Nat Guyton

I'm struggling with the exact same thing. I want to get the GcThreadCount and duration, but not the memoryUsageAfterGc map that includes a bunch of stuff I don't want.

Looks like it's under "MBean Composite Data attribute" on https://github.com/jmxtrans/jmxtrans-agent/blob/master/README.md for _jmxtrans-agent_... not sure about for jmxtrans, though - parameters are different.

An inelegant solution, for now I am making use of carbon's blacklist feature, blocking LastGcInfo_memory.*

for the write_graphite module, I would not expect: collectd::plugin::write_graphite::carbon::mygraphite::graphitehost: graphite-1.xxxxx to work, but would expect: collectd::plugin::write_graphite::carbon::graphitehost: graphite-1.xxxxx

Would this even work? I'm not sure a proxy will take anything but a URL, which if using SNI you'd have to leave intact... I don't know another way to...

For a specific use case, I want to be able to run a java app in a docker container with both http and jmxremote ports exposed randomly, and use vulcand...