スロークエリログの統計を照会します。
操作説明
サポートされるデータベースエンジン
-
MySQL
**
注 この操作は、RDS Basic Edition で MySQL 5.7 を実行する RDS インスタンスではサポートされていません。
-
SQL Server
**
注 この操作は、SQL Server 2008 R2 を実行する RDS インスタンスでのみサポートされます。
-
MariaDB
前提条件
スロークエリログはリアルタイムで収集されず、6〜8 時間の遅延が発生する場合があります。
返された結果が空の場合は、StartTime パラメーターと EndTime パラメーターが協定世界時 (UTC) であるかどうかを確認してください。そうである場合、指定された時間範囲内にスローログは生成されていません。
2024 年 9 月 1 日から、スロークエリのテンプレートアルゴリズムが最適化されます。この操作を呼び出す際には、SQLHASH パラメーターの値を変更する必要があります。詳細については、「[お知らせ] スロークエリのテンプレートアルゴリズムの最適化」をご参照ください。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
rds:DescribeSlowLogs |
get |
*DBInstance
|
|
なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| DBInstanceId |
string |
必須 |
インスタンス ID。DescribeDBInstances 操作を呼び出して、インスタンス ID を照会できます。 |
rm-uf6wjk5**** |
| StartTime |
string |
必須 |
照会する時間範囲の開始時刻。ISO 8601 標準に準拠した yyyy-MM-ddZ 形式で時刻を指定します。時刻は協定世界時 (UTC) である必要があります。 |
2011-05-01Z |
| EndTime |
string |
必須 |
照会する時間範囲の終了時刻。終了時刻は開始時刻より後である必要があります。開始時刻と終了時刻の間の時間範囲は 31 日を超えることはできません。ISO 8601 標準に準拠した yyyy-MM-ddZ 形式で時刻を指定します。時刻は協定世界時 (UTC) である必要があります。 説明
照会の終了日が照会の開始日と同じ場合、照会の開始日の 08:00 に生成されたログを照会できます。最大 24 時間の時間範囲内でスローログを照会できます。 |
2011-05-30Z |
| DBName |
string |
任意 |
データベースの名前。 |
RDS_MySQL |
| SortKey |
string |
任意 |
返されるエントリの並べ替え基準となるディメンション。有効値:
説明
このパラメーターは、SQL Server 2008 R2 を実行するインスタンスでのみサポートされます。 |
TotalExecutionCounts |
| PageSize |
integer |
任意 |
1 ページあたりのエントリ数。有効値:30~100。デフォルト値:30。 |
30 |
| PageNumber |
integer |
任意 |
ページ番号。ページは 1 から始まります。 デフォルト値:1。 |
1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| DBInstanceId |
string |
インスタンスの ID。 |
rm-uf6wjk5**** |
| EndTime |
string |
照会の終了日。 |
2011-05-30Z |
| Engine |
string |
インスタンスのデータベースエンジン。 |
SQLServer |
| Items |
object |
||
| SQLSlowLog |
array<object> |
各スロークエリログの情報で構成される配列。 |
|
|
object |
|||
| AvgExecutionTime |
integer |
クエリ内の SQL ステートメントあたりの平均実行時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
1 |
| AvgIOWriteCounts |
integer |
クエリ内の SQL ステートメントあたりの平均 I/O 書き込み数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| AvgLastRowsAffectedCounts |
integer |
クエリ内の最後の SQL ステートメントによって影響を受けた平均行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| AvgLogicalReadCounts |
integer |
クエリ内の SQL ステートメントあたりの平均論理読み込み数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| AvgPhysicalReadCounts |
integer |
クエリ内の SQL ステートメントあたりの平均物理読み込み数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| AvgRowsAffectedCounts |
integer |
クエリ内の SQL ステートメントごとに影響を受けた平均行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| CreateTime |
string |
データが生成された日付。 |
2011-05-30Z |
| DBName |
string |
データベースの名前。 |
ceshi |
| MaxExecutionTime |
integer |
クエリ内の特定の SQL ステートメントの最長実行時間。単位:秒。 |
60 |
| MaxExecutionTimeMS |
integer |
クエリ内の特定の SQL ステートメントの最長実行時間。単位:ミリ秒。 |
60000 |
| MaxIOWriteCounts |
integer |
クエリ内の特定の SQL ステートメントによって実行された I/O 書き込みの最大数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MaxLastRowsAffectedCounts |
integer |
クエリ内の最後の SQL ステートメントによって影響を受けた最大行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MaxLockTime |
integer |
クエリ内の特定の SQL ステートメントによって発生した最長のロック時間。単位:秒。 |
0 |
| MaxLockTimeMS |
integer |
クエリ内の特定の SQL ステートメントによって発生した最長のロック時間。単位:ミリ秒。 |
1000 |
| MaxLogicalReadCounts |
integer |
クエリ内の特定の SQL ステートメントによって実行された論理読み込みの最大数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MaxPhysicalReadCounts |
integer |
クエリ内の特定の SQL ステートメントによって実行された物理読み込みの最大数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MaxRowsAffectedCounts |
integer |
クエリ内の特定の SQL ステートメントによって影響を受けた最大行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MinIOWriteCounts |
integer |
クエリ内の特定の SQL ステートメントによって実行された I/O 書き込みの最小数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MinLastRowsAffectedCounts |
integer |
クエリ内の最後の SQL ステートメントによって影響を受けた最小行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MinLogicalReadCounts |
integer |
クエリ内の特定の SQL ステートメントによって実行された論理読み込みの最小数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MinPhysicalReadCounts |
integer |
クエリ内の特定の SQL ステートメントによって実行された物理読み込みの最小数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MinRowsAffectedCounts |
integer |
クエリ内の特定の SQL ステートメントによって影響を受けた最小行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| MySQLTotalExecutionCounts |
integer |
クエリで実行された SQL ステートメントの総数。このパラメーターは、MySQL を実行するインスタンスに対してのみ返されます。 |
1 |
| MySQLTotalExecutionTimes |
integer |
クエリ内のすべての SQL ステートメントの合計実行時間。単位:秒。このパラメーターは、MySQL を実行するインスタンスに対してのみ返されます。 |
1 |
| ParseMaxRowCount |
integer |
クエリ内の特定の SQL ステートメントによって解析された最大行数。 |
1 |
| ParseTotalRowCounts |
integer |
クエリ内のすべての SQL ステートメントによって解析された合計行数。 |
1 |
| ReportTime |
string |
データレポートが生成された日付。 |
2011-05-30Z |
| ReturnMaxRowCount |
integer |
クエリ内の特定の SQL ステートメントによって返された最大行数。 |
1 |
| ReturnTotalRowCounts |
integer |
クエリ内のすべての SQL ステートメントによって返された合計行数。 |
1 |
| SQLHASH |
string |
SQL ステートメントの一意の ID。この ID は、SQL ステートメントのスロークエリログを取得するために使用されます。 |
U2FsdGVk**** |
| SQLIdStr |
string |
スロークエリログの統計テンプレートにおける SQL ステートメントの ID。このパラメーターは SQLHASH パラメーターに置き換えられます。 |
521584 |
| SQLServerAvgCpuTime |
integer |
クエリ内の SQL ステートメントあたりの平均 CPU 時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| SQLServerAvgExecutionTime |
integer |
クエリ内の SQL ステートメントあたりの平均実行時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| SQLServerMaxCpuTime |
integer |
クエリ内の特定の SQL ステートメントによって使用された最大の CPU 時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| SQLServerMinCpuTime |
integer |
クエリ内の特定の SQL ステートメントによって使用された最小の CPU 時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| SQLServerMinExecutionTime |
integer |
クエリ内の特定の SQL ステートメントの最小実行時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| SQLServerTotalCpuTime |
integer |
クエリ内のすべての SQL ステートメントによって使用された合計 CPU 時間。単位:秒。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| SQLServerTotalExecutionCounts |
integer |
クエリで実行された SQL ステートメントの総数。このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
1 |
| SQLServerTotalExecutionTimes |
integer |
クエリ内のすべての SQL ステートメントの合計実行時間。このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。単位:ミリ秒。 |
1000 |
| SQLText |
string |
クエリで実行された SQL ステートメント。 |
select id,name from tb_table |
| SlowLogId |
integer |
スロークエリログの概要の ID。 |
26584213 |
| TotalIOWriteCounts |
integer |
クエリ内のすべての SQL ステートメントによって実行された I/O 書き込みの総数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| TotalLastRowsAffectedCounts |
integer |
クエリ内の最後の SQL ステートメントによって影響を受けた合計行数。 説明
このパラメーターは、SQL Server を実行するインスタンスに対してのみ返されます。 |
0 |
| TotalLockTimes |
integer |
クエリ内のすべての SQL ステートメントによって発生した合計ロック時間。単位:秒。 |
0 |
| TotalLogicalReadCounts |
integer |
クエリ内のすべての SQL ステートメントによって実行された論理読み込みの総数。 |
1 |
| TotalPhysicalReadCounts |
integer |
クエリ内のすべての SQL ステートメントによって実行された物理読み込みの総数。 |
1 |
| TotalRowsAffectedCounts |
integer |
クエリ内のすべての SQL ステートメントによって影響を受けた合計行数。 |
0 |
| PageNumber |
integer |
返されたページ番号。 |
1 |
| PageRecordCount |
integer |
現在のページで返される SQL ステートメントの数。 |
10 |
| RequestId |
string |
リクエスト ID。 |
2553A660-E4EB-4AF4-A402-8AFF70A49143 |
| StartTime |
string |
照会の開始日。 |
2011-05-01Z |
| TotalRecordCount |
integer |
返されたエントリの総数。 |
5 |
例
成功レスポンス
JSONJSON
{
"DBInstanceId": "rm-uf6wjk5****",
"EndTime": "2011-05-30Z",
"Engine": "SQLServer",
"Items": {
"SQLSlowLog": [
{
"AvgExecutionTime": 1,
"AvgIOWriteCounts": 0,
"AvgLastRowsAffectedCounts": 0,
"AvgLogicalReadCounts": 0,
"AvgPhysicalReadCounts": 0,
"AvgRowsAffectedCounts": 0,
"CreateTime": "2011-05-30Z",
"DBName": "ceshi",
"MaxExecutionTime": 60,
"MaxExecutionTimeMS": 60000,
"MaxIOWriteCounts": 0,
"MaxLastRowsAffectedCounts": 0,
"MaxLockTime": 0,
"MaxLockTimeMS": 1000,
"MaxLogicalReadCounts": 0,
"MaxPhysicalReadCounts": 0,
"MaxRowsAffectedCounts": 0,
"MinIOWriteCounts": 0,
"MinLastRowsAffectedCounts": 0,
"MinLogicalReadCounts": 0,
"MinPhysicalReadCounts": 0,
"MinRowsAffectedCounts": 0,
"MySQLTotalExecutionCounts": 1,
"MySQLTotalExecutionTimes": 1,
"ParseMaxRowCount": 1,
"ParseTotalRowCounts": 1,
"ReportTime": "2011-05-30Z",
"ReturnMaxRowCount": 1,
"ReturnTotalRowCounts": 1,
"SQLHASH": "U2FsdGVk****",
"SQLIdStr": "521584",
"SQLServerAvgCpuTime": 0,
"SQLServerAvgExecutionTime": 0,
"SQLServerMaxCpuTime": 0,
"SQLServerMinCpuTime": 0,
"SQLServerMinExecutionTime": 0,
"SQLServerTotalCpuTime": 0,
"SQLServerTotalExecutionCounts": 1,
"SQLServerTotalExecutionTimes": 1000,
"SQLText": "select id,name from tb_table",
"SlowLogId": 26584213,
"TotalIOWriteCounts": 0,
"TotalLastRowsAffectedCounts": 0,
"TotalLockTimes": 0,
"TotalLogicalReadCounts": 1,
"TotalPhysicalReadCounts": 1,
"TotalRowsAffectedCounts": 0
}
]
},
"PageNumber": 1,
"PageRecordCount": 10,
"RequestId": "2553A660-E4EB-4AF4-A402-8AFF70A49143",
"StartTime": "2011-05-01Z",
"TotalRecordCount": 5
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidSearchTimeRange | search time range cannot be longer than a month. | |
| 400 | IO.Exception | IO exception, retry later. | |
| 400 | SortKey.ValueNotSupported | SortKey.ValueNotSupported | |
| 400 | Order.ComboInstanceNotAllowOperate | A package instance is not allowed to operate independently. | |
| 400 | Price.PricingPlanResultNotFound | Pricing plan price result not found. | |
| 400 | Order.NoRealNameAuthentication | You have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication. | |
| 400 | InsufficientAvailableQuota | Your account quota limit is less than 0, please recharge before trying to purchase. | |
| 400 | CommodityServiceCalling.Exception | Failed to call commodity service. | |
| 400 | RegionDissolvedEOM | Dear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support. | |
| 400 | Commodity.InvalidComponent | The module you purchased is not legal, please buy it again. | |
| 400 | RegionEndTimeDissolvedAustralia | Cloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024. | |
| 400 | Price.CommoditySys | Commodity system call exception. | |
| 400 | Pay.InsufficientBalance | Insufficient available balance. | |
| 400 | Order.PeriodInvalid | There is a problem with the period you selected, please choose again. | |
| 400 | pay.noCreditCard | Account not bound to credit card. | |
| 400 | Order.InstHasUnpaidOrder | There is an unpaid order for the service you have purchased. Please pay or void it before placing the order. | |
| 400 | noAvailablePaymentMethod | No payment method is specified for your account. We recommend that you add a payment method. | |
| 400 | BasicInfoUncompleted | Your information is incomplete. Complete your information before the operation. | |
| 400 | Risk.RiskControlRejection | Your account is abnormal, please contact customer service for details. | |
| 400 | Api.NotSupport | Specified api is not supported. | |
| 400 | ContainForbiddenLabelError | There is a label that prohibits placing orders. Please contact your distributor for assistance. | |
| 400 | InvalidDBInstanceId.NotFound | The DBInstanceId provided does not exist in records. | |
| 400 | InvalidInstanceLevel.DiskType | Specified instance level not support request disk type | |
| 400 | InvalidParam | Sepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica. | |
| 400 | KmsApiError | User secret key invalid. | |
| 400 | System.SaleValidateFailed | Sales expression validation system error. | |
| 400 | Abs.InvalidAccount.NotFound | account is not found. | |
| 400 | SqlExecuteFailedOrTimeout | sql command execution failed or timed out:%s. | |
| 400 | ColdData.EngineVersionNotSupport | The current instance engine version not support coldDataEnabled. | |
| 400 | ColdData.MinorVersionNotSupport | The current instance minor version not support coldDataEnabled. | |
| 400 | IncorrectTargetClasscode | The current instance type does not support this operation. | |
| 400 | InvalidConnectionString.Duplicate | Specified connection string already exists in the RDS. | |
| 400 | RequiredParam.NotFound | Required input param is not found. | |
| 400 | Parameters.Invalid | Parameter error, please check the parameters. | |
| 400 | BackupPolicyNotSupport | Cold Data won't open with CrossBackup or Flash Backup, please check Backup Policy. | |
| 400 | InvalideStatus.Format | The instance status does not support this operation. | |
| 400 | InvalidReleasedKeepPolicy.Format | Specified Released Keep Policy is not valid. | |
| 400 | InvalidDBInstanceEngineType.Format | the DB instance engine type does not support this operation. | |
| 400 | Pay.NoCreditCard | No credit cards. | |
| 400 | VpcNetworkTypeNotSupport | The vpc network type instance does not support this operation. | |
| 400 | MirrorInsExists | Specified DB instance mirror ins already existed. | |
| 400 | UnsupportedClassCode | The specified DB instance class stops selling. | |
| 400 | InvalidBackupSet | The specified database does not exist in the backup set. | |
| 400 | OrdTCommodityQueryError | Failed to query for product. | |
| 400 | ProductInstanceReleased | The instance has been released. Please check before placing the order. | |
| 400 | RegionEndTimeDissolvedIndia | The region is no longer supported. | |
| 500 | ExternalFailure | The request processing has failed due to external service failure. | |
| 500 | RequestMetaDataFailed | The service request failed. Please try again later or contact service personnel. | |
| 500 | InvokeProxyFailure | The request processing has failed due to service failure of rds api. | |
| 403 | OrderStatus.UnPaid | The specified db instance has unpaid order. | |
| 403 | InvalidReduceDiskSize | The storage capacity after the scale-down must be larger than the used amount. | |
| 403 | CloudSSDNotSupport | Cloud ssd does not support this operation, please upgrade to essd. | |
| 403 | InvalidUserOperatorPermission | The user permission does not support this operation. | |
| 403 | InvalidVswitchId | Specified conn vswitch id is not valid. | |
| 403 | IncorrectMinorVersion | Current engine minor version does not support operations. | |
| 403 | OperationDenied.ZoneResource | There is no available zone for inventory. | |
| 403 | NotInFlowController | Sorry,no permission. | |
| 403 | InvalidKmsKey | Kms key is disabled. | |
| 403 | InvalidInstanceLevel.Malformed | Current DB instance level does not support this operation. | |
| 404 | InvalidClusterKms | The current instance does not authorized to access the Key Management Service. | |
| 404 | Request.NotFound | The requested resource is not available. | |
| 404 | HostInfo.NotFound | The specified host info is not found. | |
| 408 | RequestTimeout | Query timed out.Please try again or narrow down the query scope. | リクエストタイムアウトです。再試行するか、時間の範囲を縮小してください |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。