On Wed, May 21, 2008 at 12:55 AM, madhu mulukutla <[EMAIL PROTECTED]> wrote: > Hi all, > I am newbie to Dtrace and blogs!!! > I am look for suggestions to use Dtrace and its tools > for monitioring a Solaris box with Informix DB and has > Containers? > > How to monitor Containers for IO stat/ CPU time/idle > time/ Top 10 commmands > what is taking maximum CPU resorses and memory > > Is using Unix commands is better or using Dtace and > its tools is better. >
DTraceToolkit is a good starting point to learn dtrace. One approach that I find beneficial is to look at the files in the examples folder. These files have the output & explanation for various scripts provided with the DTraceToolkit. If the information in any particular output is of interest to you, execute the corresponding dtrace script, study it, customize it to suit your needs. -Shiv _______________________________________________ dtrace-discuss mailing list [email protected]
