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