Skip to content

analyzethat/Azure-AS-Tracer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure-AS-Tracer

A windows service / console application to create & subscribe to Analysis Services XEvents and save them on disk in JSON format.

Although it was created for Azure Analysis Services it also work well with SQL Server Analysis Services.

Usage info: https://devscopebi.wordpress.com/2017/07/20/azure-analysis-services-tracer-aka-azureastrace-exe/

Install & Run

  • Download \dist folder

  • Run 'setup.install.bat' with 'run as administrator'

  • Change the Analysis Services connection string on 'AzureASTrace.exe.config'

  • Start the Windows Service

  • Change the XEvent trace template - Optional

Run in Console Mode

Simply execute AzureASTrace.exe

Output

Trace events will be stored in the output folder (configurable) as JSONL files organized by Date and Event Type.

Power BI

Use the Power BI Template to analyse the trace output files:

About

A windows service / console application to create & subscribe to Analysis Services XEvents and save them on disk in JSON format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Batchfile 0.2%