pprofweb/README.md
a 6b94209284
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update 'README.md'
2023-04-08 21:03:07 +00:00

438 B

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.tuxpa.in

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