I was tired of using the jmx-console and clicking through multiple pages, so I created a little wrapper around the JMX connector to obtain server info data for my app servers… http://appserver:8080/systems?host=my-box&port=12345 will report back the top 15 threads and the stack trace and a full dump of the running threads. I created this so [...]