Blog Stats
  • Posts - 148
  • Articles - 0
  • Comments - 92
  • Trackbacks - 14

 

DTrace - an interesting tracing solution

I've just come across an interesting article about DTrace which is a tracing solution developed by SUN. I still need to dive into it deeper but it's key features are:

  • zero overhead when it's turned off
  • C based query language that allows you to query available probes
  • it allows you to analyze the whole system at very low(kernel level operations) and/or high level (number of garbage collections)
  • it gathers probes only when it's safe for the system
  • it's built-in into Solaris 10 and will be part of the next operating system from Apple called Leopard

It's been awarded many times and it really looks great because it provides very precise picture of the system.


Feedback

# re: DTrace - an interesting tracing solution

Gravatar That's true, DTrace is very useful tool for performance.
There is Linux alternative solution called "SystemTap" http://sourceware.org/systemtap/ for "tracing". 7/19/2007 6:19 PM | Jarek .// wolny strzelec.com

Comments have been closed on this topic.
 

 

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
Copyright © Pawel Pabich