Skip to content

Commit f225cdd

Browse files
authored
public repo edit
1 parent 55c779d commit f225cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/performance-monitor/use-sql-server-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ms.author: jrasnick
3838

3939
Some objects have several instances if multiple resources of a given type exist on the computer. For example, the **Processor** object type will have multiple instances if a system has multiple processors. The **Databases** object type has one instance for each database on [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Some object types (for example, the **Memory Manager** object) have only one instance. If an object type has multiple instances, you can add counters to track statistics for each instance, or in many cases, all instances at once. Counters for the default instance appear in the format **SQLServer:**_\<object name>_. Counters for named instances appear in the format **MSSQL$**_\<instance name>_**:**_\<counter name>_ or **SQLAgent$**_\<instance name>_**:**_\<counter name>_.
4040

41-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] performance counters values are generated using the Windows Performance Counter (WPC) engine. Some counter values are not calculated directly by [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)]. The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] provides base values to the WPC engine which will perform the required calculations (like percentages). The [sys.dm_os_performance_counters &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-os-performance-counters-transact-sql.md) dynamic management view provides all counters with the original value generated by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and the column `cntr_type` indicates the type of counter. How the WPC engine processes [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] counter values depends on this type. For more details about performance counter types, see the [WMI documentation](https://docs.microsoft.com/windows/win32/wmisdk/wmi-performance-counter-types).
41+
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] performance counter values are generated using the Windows Performance Counter (WPC) engine. Some counter values are not calculated directly by [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)]. The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] provides base values to the WPC engine, which will perform the required calculations (like percentages). The [sys.dm_os_performance_counters &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-os-performance-counters-transact-sql.md) dynamic management view provides all counters with the original value generated by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. The `cntr_type` column indicates the type of counter. How the WPC engine processes [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] counter values depends on this type. For more information about performance counter types, see the [WMI documentation](https://docs.microsoft.com/windows/win32/wmisdk/wmi-performance-counter-types).
4242

4343
By adding or removing counters to the chart and saving the chart settings, you can specify the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] objects and counters that are monitored when System Monitor is started.
4444

0 commit comments

Comments
 (0)