With this post, I am starting another series of blog posts that
will help you become familiar of DTrace. You can then apply that
knowledge to find all the hidden performance goodies of MySQL on
Solaris 10. Sounds good?
DTrace is one of those tools that the more you use it, the more
you fall in love with it. To be fair, it is much more than a
tool, in fact it has its own language, D.
With DTrace you can enable probes by either their name or their
number. To see a list of probes available, run
[root@db31:/] dtrace -l | more[Read more]
ID PROVIDER MODULE FUNCTION NAME
1 dtrace BEGIN
2 dtrace END
3 dtrace ERROR
4 syscall nosys entry
5 …