Skip to content

Commit

Permalink
Fix instructions for getting pprof information from controller (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Jun 11, 2019
1 parent e5229d5 commit 017b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ Run `make uninstall` then run `make install` again.
Run `make build-images GO_BUILD_TAGS=profile` and this will build images with [pprof](https://golang.org/pkg/net/http/pprof/)
enabled in the controller, which you can then push and install on your cluster.

To get the pprof ui working, run `make controller-portforward` (or `minikube-controller-portforward` if you are on minikube),
To get the pprof ui working, run `make controller-portforward PORT=6060` (or `minikube-controller-portforward PORT=6060` if you are on minikube),
which will setup the port forwarding to the pprof http endpoint.

Run `make pprof-web`, which will start the web interface. It may take a few minutes to start up, but it can be opened on
Expand Down

0 comments on commit 017b0ed

Please sign in to comment.