From 18bf5b8abb7c560d3e660a8b83d59de4369294cc Mon Sep 17 00:00:00 2001 From: a Date: Thu, 26 Oct 2023 16:50:22 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0763be7..669260a 100644 --- a/README.md +++ b/README.md @@ -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 + +Flags: + -h, --help Show context-sensitive help. + +Commands: + profile (p,prof) + run a profile and upload + + upload (u,up) + upload a file + +Run "pprofweb --help" for more information on a command. +``` + ## Run Locally docker build . --tag=pprofweb