Categories
Microsoft Tech

Enabling Disk Performance Counter in Task Manager for Windows Server 2012 (R2)

I was busy with some performance troubleshooting on our SharePoint 2013 farm today. And again I got frustrated with the fact that the disk performance counters could not be seen in Task Manager.

Task Manager without disk
Task Manager without disk performance counter.

I found out how to add the counter to Task Manager in Windows Server 2012 (R2)

Start by pressing Winkey-X and start an elevated Command Promt:

Winkey-X menu
Winkey-X menu

In the command prompt run the following command:

diskperf -Y

diskperf -Y
diskperf -Y

The result should look something like this:

diskperf -Y result
diskperf -Y result

After this, restart your Task Manager and the Disk Performance Counters should be visible !

Task Manager with Disk Counters
Task Manager with Disk Counters