mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
docs: make docs-sync
This commit is contained in:
parent
f59685e5ff
commit
47b93a1337
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