pprofweb/README.md

25 lines
438 B
Markdown
Raw Normal View History

2020-01-11 20:18:50 +00:00
# PProf Web UI
2022-09-27 00:20:34 +00:00
[Go pprof profiler web UI](https://github.com/google/pprof).
2020-01-11 20:18:50 +00:00
2022-09-27 00:20:34 +00:00
You can upload pprof files then view them without installing anything.
you can also share these profiles with other people
2023-04-08 21:03:07 +00:00
Try it: https://pprof.tuxpa.in
2020-01-11 20:18:50 +00:00
## Run Locally
docker build . --tag=pprofweb
2022-09-27 00:20:34 +00:00
docker run --rm -ti -p 7443:7443 pprofweb
2020-01-11 20:18:50 +00:00
2022-09-27 00:20:34 +00:00
Open http://localhost:7443/
2020-01-11 20:18:50 +00:00
## Check that the container works
docker run --rm -ti --entrypoint=dot pprofweb