Jolokia
Search
everywhere
only in this topic
Advanced Search
Not able to read GC
Classic
List
Threaded
♦
♦
Locked
2 messages
Karthik Palanivelu
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Not able to read GC
Hi,
I am using jolokia to read all JVM metrics within Docker. I am able to read Memory but getting 404 for GC. Can you please help me here?
curl localhost:20001/monitor/read/java.lang:type=GarbageCollector,*/
to collect all GC. I tried using java.lang:name=PS%20MarkSweep along with type. Still failing. Can anyone help here?
Regards
Karthik
roland
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Not able to read GC
You can try a list operation first e.g. localhost:2001/monitor/list so that you know what MBean with which names are available. Alternatively, "search" might help, too.
... roland
Free forum by Nabble
Edit this page