Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 333 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 333 Bytes

jStackSampler

Simple python script to sample the output of jstack. This can be useful in environments, where you don't have X access to launch jvisualvm or something like that. It's very lightweigt and simple to use. Use it, to get a quick view of what you're java threads are doing. Mostly usefull for performance related issues.