Updated How to use debug api (markdown)
parent
e6d52a45bd
commit
0a4566a11c
@ -30,7 +30,11 @@ Heap details:
|
|||||||
```
|
```
|
||||||
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/heap
|
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/heap
|
||||||
````
|
````
|
||||||
|

|
||||||
|
|
||||||
Allocs details
|
Allocs details
|
||||||
````
|
````
|
||||||
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/allocs
|
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/allocs
|
||||||
````
|
````
|
||||||
|

|
||||||
|
|
||||||
|
Reference in New Issue
Block a user