Skip to content

maqroll/cmdline-jmxclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use [cubism js](https://square.github.io/cubism/) to visualize JMX variables (mainly for [kafka](https://kafka.apache.org/)).
# Poll jmx server (see org.archive.jmx.Client.SLEEP_TIME) and exposes a rest interface with the values (http://localhost:9090/jmx/jmx_property@attribute)
# Port is hardcoded (see org.archive.jmx.Rest.PORT)
java -classpath "lib/*:test-1.0-SNAPSHOT.jar" org.archive.jmx.Client - ${SERVER}:${JMX_PORT} jmx_property@attribute

About

fork of heritix cmdline-jmxclient tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.5%
  • HTML 15.5%