a
08ad9c865e
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
cli | ||
flagset | ||
pprofweb | ||
webserver | ||
.gitignore | ||
.woodpecker.yml | ||
Dockerfile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
PProf Web UI
You can upload pprof files then view them without installing anything.
you can also share these profiles with other people
Try it: https://pprof.tuxpa.in
Run Locally
docker build . --tag=pprofweb docker run --rm -ti -p 7443:7443 pprofweb
Check that the container works
docker run --rm -ti --entrypoint=dot pprofweb