Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.21 KB

File metadata and controls

25 lines (21 loc) · 1.21 KB
title Start Performance Monitor (Windows)
description Use Performance Monitor to collect performance data counters, such as processor and memory use, and for SQL Server resources, such as locks and transactions.
author MikeRayMSFT
ms.author mikeray
ms.date 12/04/2023
ms.service sql
ms.subservice performance
ms.topic how-to
helpviewer_keywords
Performance Monitor [SQL Server], starting
starting Windows Performance Monitor
Windows Performance Monitor [SQL Server], starting

Start Performance Monitor (Windows)

[!INCLUDE SQL Server] Use Performance Monitor to monitor the utilization of system resources. Collect and view real-time performance data in the form of counters. You can use counters for server resources, such as processor and memory use. You also can use them for many Microsoft [!INCLUDE ssNoVersion] resources, such as locks and transactions.

Start Performance Monitor in Windows

On the Start menu, point to Run, type perfmon in the Run dialog box, and then select OK.

Related content