jiaqi / jmxterm

Interactive command line JMX client
http://docs.cyclopsgroup.org/jmxterm
Apache License 2.0
519 stars 155 forks source link

How to track java.nio domain #94

Closed khatwaniNikhil closed 3 years ago

khatwaniNikhil commented 3 years ago

Pls suggest

$>beans

domain = java.nio:

java.nio:name=direct,type=BufferPool java.nio:name=mapped,type=BufferPool

$>bean java.nio:type=BufferPool

IllegalArgumentException: Bean name java.nio:type=BufferPool isn't valid

jiaqi commented 3 years ago

It seems you didn't include direct, or mapped, in the name.