Giter Club home page Giter Club logo

ferbjmon's Introduction

FerbJmon Tools

Visualizing Thread Access on Java Objects using Light-weight Runtime Monitoring

FerbJmon Tools can be used to monitor and visualize the accesses of threads on Java objects. The monitoring is injected into user code via bytecode instrumentation using a Java Agent. FerbJmon Tools can create timeline diagrams and callgraphs from Java programs. Its main purpose is the visualization of concurrent behavior in real programs. FerbJmon Tools are especially useful for teaching parallel and distributed programming in Java.

Tools

Currently FerbJmon Tools consist of two separate tools:

  • java_callgraph
  • java_threadorder

The wrapper scripts provided can be used as replacements for the java command line program. Instead of java -cp <Classpath> package.Main use java_threadorder -cp <Classpath> package.Main.

Building & Installation

The FerbJmon Tool java_threadorder uses a modified java.lang.Thread class, which is Java version dependent. Once compiled, the tools will only work with the Java version they were compiled with, e.g., Java 7. For a different Java version, the tools just need to be rebuilt with the corresponding compiler.

Linux (tested on Ubuntu 12.04 and Linux Mint 13)

  1. for building the following packages are required: java-jdk, ant, zip, unzip, git ;-)
  2. clone FerbJmon into a local folder (git clone https://github.com/marvinferber/ferbjmon.git)
  3. cd to the newly created git repo of FerbJmon (cd ferbjmon)
  4. get the dependencies using the script provided (./get_dependencies.sh)
  5. build the FerbJmon Tools using the script provided (./make_dist.sh)
  6. on successful completion everything needed will be located in the dist folder and can be invoked from any directory

Windows

TODO

Dependencies

FerbJmon Tools are built on the open source software products named below:

ferbjmon's People

Contributors

marvinferber avatar

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.