查詢報表效能日誌。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quickbi-public:QueryReportPerformance |
list |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| QueryType |
string |
是 |
查詢類型:
|
sevenDays |
| WorkspaceId |
string |
是 |
工作空間 ID。 |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
| ReportId |
string |
否 |
報表 ID。 |
6b407e50-e774-406b-9956-da2425c2**** |
| ResourceType |
string |
否 |
資源類型。 |
report |
| CostTimeAvgMin |
integer |
否 |
平均耗時(分鐘)。 |
1 |
| PageSize |
integer |
否 |
分頁查詢時的每頁行數:
|
10 |
| PageNum |
integer |
否 |
組織成員列表的當前頁碼:
|
1 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
1FC71085-D5FD-08E0-813A-4D4BD1031BC5 |
| Result |
array<object> |
||
|
object |
報告效能分析模型。 |
||
| CacheCostTimeAvg |
number |
命中緩衝平均耗時。 |
2.2 |
| CacheQueryCount |
integer |
命中緩衝次數。 |
1 |
| ComponentQueryCount |
integer |
圖表查詢次數。 |
1 |
| ComponentQueryCountAvg |
number |
圖表平均查詢次數。 |
2.0 |
| CostTimeAvg |
number |
平均查詢時間。 |
0.2 |
| QueryCount |
integer |
查詢次數。 |
50 |
| QueryCountAvg |
number |
平均查詢次數。 |
3.3 |
| QueryOverFivePercentNum |
number |
查詢超過 5s 查詢次數佔比。 |
0.5 |
| QueryOverFiveSecPercent |
string |
查詢超過 5s 佔比。 |
0.5 |
| QueryOverTenSecPercent |
string |
查詢超過 10s 佔比。 |
0.5 |
| QueryOverTenSecPercentNum |
number |
查詢超過 10s 查詢次數。 |
0.5 |
| QueryTimeoutCount |
integer |
圖表查詢逾時次數。 |
8 |
| QueryTimeoutCountPercent |
number |
圖表查詢逾時次數佔比。 |
0.5 |
| QuickIndexCostTimeAvg |
number |
命中 Quick 引擎平均查詢耗時。 |
10 |
| QuickIndexQueryCount |
integer |
命中 Quick 引擎次數。 |
5 |
| RepeatQueryPercent |
string |
重複查詢佔比。 |
0.8 |
| RepeatQueryPercentNum |
number |
重複查詢數量。 |
3 |
| RepeatSqlQueryCount |
integer |
重複查詢次數。 |
1 |
| RepeatSqlQueryPercent |
string |
重複查詢佔比。 |
0.7 |
| ReportId |
string |
作品 ID。 |
6b407e50-e774-406b-9956-da2425c2**** |
| ReportName |
string |
報告名稱。 |
ClusterAddonUpgradeReport |
| ReportType |
string |
報表類型。 |
report |
| WorkspaceId |
string |
作品所屬工作空間 ID。 |
ab46ed33-6278-4ef7-8013-8c1335f266ee |
| WorkspaceName |
string |
空間名稱。 |
自訂模板 |
| Success |
boolean |
是否請求成功。取值範圍:
|
True |
樣本
正常返回樣本
JSON格式
{
"RequestId": "1FC71085-D5FD-08E0-813A-4D4BD1031BC5",
"Result": [
{
"CacheCostTimeAvg": 2.2,
"CacheQueryCount": 1,
"ComponentQueryCount": 1,
"ComponentQueryCountAvg": 2,
"CostTimeAvg": 0.2,
"QueryCount": 50,
"QueryCountAvg": 3.3,
"QueryOverFivePercentNum": 0.5,
"QueryOverFiveSecPercent": "0.5",
"QueryOverTenSecPercent": "0.5",
"QueryOverTenSecPercentNum": 0.5,
"QueryTimeoutCount": 8,
"QueryTimeoutCountPercent": 0.5,
"QuickIndexCostTimeAvg": 10,
"QuickIndexQueryCount": 5,
"RepeatQueryPercent": "0.8",
"RepeatQueryPercentNum": 3,
"RepeatSqlQueryCount": 1,
"RepeatSqlQueryPercent": "0.7\n",
"ReportId": "6b407e50-e774-406b-9956-da2425c2****",
"ReportName": "ClusterAddonUpgradeReport",
"ReportType": "report",
"WorkspaceId": "ab46ed33-6278-4ef7-8013-8c1335f266ee",
"WorkspaceName": "自訂模板"
}
],
"Success": true
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。