/Sysmon

A lightweight platform monitoring tool for Java VMs

Primary LanguageJavaOtherNOASSERTION

Disclaimer: Palantir Technologies is not affiliated with, endorsed or sponsored by Palantir.net, Inc. Palantir.net's website is http://palantir.net

Palantir Logo

Sysmon - lightweight platform monitoring for Java VMs


About

Sysmon is a lightweight platform monitoring tool. It's designed to gather performance data (CPU, disks, network, etc.) from the host running the Java VM. This data is gathered, packaged, and published via Java Management Extensions (JMX) for access using the JMX APIs and standard tools (such as jconsole or jmxtrans).

Sysmon can be run as a standalone daemon or as a library to add platform monitoring to any application.

Currently, Linux is the only platform for which monitoring has been implemented. However, building new or porting existing monitors to other Unix or Unix-like platforms should be pretty straightforward.

Project Resources

License

Sysmon is made available under the Apache 2.0 License.

Copyright 2011 Palantir Technologies

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.