https://github.com/sematext/jmxc
Simple JMX Console
https://github.com/sematext/jmxc
Last synced: 11 months ago
JSON representation
Simple JMX Console
- Host: GitHub
- URL: https://github.com/sematext/jmxc
- Owner: sematext
- Created: 2012-01-31T11:25:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-08T13:20:57.000Z (over 13 years ago)
- Last Synced: 2025-04-28T17:45:35.709Z (about 1 year ago)
- Language: Java
- Homepage: http://sematext.com/engineering/index.html#open-source
- Size: 139 KB
- Stars: 17
- Watchers: 29
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. JMXC
h2. A JMX Console tool for dumping JMX data
h3. "http://sematext.com/open-source/index.html":http://sematext.com/open-source/index.html
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/@.
h3. License
This software is licensed under the Apache 2 license, quoted below.
Copyright (c) Sematext International
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.