mongocli Atlas performanceAdvisor slowQueryLogs list
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
List namespaces for collections experiencing slow queries for a specified host
構文
mongocli atlas performanceAdvisor slowQueryLogs list [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--duration | 整数 | false | Length of time from the since parameter, in milliseconds, for which you want to receive results. |
-h, --help | false | リスト用のヘルプ | |
--hostId | string | false | The unique identifier for the host of a MongoDB process. |
--nLog | 整数 | false | Maximum number of log lines to return. (default 20000) |
--namespaces | string | false | Namespaces from which to retrieve suggested slow query logs. |
-o, --output | string | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--processName | string | false | The unique identifier for the host of a MongoDB process in the following format: {hostname}:{port}. |
--projectId | string | false | 使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。 |
--since | 整数 | false | Point in time, specified as milliseconds since the Unix Epoch, from which you want to receive results. |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用する プロファイル。 |
29 -Jun- 2021にMongoDB CLIによって自動生成