Pages

Sunday, July 17, 2011

Windows style Task Manager for WebSphere Application Server

Ever wondered what your application server was up to ? If you want to know what all the threads of the application server are doing or what an individual thread is upto take a look at the two JSPs provided below which simulate a windows task manager for all the threads of the Application Server

These JSPs leverge the ThreadMXBean API in the JDK to display thread information. Caution: This may not work on zOS. These JSPs allow a user to see all threads  in a table view, and then click on one of the threads to get a detailed view.
https://github.com/kelapure/dynacache/blob/master/scripts/AllThreads.jsp
https://github.com/kelapure/dynacache/blob/master/scripts/ViewThread.jsp

All Thread Views






Thread Detail View



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.