Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix http url error #1630

Merged
merged 18 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ There are three ways to view Doris Cache related indicators.

1. Doris BE Metrics

Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see BE process memory monitoring (Metrics), including each cache capacity, usage, number of elements, search and hit times and other indicators.
Web page `http://{be_host}:{be_web_server_port}/metrics` can see BE process memory monitoring (Metrics), including each cache capacity, usage, number of elements, search and hit times and other indicators.

```
- `doris_be_cache_capacity{name="TabletSchemaCache"} 102400`: Cache capacity, two limiting methods: memory size or number of elements.
Expand All @@ -106,7 +106,7 @@ Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see BE proce

2. Doris BE Bvar

Web page `http://http://{be_host}:{brpc_port}/vars/*cache*` can show some unique metrics of some caches.
Web page `http://{be_host}:{brpc_port}/vars/*cache*` can show some unique metrics of some caches.

> In the future, the indicators in Doris BE Metrics will be moved to Doris BE Bvar.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently, Memory Tracker does not accurately count the metadata memory size of

### Doris BE Bvar

You can see some metadata-related indicators counted by Bvar on the web page `http://http://{be_host}:{brpc_port}/vars`.
You can see some metadata-related indicators counted by Bvar on the web page `http://{be_host}:{brpc_port}/vars`.

```
- `doris_total_tablet_num`: The number of all tablets.
Expand All @@ -56,7 +56,7 @@ You can see some metadata-related indicators counted by Bvar on the web page `ht

### Doris BE Metrics

Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see some metadata indicators in BE process memory monitoring (Metrics). Among them, Metadata Cache related indicators refer to [Doris Cache Memory Analysis](./doris-cache-memory-analysis.md).
Web page `http://{be_host}:{be_web_server_port}/metrics` can see some metadata indicators in BE process memory monitoring (Metrics). Among them, Metadata Cache related indicators refer to [Doris Cache Memory Analysis](./doris-cache-memory-analysis.md).

```
- `doris_be_all_rowsets_num`: The number of all Rowsets.
Expand Down
2 changes: 1 addition & 1 deletion docs/admin-manual/memory-management/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For more information about Memory Tracker, refer to [Memory Tracker](./memory-fe

### Historical memory statistics

Historical memory statistics can be viewed through Doris BE's Bvar page `http://http://{be_host}:{brpc_port}/vars/*memory_*`. Use the real-time memory statistics page `http://{be_host}:{be_web_server_port}/mem_tracker` to search for the Bvar page under the Memory Tracker Label to get the memory size change trend tracked by the corresponding Memory Tracker. `brpc_port` defaults to 8060.
Historical memory statistics can be viewed through Doris BE's Bvar page `http://{be_host}:{brpc_port}/vars/*memory_*`. Use the real-time memory statistics page `http://{be_host}:{be_web_server_port}/mem_tracker` to search for the Bvar page under the Memory Tracker Label to get the memory size change trend tracked by the corresponding Memory Tracker. `brpc_port` defaults to 8060.

![Bvar Memory](/images/bvar-memory.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Doris 自己管理的 Cache 目前均为 LRU 淘汰策略,均支持单独通

1. Doris BE Metrics

Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监控(Metrics),包括每个 Cache 的容量、使用率、元素个数、查找和命中次数等指标。
Web 页面 `http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监控(Metrics),包括每个 Cache 的容量、使用率、元素个数、查找和命中次数等指标。

```
- `doris_be_cache_capacity{name="TabletSchemaCache"} 102400`:Cache 容量,内存大小或者元素个数两种限制方法。
Expand All @@ -106,7 +106,7 @@ Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 B

2. Doris BE Bvar

Web 页面 `http://http://{be_host}:{brpc_port}/vars/*cache*` 可以看到部分 Cache 独有的一些指标。
Web 页面 `http://{be_host}:{brpc_port}/vars/*cache*` 可以看到部分 Cache 独有的一些指标。

> 未来会将 Doris BE Metrics 中的指标移动到 Doris BE Bvar 中。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Doris BE 在内存中的元数据(Metadata)包括 `Tablet`、`Rowset`、`Seg

### Doris BE Bvar

Web 页面 `http://http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计的一些元数据相关指标。
Web 页面 `http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计的一些元数据相关指标。

```
- `doris_total_tablet_num`:所有 Tablet 的数量。
Expand All @@ -56,7 +56,7 @@ Web 页面 `http://http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计

### Doris BE Metrics

Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监(Metrics)中的一些元数据指标。其中 Metadata Cache 相关指标参考 [Cache 内存分析](./doris-cache-memory-analysis.md)。
Web 页面 `http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监(Metrics)中的一些元数据指标。其中 Metadata Cache 相关指标参考 [Cache 内存分析](./doris-cache-memory-analysis.md)。

```
- `doris_be_all_rowsets_num`:所有 Rowset 的数量。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Memory Tracker 拥有如下的属性:

### 历史内存统计

历史的内存统计结果通过 Doris BE 的 Bvar 页面查看 `http://http://{be_host}:{brpc_port}/vars/*memory_*`,用实时内存统计页面 `http://{be_host}:{be_web_server_port}/mem_tracker` 中 Memory Tracker 的 Label 搜索 Bvar 页面,即可得到对应 Memory Tracker 跟踪的内存大小变化趋势,`brpc_port` 默认 8060。
历史的内存统计结果通过 Doris BE 的 Bvar 页面查看 `http://{be_host}:{brpc_port}/vars/*memory_*`,用实时内存统计页面 `http://{be_host}:{be_web_server_port}/mem_tracker` 中 Memory Tracker 的 Label 搜索 Bvar 页面,即可得到对应 Memory Tracker 跟踪的内存大小变化趋势,`brpc_port` 默认 8060。

![Bvar Memory](/images/bvar-memory.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Doris 自己管理的 Cache 目前均为 LRU 淘汰策略,均支持单独通

1. Doris BE Metrics

Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监控(Metrics),包括每个 Cache 的容量、使用率、元素个数、查找和命中次数等指标。
Web 页面 `http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监控(Metrics),包括每个 Cache 的容量、使用率、元素个数、查找和命中次数等指标。

```
- `doris_be_cache_capacity{name="TabletSchemaCache"} 102400`:Cache 容量,内存大小或者元素个数两种限制方法。
Expand All @@ -106,7 +106,7 @@ Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 B

2. Doris BE Bvar

Web 页面 `http://http://{be_host}:{brpc_port}/vars/*cache*` 可以看到部分 Cache 独有的一些指标。
Web 页面 `http://{be_host}:{brpc_port}/vars/*cache*` 可以看到部分 Cache 独有的一些指标。

> 未来会将 Doris BE Metrics 中的指标移动到 Doris BE Bvar 中。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Doris BE 在内存中的元数据(Metadata)包括 `Tablet`、`Rowset`、`Seg

### Doris BE Bvar

Web 页面 `http://http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计的一些元数据相关指标。
Web 页面 `http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计的一些元数据相关指标。

```
- `doris_total_tablet_num`:所有 Tablet 的数量。
Expand All @@ -56,7 +56,7 @@ Web 页面 `http://http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计

### Doris BE Metrics

Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监(Metrics)中的一些元数据指标。其中 Metadata Cache 相关指标参考 [Cache 内存分析](./doris-cache-memory-analysis.md)。
Web 页面 `http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监(Metrics)中的一些元数据指标。其中 Metadata Cache 相关指标参考 [Cache 内存分析](./doris-cache-memory-analysis.md)。

```
- `doris_be_all_rowsets_num`:所有 Rowset 的数量。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Memory Tracker 拥有如下的属性:

### 历史内存统计

历史的内存统计结果通过 Doris BE 的 Bvar 页面查看 `http://http://{be_host}:{brpc_port}/vars/*memory_*`,用实时内存统计页面 `http://{be_host}:{be_web_server_port}/mem_tracker` 中 Memory Tracker 的 Label 搜索 Bvar 页面,即可得到对应 Memory Tracker 跟踪的内存大小变化趋势,`brpc_port` 默认 8060。
历史的内存统计结果通过 Doris BE 的 Bvar 页面查看 `http://{be_host}:{brpc_port}/vars/*memory_*`,用实时内存统计页面 `http://{be_host}:{be_web_server_port}/mem_tracker` 中 Memory Tracker 的 Label 搜索 Bvar 页面,即可得到对应 Memory Tracker 跟踪的内存大小变化趋势,`brpc_port` 默认 8060。

![Bvar Memory](/images/bvar-memory.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Doris 自己管理的 Cache 目前均为 LRU 淘汰策略,均支持单独通

1. Doris BE Metrics

Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监控(Metrics),包括每个 Cache 的容量、使用率、元素个数、查找和命中次数等指标。
Web 页面 `http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监控(Metrics),包括每个 Cache 的容量、使用率、元素个数、查找和命中次数等指标。

```
- `doris_be_cache_capacity{name="TabletSchemaCache"} 102400`:Cache 容量,内存大小或者元素个数两种限制方法。
Expand All @@ -106,7 +106,7 @@ Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 B

2. Doris BE Bvar

Web 页面 `http://http://{be_host}:{brpc_port}/vars/*cache*` 可以看到部分 Cache 独有的一些指标。
Web 页面 `http://{be_host}:{brpc_port}/vars/*cache*` 可以看到部分 Cache 独有的一些指标。

> 未来会将 Doris BE Metrics 中的指标移动到 Doris BE Bvar 中。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Doris BE 在内存中的元数据(Metadata)包括 `Tablet`、`Rowset`、`Seg

### Doris BE Bvar

Web 页面 `http://http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计的一些元数据相关指标。
Web 页面 `http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计的一些元数据相关指标。

```
- `doris_total_tablet_num`:所有 Tablet 的数量。
Expand All @@ -56,7 +56,7 @@ Web 页面 `http://http://{be_host}:{brpc_port}/vars` 可以看到 Bvar 统计

### Doris BE Metrics

Web 页面 `http://http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监(Metrics)中的一些元数据指标。其中 Metadata Cache 相关指标参考 [Cache 内存分析](./doris-cache-memory-analysis.md)。
Web 页面 `http://{be_host}:{be_web_server_port}/metrics` 可以看到 BE 进程内存监(Metrics)中的一些元数据指标。其中 Metadata Cache 相关指标参考 [Cache 内存分析](./doris-cache-memory-analysis.md)。

```
- `doris_be_all_rowsets_num`:所有 Rowset 的数量。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Memory Tracker 拥有如下的属性:

### 历史内存统计

历史的内存统计结果通过 Doris BE 的 Bvar 页面查看 `http://http://{be_host}:{brpc_port}/vars/*memory_*`,用实时内存统计页面 `http://{be_host}:{be_web_server_port}/mem_tracker` 中 Memory Tracker 的 Label 搜索 Bvar 页面,即可得到对应 Memory Tracker 跟踪的内存大小变化趋势,`brpc_port` 默认 8060。
历史的内存统计结果通过 Doris BE 的 Bvar 页面查看 `http://{be_host}:{brpc_port}/vars/*memory_*`,用实时内存统计页面 `http://{be_host}:{be_web_server_port}/mem_tracker` 中 Memory Tracker 的 Label 搜索 Bvar 页面,即可得到对应 Memory Tracker 跟踪的内存大小变化趋势,`brpc_port` 默认 8060。

![Bvar Memory](/images/bvar-memory.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ There are three ways to view Doris Cache related indicators.

1. Doris BE Metrics

Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see BE process memory monitoring (Metrics), including each cache capacity, usage, number of elements, search and hit times and other indicators.
Web page `http://{be_host}:{be_web_server_port}/metrics` can see BE process memory monitoring (Metrics), including each cache capacity, usage, number of elements, search and hit times and other indicators.

```
- `doris_be_cache_capacity{name="TabletSchemaCache"} 102400`: Cache capacity, two limiting methods: memory size or number of elements.
Expand All @@ -106,7 +106,7 @@ Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see BE proce

2. Doris BE Bvar

Web page `http://http://{be_host}:{brpc_port}/vars/*cache*` can show some unique metrics of some caches.
Web page `http://{be_host}:{brpc_port}/vars/*cache*` can show some unique metrics of some caches.

> In the future, the indicators in Doris BE Metrics will be moved to Doris BE Bvar.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently, Memory Tracker does not accurately count the metadata memory size of

### Doris BE Bvar

You can see some metadata-related indicators counted by Bvar on the web page `http://http://{be_host}:{brpc_port}/vars`.
You can see some metadata-related indicators counted by Bvar on the web page `http://{be_host}:{brpc_port}/vars`.

```
- `doris_total_tablet_num`: The number of all tablets.
Expand All @@ -56,7 +56,7 @@ You can see some metadata-related indicators counted by Bvar on the web page `ht

### Doris BE Metrics

Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see some metadata indicators in BE process memory monitoring (Metrics). Among them, Metadata Cache related indicators refer to [Doris Cache Memory Analysis](./doris-cache-memory-analysis.md).
Web page `http://{be_host}:{be_web_server_port}/metrics` can see some metadata indicators in BE process memory monitoring (Metrics). Among them, Metadata Cache related indicators refer to [Doris Cache Memory Analysis](./doris-cache-memory-analysis.md).

```
- `doris_be_all_rowsets_num`: The number of all Rowsets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For more information about Memory Tracker, refer to [Memory Tracker](./memory-fe

### Historical memory statistics

Historical memory statistics can be viewed through Doris BE's Bvar page `http://http://{be_host}:{brpc_port}/vars/*memory_*`. Use the real-time memory statistics page `http://{be_host}:{be_web_server_port}/mem_tracker` to search for the Bvar page under the Memory Tracker Label to get the memory size change trend tracked by the corresponding Memory Tracker. `brpc_port` defaults to 8060.
Historical memory statistics can be viewed through Doris BE's Bvar page `http://{be_host}:{brpc_port}/vars/*memory_*`. Use the real-time memory statistics page `http://{be_host}:{be_web_server_port}/mem_tracker` to search for the Bvar page under the Memory Tracker Label to get the memory size change trend tracked by the corresponding Memory Tracker. `brpc_port` defaults to 8060.

![Bvar Memory](/images/bvar-memory.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ There are three ways to view Doris Cache related indicators.

1. Doris BE Metrics

Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see BE process memory monitoring (Metrics), including each cache capacity, usage, number of elements, search and hit times and other indicators.
Web page `http://{be_host}:{be_web_server_port}/metrics` can see BE process memory monitoring (Metrics), including each cache capacity, usage, number of elements, search and hit times and other indicators.

```
- `doris_be_cache_capacity{name="TabletSchemaCache"} 102400`: Cache capacity, two limiting methods: memory size or number of elements.
Expand All @@ -106,7 +106,7 @@ Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see BE proce

2. Doris BE Bvar

Web page `http://http://{be_host}:{brpc_port}/vars/*cache*` can show some unique metrics of some caches.
Web page `http://{be_host}:{brpc_port}/vars/*cache*` can show some unique metrics of some caches.

> In the future, the indicators in Doris BE Metrics will be moved to Doris BE Bvar.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently, Memory Tracker does not accurately count the metadata memory size of

### Doris BE Bvar

You can see some metadata-related indicators counted by Bvar on the web page `http://http://{be_host}:{brpc_port}/vars`.
You can see some metadata-related indicators counted by Bvar on the web page `http://{be_host}:{brpc_port}/vars`.

```
- `doris_total_tablet_num`: The number of all tablets.
Expand All @@ -56,7 +56,7 @@ You can see some metadata-related indicators counted by Bvar on the web page `ht

### Doris BE Metrics

Web page `http://http://{be_host}:{be_web_server_port}/metrics` can see some metadata indicators in BE process memory monitoring (Metrics). Among them, Metadata Cache related indicators refer to [Doris Cache Memory Analysis](./doris-cache-memory-analysis.md).
Web page `http://{be_host}:{be_web_server_port}/metrics` can see some metadata indicators in BE process memory monitoring (Metrics). Among them, Metadata Cache related indicators refer to [Doris Cache Memory Analysis](./doris-cache-memory-analysis.md).

```
- `doris_be_all_rowsets_num`: The number of all Rowsets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For more information about Memory Tracker, refer to [Memory Tracker](./memory-fe

### Historical memory statistics

Historical memory statistics can be viewed through Doris BE's Bvar page `http://http://{be_host}:{brpc_port}/vars/*memory_*`. Use the real-time memory statistics page `http://{be_host}:{be_web_server_port}/mem_tracker` to search for the Bvar page under the Memory Tracker Label to get the memory size change trend tracked by the corresponding Memory Tracker. `brpc_port` defaults to 8060.
Historical memory statistics can be viewed through Doris BE's Bvar page `http://{be_host}:{brpc_port}/vars/*memory_*`. Use the real-time memory statistics page `http://{be_host}:{be_web_server_port}/mem_tracker` to search for the Bvar page under the Memory Tracker Label to get the memory size change trend tracked by the corresponding Memory Tracker. `brpc_port` defaults to 8060.

![Bvar Memory](/images/bvar-memory.png)

Expand Down
Loading