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
Monitor Wait Times

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

Tags:
Created by admin on 2009/10/26 12:13
Last modified by tomee on 2009/12/16 00:00

Collectives

Project


© 2010, Oracle Corporation and/or its affiliates
XWiki Enterprise 2.1.1.25889 - 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.
Oracle