GithubHelp home page GithubHelp logo

zhaolianghz / jstack-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikejonesey/jstack-analysis

0.0 1.0 0.0 4.11 MB

Java Stack Analysis Scripts for Reporting.

License: GNU Lesser General Public License v3.0

Shell 100.00%

jstack-analysis's Introduction

Intro

This project is for analysing java stack traces, the project is usefull for quickly getting an overview of a jvm's state, or as a tool for analysing states over a long time. The tool currenly identifies core issues to performance, further analysis of the identified issues is then required.

Instructions for running:

  1. checkout this project
  2. generate some stack traces and place them into the ./stacks dir.
  3. run the ./stack-analysis.sh script

Structure

The project is self contained with no dependancies other than common bash utilities. If you want graphs from rrdtool then you'll need to also checkout the csv2rrd repo. The repositories should be checked out into the same working directory, exaple: /home/mike/workingdir/stack-analysis and /home/mike/workingdir/csv2rrd

Directories:

  • ./.tmp - this directory contains temp data when stacks are tested, rrdtool will also be used to produce a png graph in this dir.
  • ./reports - after each run of the stack analysis a report will be generated in this dir with a unique name.
  • ./src - unused
  • ./stacks - this is where you can place stacks for analysis.
  • ./tools - handy bash scripts.

Files:

  • ./.gitignore - preventing data from being checked in
  • ./stack-analysis.sh - the main script.

Notes:

  • if you use a mac checkout the macosx branch as there are a few changes between the tools used.

jstack-analysis's People

Contributors

mikejonesey avatar

Watchers

 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.