Skip to content

To analyze thread dump created by the command jstack, jcmd or other tools like ( visual VM )

License

Notifications You must be signed in to change notification settings

debmalya/ThreadDumpAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadDumpAnalyzer


To analyze thread dump created by the command jstack, jcmd or other tools like ( visual VM )

How to use it


in pom.xml search for mainClass. Modify argument in arguments section. Put the dump file name along with path here. Then run

mvn exec:java

If everything is fine, it will create csv files in current directory. First one is named like ThreadListyyyy-MM-dd hh-mm-ss.csv and LockedThreadListyyyy-MM-dd hh-mm-ss.csv ( if there is any locked thread ).

Reference


https://github.com/kakao/java_thread_dump_analyzer

About

To analyze thread dump created by the command jstack, jcmd or other tools like ( visual VM )

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages