Giter VIP home page Giter VIP logo

performance-troubleshooting-tools's Introduction

Performance Troubleshooting Tools

This repository contains some tools to troubleshoot Java related performance issues.

The tools are basically shell scripts (compatible with Bash 4.x).

All commands support -h option to show the usage of the commands

Following are the tools available

Please see the Wiki pages for more details about these tools.

top-threads

Show top CPU consuming threads in a Java process.

This tool uses ps command to get the CPU usage of individual threads

jstack-profiler

Naive Java Profiler, which uses the jstack command to take thread dump samples in specified intervals.

All thread dumps will be saved in a single directory.

This tool also saves the ps command output, which has the CPU usage for each thread.

analyze-jstack-samples

This tool analyzes the jstack thread dump samples taken from jstack-profiler tool.

There are two reports.

  1. Stack Samples Count by Thread State (Default report)
  2. Average CPU Usage of Threads (using both thread dump and ps output)

The first report also supports detecting Java level deadlocks.

performance-troubleshooting-tools's People

Contributors

chrishantha avatar maheshika 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.