I am trying to understand some performance metrics. To start, I am looking at disk i/o between 2 timestamps. Lets see how that goes.
-
Performance Monitoring Getting Started Guide (2012) perfmon.msc
-
Monitoring Your Windows Server Metrics with WMI WMI (underlying tech) and PerfMon (GUI) are related
- Looks like there are few native apps -not sure how they are connected. Windows Performance Analyzer – WMA
- WQL WMI QUERY FOR DISK I/O
- WMI queries from the command line (Rob van der Woude’s Scripting Pages
- Is there a way to query WMI without using PowerShell or CIM Studio? (recommended wmic, wbemtest, some ps and vbscripts
- what is this WPA? It is NOT WMA. Watch the video at that link