你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az monitor data-collection rule performance-counter

注意

此参考是 Azure CLI(版本 2.61.0 或更高版本)的 monitor-control-service 扩展的一部分。 该扩展将在首次运行 az monitor 数据收集规则 performance-counter 命令时自动安装。 详细了解扩展。

管理日志性能计数器数据源。

命令

名称 说明 类型 Status
az monitor data-collection rule performance-counter add

添加日志性能计数器数据源。

扩展 GA
az monitor data-collection rule performance-counter delete

删除日志性能计数器数据源。

扩展 GA
az monitor data-collection rule performance-counter list

列出日志性能计数器数据源。

扩展 GA
az monitor data-collection rule performance-counter show

显示日志性能计数器数据源。

扩展 GA
az monitor data-collection rule performance-counter update

更新日志性能计数器数据源。

扩展 GA

az monitor data-collection rule performance-counter add

添加日志性能计数器数据源。

az monitor data-collection rule performance-counter add --data-collection-rule-name
                                                        --name
                                                        --resource-group
                                                        [--counter-specifiers]
                                                        [--sampling-frequency]
                                                        [--streams]
                                                        [--transform-kql]

示例

添加日志性能计数器数据源

az monitor data-collection rule performance-counter add --rule-name myCollectionRule --resource-group myResourceGroup --name team2ExtraCounters --streams Microsoft-Perf --counter-specifiers "\Process(_Total)\Thread Count" "\LogicalDisk(_Total)\FreeMegabytes" --sampling-frequency 30

必需参数

--data-collection-rule-name --rule-name

数据收集规则的名称。 此名称不区分大小写。

--name -n

数据源的友好名称。 此名称应在数据收集规则中的所有数据源(无论类型)中是唯一的。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

可选参数

--counter-specifiers

要收集的性能计数器说明符名称的列表。 使用通配符 \ 为所有实例收集计数器。 若要获取 Windows 上的性能计数器列表,请运行命令“typeperf”。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--sampling-frequency --sampling-frequency-in-seconds

连续计数器度量(样本)之间的秒数。

--streams

此数据源将发送到的流列表。 流指示将用于此数据的架构,以及 Log Analytics 中要发送到的数据的表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--transform-kql

用于转换数据源的 KQL 查询。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az monitor data-collection rule performance-counter delete

删除日志性能计数器数据源。

az monitor data-collection rule performance-counter delete --data-collection-rule-name
                                                           --name
                                                           --resource-group

示例

删除日志性能计数器数据源

az monitor data-collection rule performance-counter delete --rule-name myCollectionRule --resource-group myResourceGroup --name team2ExtraCounters

必需参数

--data-collection-rule-name --rule-name

数据收集规则的名称。 此名称不区分大小写。

--name -n

数据源的友好名称。 此名称应在数据收集规则中的所有数据源(无论类型)中是唯一的。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az monitor data-collection rule performance-counter list

列出日志性能计数器数据源。

az monitor data-collection rule performance-counter list --data-collection-rule-name
                                                         --resource-group

示例

列出日志性能计数器数据源

az monitor data-collection rule performance-counter list --rule-name myCollectionRule --resource-group myResourceGroup

必需参数

--data-collection-rule-name --rule-name

数据收集规则的名称。 此名称不区分大小写。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az monitor data-collection rule performance-counter show

显示日志性能计数器数据源。

az monitor data-collection rule performance-counter show --data-collection-rule-name
                                                         --name
                                                         --resource-group

示例

显示日志性能计数器数据源

az monitor data-collection rule performance-counter show --rule-name myCollectionRule --resource-group myResourceGroup --name appTeamExtraCounters

必需参数

--data-collection-rule-name --rule-name

数据收集规则的名称。 此名称不区分大小写。

--name -n

数据源的友好名称。 此名称应在数据收集规则中的所有数据源(无论类型)中是唯一的。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az monitor data-collection rule performance-counter update

更新日志性能计数器数据源。

az monitor data-collection rule performance-counter update --data-collection-rule-name
                                                           --name
                                                           --resource-group
                                                           [--add]
                                                           [--counter-specifiers]
                                                           [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                                           [--remove]
                                                           [--sampling-frequency]
                                                           [--set]
                                                           [--streams]
                                                           [--transform-kql]

示例

更新日志性能计数器数据源

az monitor data-collection rule performance-counter update --rule-name myCollectionRule --resource-group myResourceGroup --name team2ExtraCounters

必需参数

--data-collection-rule-name --rule-name

数据收集规则的名称。 此名称不区分大小写。

--name -n

数据源的友好名称。 此名称应在数据收集规则中的所有数据源(无论类型)中是唯一的。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

可选参数

--add

通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value、string 或 JSON 字符串>。

--counter-specifiers

要收集的性能计数器说明符名称的列表。 使用通配符 \ 为所有实例收集计数器。 若要获取 Windows 上的性能计数器列表,请运行命令“typeperf”。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--force-string

使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--remove

从列表中删除属性或元素。 示例:--remove property.list OR --remove propertyToRemove。

--sampling-frequency --sampling-frequency-in-seconds

连续计数器度量(样本)之间的秒数。

--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=。

--streams

此数据源将发送到的流列表。 流指示将用于此数据的架构,以及 Log Analytics 中要发送到的数据的表。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--transform-kql

用于转换数据源的 KQL 查询。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。