Screenshots of Displays from Steven Reynolds' 2007 JavaOne Presentation

Steven Reynolds presented Chime at JavaOne this month, and he posted his presentation slides and display descriptions here. I downloaded the displays from his page, ran them on my desktop, and took a screenshot of each one:  

Java Method Calls  
Description, Java Method Calls
Java Method Calls  

Java Thread Method Calls  
Description, Java Thread Method Calls
Java Thread Method Calls  

Steven helpfully pointed out in the Description (above) a way to find thread IDs:  

 prstat -p <JVM pid> -L  or  prstat -p <JVM pid> -mL  

The first time I ran the display, I neglected to scroll down the Description pane and missed that tip, but I ended up finding thread IDs my own way with Chime:  

 /opt/OSOL0chime/bin/chime -n 'syscall:::entry / execname == "java" / { @syscalls[pid, tid] = count(); }'  

Java Thread IDs  

For those unfamiliar with the Chime -n option, check out how to generate displays on the Command Line.

Monitor Wait Times
![Description, Monitor Wait Times] (screens_a/monitor_wait_times_desc.gif)
![Monitor Wait Times] (screens_a/monitor_wait_times.gif)  

Thanks Steven, and nice job! I hope you'll be presenting Chime at JavaOne again next year.  

last modified by admin on 2009/10/26 12:41
Collectives
Project


© Sun Microsystems Inc. 2009
XWiki Enterprise 1.8.2.19075 - Documentation
Terms Of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site map | Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.