Go to file
Evan Jones 87b634aecb initial commit 2020-01-11 15:18:50 -05:00
Dockerfile initial commit 2020-01-11 15:18:50 -05:00
LICENSE initial commit 2020-01-11 15:18:50 -05:00
README.md initial commit 2020-01-11 15:18:50 -05:00
cloudbuild.yaml initial commit 2020-01-11 15:18:50 -05:00
go.mod initial commit 2020-01-11 15:18:50 -05:00
go.sum initial commit 2020-01-11 15:18:50 -05:00
pprofweb.go initial commit 2020-01-11 15:18:50 -05:00

README.md

PProf Web UI

This is a total hack to upload pprof files and serve the UI. This avoids needing to install any tools.

Try it: https://pprofweb-kgdmaenclq-uc.a.run.app/

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