mongocli cloud-manager performanceAdvisor slowQueryLogs 列表
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
列出对指定托管查询缓慢的集合的命名空间
语法
mongocli cloud-manager performanceAdvisor slowQueryLogs list [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--duration | int | false | 您希望接收结果的时间长度(以毫秒为单位)。 |
-h,--help | false | 列表帮助 | |
--hostId | 字符串 | false | MongoDB进程托管的唯一标识符。 |
--nLog | int | false | 要返回的最大日志行数。 (默认20000 ) |
--namespaces | 字符串 | false | 从中检索建议的慢速查询日志的命名空间。 |
-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 | 您希望接收结果的时间点,指定为自 Unix 纪元以来的毫秒数。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由MongoDB CLI在29 -Jun- 2021自动生成