|
|
||
|---|---|---|
| .gitea/workflows | ||
| cli | ||
| flagset | ||
| pprofweb | ||
| webserver | ||
| .gitignore | ||
| .woodpecker.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
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
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
Check that the container works
docker run --rm -ti --entrypoint=dot pprofweb