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.