blob: 7e82190164e908ba384edbca55eea145411f0358 [file] [log] [blame] [view]
# Profiling
service center integrated pprof
## Configuration
```yaml
server:
pprof:
mode: 1
```
## Run pprof
```sh
go tool pprof http://localhost:30100/debug/pprof/profile?seconds=30
```