Skip to content

PowerShell script to create and collect configurable list of performance counters, extract it and PowerBI report to show collected data

Notifications You must be signed in to change notification settings

Petar-T/PerfMon-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

PerfMon-collector

PowerShell script to create and collect configurable list of performance counters, extract it and PowerBI report to show collected data

Usage

run PerfMon_Setup.ps1
  #to create performance collector
run PerfMon_Fix_Header.ps1
  #to standardize header of file  
Open Perfmon_Dashboard.pbix and load file 
  #to analyze data
  

Process description

st=>start: create collector 
op=>operation: collect data (few hrs)
cond=>condition: Successful Yes or No?
op2=>operation: extract file  
op3=>operation: adjust header  
e=>end: import  .pbix to PowerBI desktop and reload

st->op->cond
cond(yes)->op2
op2->op3
cond(no)->op
op3->e

Detailed HowTo

Use the step by step instructions file instruction

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

About

PowerShell script to create and collect configurable list of performance counters, extract it and PowerBI report to show collected data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published