You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2023/06/06 08:08:53 UTC

[doris] branch master updated: [typo](docs)modify http_port to webserver_port (#20447)

This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 17259672ff [typo](docs)modify http_port to webserver_port (#20447)
17259672ff is described below

commit 17259672ffff7a95e4124cab5d8cad3fcf9e0477
Author: lsy3993 <11...@users.noreply.github.com>
AuthorDate: Tue Jun 6 16:08:45 2023 +0800

    [typo](docs)modify http_port to webserver_port (#20447)
---
 .../admin-manual/maint-monitor/memory-management/memory-tracker.md    | 4 ++--
 .../admin-manual/maint-monitor/memory-management/memory-tracker.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md b/docs/en/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
index c037b350b3..835d4b19f3 100644
--- a/docs/en/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
+++ b/docs/en/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
@@ -40,7 +40,7 @@ https://shimo.im/docs/DT6JXDRkdTvdyV3G
 
 ## View statistics
 
-The real-time memory statistics results can be viewed through Doris BE's Web page http://ip:http_port/mem_tracker.
+The real-time memory statistics results can be viewed through Doris BE's Web page http://ip:webserver_port/mem_tracker.(webserver_port default is 8040)
 For the memory statistics results of historical queries, you can view the `peakMemoryBytes` of each query in `fe/log/fe.audit.log`, or search `Deregister query/load memory tracker, queryId` in `be/log/be.INFO` `View memory peaks per query on a single BE.
 
 ### Home `/mem_tracker`
@@ -51,7 +51,7 @@ For the memory statistics results of historical queries, you can view the `peakM
 - global: Global Memory Tracker with the same life cycle and process, such as each Cache, Tablet Manager, Storage Engine, etc.
 - query: the in-memory sum of all queries.
 - load: Sum of all imported memory.
-- tc/jemalloc_cache: The general memory allocator TCMalloc or Jemalloc cache, you can view the original profile of the memory allocator in real time at http://ip:http_port/memz.
+- tc/jemalloc_cache: The general memory allocator TCMalloc or Jemalloc cache, you can view the original profile of the memory allocator in real time at http://ip:webserver_port/memz.
 - compaction, schema_change, consistency, batch_load, clone: ​​corresponding to the memory sum of all Compaction, Schema Change, Consistency, Batch Load, and Clone tasks respectively.
 
 2. Current Consumption(Bytes): current memory value, unit B.
diff --git a/docs/zh-CN/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md b/docs/zh-CN/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
index b50b79f587..0bccb26567 100644
--- a/docs/zh-CN/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
+++ b/docs/zh-CN/docs/admin-manual/maint-monitor/memory-management/memory-tracker.md
@@ -40,7 +40,7 @@ https://shimo.im/docs/DT6JXDRkdTvdyV3G
 
 ## 查看统计结果
 
-实时的内存统计结果通过 Doris BE 的 Web 页面查看 http://ip:http_port/mem_tracker。
+实时的内存统计结果通过 Doris BE 的 Web 页面查看 http://ip:webserver_port/mem_tracker。(webserver_port默认8040)
 历史查询的内存统计结果可以查看`fe/log/fe.audit.log`中每个查询的`peakMemoryBytes`,或者在`be/log/be.INFO`中搜索`Deregister query/load memory tracker, queryId`查看单个BE上每个查询的内存峰值。
 
 ### 首页 `/mem_tracker`
@@ -51,7 +51,7 @@ https://shimo.im/docs/DT6JXDRkdTvdyV3G
 - global: 生命周期和进程相同的全局 Memory Tracker,例如各个Cache、Tablet Manager、Storage Engine等。
 - query: 所有查询的内存总和。
 - load: 所有导入的内存总和。
-- tc/jemalloc_cache: 通用内存分配器 TCMalloc 或 Jemalloc 的缓存,在 http://ip:http_port/memz 可以实时查看到内存分配器原始的profile。
+- tc/jemalloc_cache: 通用内存分配器 TCMalloc 或 Jemalloc 的缓存,在 http://ip:webserver_port/memz 可以实时查看到内存分配器原始的profile。
 - compaction、schema_change、consistency、batch_load、clone: 分别对应所有Compaction、Schema Change、Consistency、Batch Load、Clone任务的内存总和。
 
 2. Current Consumption(Bytes): 当前内存值,单位B。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org