This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 242dcbc3d07 [docs]Add workload metric query_be_memory_bytes (#713)
242dcbc3d07 is described below
commit 242dcbc3d07eb982ec93a82f385f491aa0ea3ff5
Author: wangbo <[email protected]>
AuthorDate: Mon Jul 15 19:46:42 2024 +0800
[docs]Add workload metric query_be_memory_bytes (#713)
Add workload metric query_be_memory_bytes
https://github.com/apache/doris/pull/35662
---
docs/admin-manual/resource-admin/workload-policy.md | 5 +++--
.../current/admin-manual/resource-admin/workload-policy.md | 5 +++--
.../version-2.1/admin-manual/resource-admin/workload-policy.md | 7 ++++---
.../version-2.1/admin-manual/resource-admin/workload-policy.md | 5 +++--
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/docs/admin-manual/resource-admin/workload-policy.md
b/docs/admin-manual/resource-admin/workload-policy.md
index ef9d42a3fe0..3647aa8cabf 100644
--- a/docs/admin-manual/resource-admin/workload-policy.md
+++ b/docs/admin-manual/resource-admin/workload-policy.md
@@ -59,9 +59,10 @@ The policy used in FE is mainly used to modify the session
variable, and current
### Policy used in BE
1. Condition
- * be_scan_rows,The number of rows scanned by an SQL within a single BE
process, and if there are multiple concurrency, it is the cumulative value of
multiple concurrency.
- * be_scan_bytes,The number of bytes scanned by an SQL within a single BE
process, and if there are multiple concurrency, it is the cumulative value of
multiple concurrency.
+ * be_scan_rows,The number of rows scanned by an SQL within a single BE
process, if the SQL is executed concurrently on the BE, it is the cumulative
value of multiple concurrency.
+ * be_scan_bytes,The number of bytes scanned by an SQL within a single BE
process, if the SQL is executed concurrently on the BE, it is the cumulative
value of multiple concurrency, measured in bytes.
* query_time,The running time of an SQL on a single BE process, measured
in milliseconds.
+ * query_be_memory_bytes, The memory used by an SQL within a BE process, if
the SQL is executed concurrently on the BE, it is the cumulative value of
multiple concurrency, measured in bytes.
2. Action
* cancel_query,cancel query
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/resource-admin/workload-policy.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/resource-admin/workload-policy.md
index 9168bf1af63..86136a7cc63 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/resource-admin/workload-policy.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/resource-admin/workload-policy.md
@@ -59,9 +59,10 @@ Workload Policy主要包含以下几个概念:
### 适用于BE的policy
1. Condition
- * be_scan_rows,一个sql在单个BE进程内scan的行数,如果有多个并发那就是多个并发的累加值。
- * be_scan_bytes,一个sql在单个BE进程内scan的字节数,如果有多个并发那么就是多个并发的累加值。
+ * be_scan_rows,一个sql在单个BE进程内scan的行数,如果这个sql在BE上是多并发执行,那么就是多个并发的累加值。
+ * be_scan_bytes,一个sql在单个BE进程内scan的字节数,如果这个sql在BE上是多并发执行,那么就是多个并发的累加值,单位是字节。
* query_time,一个sql在单个BE进程上的运行时间,时间单位是毫秒。
+ *
query_be_memory_bytes,一个sql在单个BE进程内使用的内存用量,如果这个sql在BE上是多并发执行,那么就是多个并发的累加值,单位是字节。
2. Action
* cancel_query,取消查询。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/resource-admin/workload-policy.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/resource-admin/workload-policy.md
index 8075cbf0986..69356136a70 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/resource-admin/workload-policy.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/resource-admin/workload-policy.md
@@ -61,10 +61,11 @@ Workload Policy主要包含以下几个概念:
### 适用于BE的policy
1. Condition
- * be_scan_rows,一个sql在单个BE进程内scan的行数,如果有多个并发那就是多个并发的累加值。
- * be_scan_bytes,一个sql在单个BE进程内scan的字节数,如果有多个并发那么就是多个并发的累加值。
+ * be_scan_rows,一个sql在单个BE进程内scan的行数,如果这个sql在BE上是多并发执行,那么就是多个并发的累加值。
+ * be_scan_bytes,一个sql在单个BE进程内scan的字节数,如果这个sql在BE上是多并发执行,那么就是多个并发的累加值,单位是字节。
* query_time,一个sql在单个BE进程上的运行时间,时间单位是毫秒。
-
+ *
query_be_memory_bytes,从2.1.5版本开始支持。一个sql在单个BE进程内使用的内存用量,如果这个sql在BE上是多并发执行,那么就是多个并发的累加值,单位是字节。
+
2. Action
* cancel_query,取消查询。
diff --git
a/versioned_docs/version-2.1/admin-manual/resource-admin/workload-policy.md
b/versioned_docs/version-2.1/admin-manual/resource-admin/workload-policy.md
index 808cd0bcee8..cc6cfa0f5d8 100644
--- a/versioned_docs/version-2.1/admin-manual/resource-admin/workload-policy.md
+++ b/versioned_docs/version-2.1/admin-manual/resource-admin/workload-policy.md
@@ -61,9 +61,10 @@ The policy used in FE is mainly used to modify the session
variable, and current
### Policy used in BE
1. Condition
- * be_scan_rows,The number of rows scanned by an SQL within a single BE
process, and if there are multiple concurrency, it is the cumulative value of
multiple concurrency.
- * be_scan_bytes,The number of bytes scanned by an SQL within a single BE
process, and if there are multiple concurrency, it is the cumulative value of
multiple concurrency.
+ * be_scan_rows,The number of rows scanned by an SQL within a single BE
process, if the SQL is executed concurrently on the BE, it is the cumulative
value of multiple concurrency.
+ * be_scan_bytes,The number of bytes scanned by an SQL within a single BE
process, if the SQL is executed concurrently on the BE, it is the cumulative
value of multiple concurrency, measured in bytes.
* query_time,The running time of an SQL on a single BE process, measured in
milliseconds.
+ * query_be_memory_bytes, supported since version 2.1.5, The memory used by
an SQL within a BE process, if the SQL is executed concurrently on the BE, it
is the cumulative value of multiple concurrency, measured in bytes.
2. Action
* cancel_query,cancel query
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]