pprofweb

command module
v0.0.0-...-ba2a420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2022 License: MIT Imports: 11 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL