25 lines
440 B
Markdown
25 lines
440 B
Markdown
# PProf Web UI
|
|
|
|
[Go pprof profiler web UI](https://github.com/google/pprof).
|
|
|
|
You can upload pprof files then view them without installing anything.
|
|
|
|
|
|
you can also share these profiles with other people
|
|
|
|
|
|
Try it: https://pprof.aaaaa.news
|
|
|
|
|
|
## 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
|