Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ETW is a very powerful platform for debugging, performance profiling, monitoring and logging.

The architecture consists mainly of event providers, controllers, consumers, and event trace sessions:

Image Modified

The DVI System International Server has registered itself as Event Provider, configured in the

Code Block
languagepowershell
titleStart trace capture
logman start dvisession -p {DD59AC7C-082D-4D06-B339-9A9B954219B3} -o c:\temp\dvitrace.etl -ets 

 

 

Code Block
languagepowershell
titleStop trace capture
logman stop dvisession -ets 

 

 

More details on ETW management can be found in the Microsoft ETW Framework Tutorial and related documents.

Excerpt
hiddentrue

Logging architecture and guidelines on log configuration and management