mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: make docs-sync
This commit is contained in:
parent
3ac3124eed
commit
debe75f51c
2 changed files with 2 additions and 2 deletions
|
@ -1505,7 +1505,7 @@ VictoriaMetrics provides handlers for collecting the following [Go profiles](htt
|
|||
<div class="with-copy" markdown="1">
|
||||
|
||||
```bash
|
||||
curl -s http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
|
||||
curl http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1519,7 +1519,7 @@ curl http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
|
|||
<div class="with-copy" markdown="1">
|
||||
|
||||
```bash
|
||||
curl -s http://0.0.0.0:8428/debug/pprof/profile > cpu.pprof
|
||||
curl http://0.0.0.0:8428/debug/pprof/profile > cpu.pprof
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue