Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/jmx_c
Simple JMX Console.
https://github.com/drylikov/jmx_c
Last synced: 8 days ago
JSON representation
Simple JMX Console.
- Host: GitHub
- URL: https://github.com/drylikov/jmx_c
- Owner: drylikov
- License: mit
- Created: 2024-08-27T21:11:50.000Z (3 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-08-27T21:14:33.000Z (3 months ago)
- Last Synced: 2024-08-27T22:55:51.857Z (3 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. JMX_C
h2. A JMX Console tool for dumping JMX data.
h3. Building from Source
JMXC uses "Maven":http://maven.apache.org for its build system.
In order to create a distribution, simply run the @mvn package@ command in the cloned directory.
The distribution will be created under @target/@.