nickman / apmrouter

Generic Multiprotocol Submission Router for openTSDB, Graphite, Nagios etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Platform MXBean Support for NIO Buffer Pools

nickman opened this issue · comments

If a JVM is 7+ it will have NIO Buffer MXBeans which should be supported by the MXBean collector. The pattern is java.nio:type=BufferPool,name=.

image
image

Done. Screenshot below.

image