ee2a63e570 | ||
---|---|---|
flagset | ||
pprofweb | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
go.mod | ||
go.sum | ||
pprofweb.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.aaaaa.news
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