From 1ae87d495597d57053ed087a9c31b88bd09aeede Mon Sep 17 00:00:00 2001 From: a Date: Mon, 26 Sep 2022 19:20:34 -0500 Subject: [PATCH] update readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98a76bf..67b10cb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ # PProf Web UI -This is a hacky experiment that serves the [Go pprof profiler web UI](https://github.com/google/pprof). You can upload pprof files then view them without installing anything. See [my blog post for some additional details](https://www.evanjones.ca/pprofweb.html). +[Go pprof profiler web UI](https://github.com/google/pprof). -Try it: https://pprofweb.evanjones.ca/ +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 --publish=127.0.0.1:8080:8080 pprofweb +docker run --rm -ti -p 7443:7443 pprofweb -Open http://localhost:8080/ +Open http://localhost:7443/ ## Check that the container works