path | title |
---|---|
/learnings/ops_java_jmx_jmxmp |
Learnings: Ops: Java: JMX: JMXMP |
Start here: Platform Monitoring and Management with JMX
Traditional JMX / RMI works the following way:
- Client request goes into JMX port
- Server responds with port in RMI range
- Client connects on that port
See also:
- Learning_Ops_Java_Docker_JMX_Considerations
Use Jolokia. Allows read, write, exec of attributes, beans
See also:
- JMX usually uses sampling runtime, thus can not know when collector ran thus unknown state of before / after memory
- Optimizing Java 8.1
- thread information (ThreadMXBean)