Update README.md
This commit is contained in:
parent
08ad9c865e
commit
18bf5b8abb
20
README.md
20
README.md
|
@ -11,6 +11,26 @@ you can also share these profiles with other people
|
||||||
Try it: https://pprof.tuxpa.in
|
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
|
## Run Locally
|
||||||
|
|
||||||
docker build . --tag=pprofweb
|
docker build . --tag=pprofweb
|
||||||
|
|
Loading…
Reference in New Issue