Can someone tell me what keys place in items to monitor weblogic parameters such as server state, deployment (enterprise app) state, etc.?
I found this link:
jmxmonitor.sourceforge.net/jmx.html
and succesfully made items with keys:
But i can not understand what names of what Mbeans place instead of "java.lang:type=Threating" and what property instaed of "ThreadCount" in order to get current deployment state.
Can someone give me detailed example? Any example? Please!
I found this link:
jmxmonitor.sourceforge.net/jmx.html
and succesfully made items with keys:
Code:
jmx["java.lang:type=Memory","HeapMemoryUsage.used"] jmx["java.lang:type=Threading","ThreadCount"]
Can someone give me detailed example? Any example? Please!
Comment