DTrace by Example: Solving a Real-World Problem

by Vivek Gite on February 21, 2007 · 0 comments

This article shows the use of DTrace to solve a real-life problem, following the reasoning behind the process. The author presents short scripts and explains the language fragments used.

Dynamic Tracing (DTrace) in the Solaris 10 OS is too complex to cover in just one short article. Here the author explores how DTrace can be used to solve one real-life problem. The article follows the reasoning used -- the "if", the "when", and the "why" -- and takes the reader along on the journey. Short scripts are presented, as well as explanations of the language fragments used.

Contents

* Introduction
* The Application Domain
* A Short Introduction to DTrace
* The Initial Situation
* Watching the Children of the Process
* doorfs: What Is It?
* Name Service Cache Daemon
* References

=> Download the document as PDF.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 11 + 10 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: