SPSystemPerformanceCounterMonitor.Counter 属性
获取由SPSystemPerformanceCounterMonitor对象正在监视的计数器的名称。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Counter As String
Get
用法
Dim instance As SPSystemPerformanceCounterMonitor
Dim value As String
value = instance.Counter
public string Counter { get; }
属性值
类型:System.String
计数器的名称。
备注
计数器表示测量性能的Category属性所标识的实体的一种方法。例如,在Windows Server 2008的"处理器"类别中的计数器包括"%Processor Time","%空闲时间",并"%C1 Time";"SQL Server 数据库"类别中的计数器包括"活动事务"和"数据文件大小";和"SharePoint 基础搜索 Gatherer"类别中的计数器包括"活动队列长度"和"延迟文档"。
另请参阅
引用
SPSystemPerformanceCounterMonitor 类