Go to file
a bbea3f46be
ci/woodpecker/tag/woodpecker Pipeline failed Details
peck
2023-01-24 17:27:37 -06:00
flagset update splash 2022-09-26 19:15:49 -05:00
pprofweb fc 2022-09-29 11:55:50 -05:00
.gitignore update splash 2022-09-26 19:15:49 -05:00
.woodpecker.yml peck 2023-01-24 17:27:37 -06:00
Dockerfile update dockerfile 2022-09-26 19:25:11 -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