Is there a .Net equivalent or analogue for dtrace?
dTrace is scriptable. Is this also the case for Windbg and perfmon?
Thorbjørn Ravn Andersen
2010-05-08 14:03:11
A:
Not directly in the sense of a system where you can 'script' the way you can with DTrace.
However there is Event Tracing (Good intro), which combined with Performance monitoring and Powershell (Powershell and ETW ) could provide you with the information you need. It is not specific to .NET but encompasses a given .NET process (use perfmon for the .NET specific items).
S.Skov
2010-02-24 01:50:18