mongocli Cloud Manager 指标进程
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
获取给定主机的测量值。
语法
mongocli cloud-manager metrics process <ID> [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--end | 字符串 | false | 检索测量值的时间段结束。 |
--granularity | 字符串 | false | 采用 ISO 8601表示法的持续时间,用于指定测量数据点之间的间隔。 |
-h,--help | false | 进程帮助 | |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--period | 字符串 | false | 采用 ISO 8601表示法的持续时间,用于指定检索过去多久的测量值。 |
--projectId | 字符串 | false | 要使用的项目ID 。覆盖配置文件或环境变量设置。 |
--start | 字符串 | false | 检索测量值的时间段的开始时间。 |
--type | 字符串 | false | 要返回的测量值。如果未指定,则返回所有测量值。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由 cobra 2 shooty 于13 -Jul- 2021自动生成