Go to file
a 18bf5b8abb Update README.md 2023-10-26 16:50:22 +00:00
cli ok 2023-05-03 13:01:49 -05:00
flagset update splash 2022-09-26 19:15:49 -05:00
pprofweb fix 2023-05-03 00:47:57 -05:00
webserver fix 2023-05-03 00:47:57 -05:00
.gitignore update splash 2022-09-26 19:15:49 -05:00
.woodpecker.yml update destination 2023-01-24 17:30:25 -06:00
Dockerfile install 2023-05-03 00:41:35 -05:00
README.md Update README.md 2023-10-26 16:50:22 +00:00
go.mod fix 2023-05-03 00:45:36 -05:00
go.sum install 2023-05-03 00:41:35 -05:00
main.go fix 2023-05-03 00:47:57 -05:00

README.md

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

cli tool

install with go install tuxpa.in/a/pprofweb@latest

Usage: pprofweb <command>

Flags:
  -h, --help    Show context-sensitive help.

Commands:
  profile (p,prof) <url>
    run a profile and upload

  upload (u,up) <file>
    upload a file

Run "pprofweb <command> --help" for more information on a command.

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