Go to file
a cf021a25c3 well then 2022-09-26 19:16:42 -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 Fix links/text 2020-01-26 18:05:35 -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

This is a hacky experiment that serves the Go pprof profiler web UI. You can upload pprof files then view them without installing anything. See my blog post for some additional details.

Try it: https://pprofweb.evanjones.ca/

Run Locally

docker build . --tag=pprofweb docker run --rm -ti --publish=127.0.0.1:8080:8080 pprofweb

Open http://localhost:8080/

Check that the container works

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