Solaris Dynamic Tracing Guide

Description

The dtrace command provides a generic interface to all of the essential services provided by the DTrace facility, including:

dtrace can also be used to create D scripts by using it in a #! declaration to create an interpreter file (see Chapter 15, Scripting). Finally, you can use dtrace to attempt to compile D programs and determine their properties without actually enabling any tracing using the -e option, described below.