OpenSolaris

  subsites   code review   repo   packages   bugs   defect   polls   planet
You are not signed in. Sign in or register.

OpenSolaris Project: Chime Visualization Tool for DTrace

View the leaders for this project
Project Observers

Endorsing communities

DTrace
Desktop

Chime

Chime is a graphical tool for visualizing DTrace aggregations. It provides an alternative to similar CLI-based tools (such as intrstat) that is more visually appealing and potentially more useful. In particular, its ability to display data over time adds a missing dimension to system observability. Among its recent new features is the ability to display moving averages.

Chime intrstat display Chime intrstat over time

An important feature of Chime is the ability to add new displays without re-compiling (displays are described in XML). A placeholder syntax allows DTrace program values to be substituted behind the scenes, enabling the user of Chime to select from a described range of program modifications without having to know about DTrace. The resulting (modified) programs are displayable, making the tool educational as an added benefit. Chime can function as a toolkit of canned displays, but also leverages some of the dynamic potential of DTrace to answer unanticipated questions prompted by the current display. Chime even provides some of the ad hoc capability of dtrace(1M) by allowing you to generate displays directly from the command line (using -n or -s to specify a program string or a program file just as you would with the dtrace command):

% /opt/OSOL0chime/bin/chime -kTn 'sysinfo:::readch { @bytes[execname] = sum(arg0); }' -t "Bytes Read"

Chime display generated from command line

The above command is modified from Brendan Gregg's DTrace One Liners. Generated displays can be saved, edited in a wizard, documented, and grouped into categories, making them easy to find and run later.

Chime is now available for download. If you create a useful or interesting display, please share it.

Blogs

Bill Rushmore III - Solaris Quality

Oct 3, 2:37 PM

When I joined Sun to work on the OpenSolaris website there was really only one thing that surprised me.  It was this .  Yes, that means opensolaris.org runs on development builds.  Imagine, if we can ...

Bill Rushmore III - A Day on the Track

Sep 24, 2:38 PM

  Today I got to experience driving on a race track for the first time.  Let me tell you it was a real thrill.  I have always been a fan of racing and pretty much like anything that goes fast.  In ...

Bill Rushmore III - Mobile Experience with OpenSolaris

Sep 10, 7:39 AM

Yesterday I had my first experience with being truely mobile with my laptop running OpenSolaris.  Before this mobile just meant running it different places in my house.  I spent about an hour working ...

Bill Rushmore III - Dtrace Once Again Saves the Day

Aug 12, 8:18 AM

I am in the process of setting up a back up source control server for the OpenSolaris infrastructure.  Unfortunately, the last time this was done was quite awhile ago, it isn't very well documented, ...

tomee - Netbeans DTrace GUI plugin

Aug 8, 3:33 PM

A new version (0.4) of the Netbeans DTrace GUI plugin is ready for download from the Netbeans Update Center. This version includes Chime alongside the DTraceToolkit . Here we see the vmbypid.d ...