You can find some more information on this Servlet within the following post:
http://www.otmfaq.com/forums/f27/per...tegration-705/ (Performance issue integration)
In addition, here's a 10 second description:
http://<otm_server>/GC3/glog.webserver.event.EventDiagServlet
- Shows the thread queues in OTM - very important for performance tuning
- The most important columns are the Backlog (current processing backlog), Queue Size and Throughput
- All details are since the last restart and do not provide historical data
- Notation for most of the columns is: <average> / <high_water_mark>
- Backlogs aren't always bad (sometimes you need/want single-threaded queues) and adding threads isn't always a good thing (switching contexts, memory usage, etc).
- Click on the "Show Threads" button to view the individual threads for each queue.
- Use "Kill" with extreme prejudice, as you can't see exactly what process is
- running on that thread and the screen doesn't refresh in real-time.
Unfortunately, I'm not aware of any publicly available documentation to help. If you want to play with it and ask specific quesitons, I'm more than happy to answer.
Thanks,
--Chris