Go to file
a 1ae87d4955 update readme 2022-09-26 19:20:34 -05:00
flagset update splash 2022-09-26 19:15:49 -05:00
pprofweb update splash 2022-09-26 19:15:49 -05:00
.gitignore update splash 2022-09-26 19:15:49 -05:00
Dockerfile update splash 2022-09-26 19:15:49 -05:00
README.md update readme 2022-09-26 19:20:34 -05:00
go.mod well then 2022-09-26 19:16:42 -05:00
go.sum update splash 2022-09-26 19:15:49 -05:00
pprofweb.go well then 2022-09-26 19:16:42 -05:00

README.md

PProf Web UI

Go pprof profiler 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

Open http://localhost:7443/

Check that the container works

docker run --rm -ti --entrypoint=dot pprofweb