mongocli cloud-manager performanceAdvisor slowQueryLogs 列表
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
List namespaces for collections experiencing slow queries for a specified host
语法
mongocli cloud-manager performanceAdvisor slowQueryLogs list [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--duration | int | false | Length of time from the since parameter, in milliseconds, for which you want to receive results. |
-h,--help | false | 列表帮助 | |
--hostId | 字符串 | false | The unique identifier for the host of a MongoDB process. |
--nLog | int | false | Maximum number of log lines to return. (default 20000) |
--namespaces | 字符串 | false | Namespaces from which to retrieve suggested slow query logs. |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--processName | 字符串 | false | MongoDB进程托管的唯一标识符,格式如下:{hostname}:{port}。 |
--projectId | 字符串 | false | 要使用的项目ID 。覆盖配置文件或环境变量设置。 |
--since | int | false | Point in time, specified as milliseconds since the Unix Epoch, from which you want to receive results. |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由 cobra 2 shooty 于13 -Jul- 2021自动生成