Update README.md

This commit is contained in:
a 2023-10-26 16:50:22 +00:00
parent 08ad9c865e
commit 18bf5b8abb
1 changed files with 20 additions and 0 deletions

View File

@ -11,6 +11,26 @@ 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