Skip to content

Commit

Permalink
Make Kovi happy
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio2368 committed Jan 16, 2024
1 parent 76c9bf4 commit f33f374
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/en/operations/allocation-profiling.md
Expand Up @@ -89,7 +89,7 @@ For example:
jeprof path/to/binary path/to/heap/profile --text > result.txt
```

- if we want to generate a pdf file with call-graph:
- if we want to generate a PDF file with call-graph:

```sh
jeprof path/to/binary path/to/heap/profile --pdf > result.pdf
Expand Down Expand Up @@ -156,7 +156,7 @@ For example, if we don't want to sample allocations during startup but only afte
MALLOC_CONF=background_thread:true,prof:true,prof_active:false
```

and enable profiler at later point.
and enable profiler at a later point.

## Additional options for profiler

Expand All @@ -170,6 +170,10 @@ We recommend to check `jemalloc`s [reference page](https://jemalloc.net/jemalloc

ClickHouse/Keeper expose `jemalloc` related metrics in many different ways.

:::warning Warning
It's important to be aware that none of these metrics are synchronized with each other and values may drift.
:::

### System table `asynchronous_metrics`

```sql
Expand Down

0 comments on commit f33f374

Please sign in to comment.