Skip to content

Commit

Permalink
dashboard: Add the support of TiKV for heap profiling (#15446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor1996 authored Nov 24, 2023
1 parent da92ec3 commit d7c04d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/continuous-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All performance data in [Manual Profiling](/dashboard/dashboard-profiling.md#sup

- CPU: The CPU overhead of each internal function on TiDB, TiKV, TiFlash, and PD instances

- Heap: The memory consumption of each internal function on TiDB and PD instances
- Heap: The memory consumption of each internal function on TiDB, TiKV, and PD instances

- Mutex: The mutex contention states on TiDB and PD instances

Expand Down
2 changes: 1 addition & 1 deletion dashboard/dashboard-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following performance data are currently supported:

> The CPU overhead of TiKV and TiFlash instances is currently not supported in ARM architecture.
- Heap: The memory consumption of each internal function on TiDB and PD instances
- Heap: The memory consumption of each internal function on TiDB, TiKV, and PD instances

- Mutex: The mutex contention states on TiDB and PD instances

Expand Down

0 comments on commit d7c04d2

Please sign in to comment.