Perfmon

Category: perfmon

Top 5 Misleading SQL Server Performance Counters

Top 5 Misleading SQL Server Performance Counters

on June 5, 2017

Perfmon counters are an excellent tool for monitoring and sometimes troubleshooting Microsoft SQL Server. But some counters can get you into trouble, because they don’t mean what many people think. Learn what to look out for in the world of widely-used perfmon counters.

Continue reading

Perfmon: Batch Requests/sec counts whole batches, not statements

Perfmon: Batch Requests/sec counts whole batches, not statements

on May 16, 2017

Category: perfmon , sql-server

The name of the “SQL Statistics \ Batch Requests/sec” counter is confusing: exactly what is a request? The request is the WHOLE batch. See a demo of this counter in this quick 5 minute video.

Continue reading

Use Report View in Perfmon to Compare Database Counters (free video)

Use Report View in Perfmon to Compare Database Counters (free video)

on May 1, 2017

Category: perfmon , sql-server

Sometimes you need to compare lots of counters at once - for example, counters that report at the database level. This can be frustrating in “Line” view, but the “Report” view in perfmon makes life much simpler.

Continue reading

Run perfmon.exe /sys to Remember Your Counters in Windows Perfmon (free video)

Run perfmon.exe /sys to Remember Your Counters in Windows Perfmon (free video)

on April 24, 2017

Category: perfmon , sql-server

The problem: by default, the Performance Monitor application in Windows doesn’t remember which counters you like to use.

This can mean a lot of clicking every single time you open perfmon.

Continue reading