Skip to content

Commit

Permalink
Merge pull request #18 from spowelljr/patch-1
Browse files Browse the repository at this point in the history
Update install instructions
medyagh authored Jan 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents e1a62ee + d0e5f62 commit 18c9e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ By default, this will poll the stack every 125ms.

Install slowjam:

`go get github.com/google/slowjam/cmd/slowjam`
`go install github.com/google/slowjam/cmd/slowjam@latest`

Analyze a stacklog using the interactive webserver:

@@ -99,9 +99,9 @@ What minikube contributors discovered with these results were:

The net result was a 2.5X reduction in start-up latency: from ~66 seconds to ~26 seconds.

2. Analyzing an integrated Go binary in kubernetes cluster.
2. Analyzing an integrated Go binary in Kubernetes cluster.

Here's an pod config to analyze a Go binary running on a kuberenets cluster: [Pod SlowJam Profile](https://github.com/GoogleContainerTools/kaniko/blob/master/examples/pod-build-profile.yaml)
Here's an pod config to analyze a Go binary running on a Kubernetes cluster: [Pod SlowJam Profile](https://github.com/GoogleContainerTools/kaniko/blob/master/examples/pod-build-profile.yaml)

In this Pod Config,
1. Set the environment variable `STACKLOG_PATH` to to generate slowjam profile.

0 comments on commit 18c9e80

Please sign in to comment.