Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Solaris Dynamic Tracing Guide
Previous Next

Description

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

  • Options to list the set of probes and providers currently published by DTrace

  • Options to enable probes directly using any of the probe description specifiers (provider, module, function, name)

  • Options to run the D compiler and compile one or more D program files or programs written directly on the command-line

  • Options to generate anonymous tracing programs (see Chapter 36, Anonymous Tracing)

  • Options to generate program stability reports (see Chapter 39, Stability)

  • Options to modify DTrace tracing and buffering behavior and enable additional D compiler features (see Chapter 16, Options and Tunables)

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.

Previous Next

 
 
  Published under the terms fo the Public Documentation License Version 1.01. Design by Interspire