Go to file
Evan Jones 75e9efc276 Update to Go 1.17; Debian Bullseye; Latest pprof 2021-11-15 08:24:47 -05:00
Dockerfile Update to Go 1.17; Debian Bullseye; Latest pprof 2021-11-15 08:24:47 -05:00
LICENSE initial commit 2020-01-11 15:18:50 -05:00
README.md Fix links/text 2020-01-26 18:05:35 -05:00
cloudbuild.yaml Add gzip response compression; Update to latest version 2020-06-02 14:59:11 -04:00
go.mod Update to Go 1.17; Debian Bullseye; Latest pprof 2021-11-15 08:24:47 -05:00
go.sum Update to Go 1.17; Debian Bullseye; Latest pprof 2021-11-15 08:24:47 -05:00
pprofweb-deploy.yaml Don't use debug base; Add pprof handlers 2020-01-20 10:55:01 -05:00
pprofweb.go Add gzip response compression; Update to latest version 2020-06-02 14:59:11 -04:00
pprofweb_test.go Add gzip response compression; Update to latest version 2020-06-02 14:59:11 -04: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