I am using the BizTalk Instrumentation Best Practices to add custom traces to the already available BizTalk components ETW providers. I also use the BizTalk CAT Instrumentation Framework Controller to
I want to be able to create a custom log in event viewer (i.e. to create a custom node under \"Application and Services Logs\" in windows event viewer)
I am currently working with ETW on SQL Server 2008 to monitor (and eventually log) SQL statement execution. The events that I am looking to monitor are stored proc execution, INSERT, UPDATE, DELETE an
I\'m using robotium for testing and I\'m running into a bunch of timing issues that are making it difficult for me to know when an activity (or view) is done loading. As a result the tests I\'m writin
I am working with Event Tracing for Windows API, and from time to time,I run my application and it does not manage to close the ETW trace controller session after opening it.
I\'m using Xperf to measure the load time of my WDF driver. By some reason the load time is rather big - up to 1 sec. Odd enough it stays so even when I remove all code from the driver.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
With xperf I can generate a trace and get a \"flat\" listing of all files read like so: xperf -on FileIO+FILE_IO+FILE_IO_INIT+FILENAME -stackwalk FileRead+FileWrite+FileDelete
Are performance counters part of ETW? If not, what is the difference betw开发者_运维知识库een the two?Performance counters and ETW are distinct technologies.Performance counters are not exposed throug
Closed.开发者_如何学Python This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.