Giter Site home page Giter Site logo

jmx4py's Introduction

jmx4py

Logo

A Python Client for the Jolokia JMX Agent

Travis CIGitHub IssuesLicenseDevelopment StatusLatest VersionDownload formatDownloads

Overview

Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. It is an agent based approach with support for many platforms. In addition to basic JMX operations it enhances JMX remoting with unique features like bulk requests or fine grained security policies.

jmx4py offers a client API similar to the existing Jolokia clients for Perl (jmx4perl), Java and Javascript. Additionally, it'll build upon the basic API and offer further features related to monitoring and controlling JVMs via JMX using Python.

Setup

To create a working directory for this project, follow these steps on a POSIX system:

git clone "https://github.com/jhermann/jmx4py.git"
cd "jmx4py"
. .env --yes --develop
invoke build --docs test check

The .env script creates a virtualenv and installs the necessary tools into it. See the script for details.

Now you can explore the API by simply issuing the following command:

invoke explore

For that to succeed, you must also have a working Java + Maven environment, since a small test application is built and then started in the background, so you can work against a live JVM.

See CONTRIBUTING for more.

Installation

TODO: pip install / dh-virtualenv

Usage

jmx4py offers the following command line tools... TODO

For using jmx4py from Python, consult the API documentation available at TODO

Known Limitations & Issues

  • The API is subject to change for 0.x, until enough practical experience is gained.
  • Only Jolokia 1.0 and up (Protocol v6) is supported.
  • GET requests aren't supported.
  • Bulk requests aren't supported.
  • Python 2.7 is used for development, and 2.7 and 3.4 are tested in continuous integration.

References

Project

Tools

Packages

Acknowledgements

jmx4py's People

Contributors

jhermann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jmx4py's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.