Skip to content

Commit

Permalink
Merge pull request #883 from weaveworks/docs-signal-triggering
Browse files Browse the repository at this point in the history
Update approach to trigger signal dumps
  • Loading branch information
tomwilkie committed Jan 29, 2016
2 parents 1f92db9 + 22774aa commit 0de6a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ Scope has a collection of built in debugging tools to aid Scope delevopers.

- To have the Scope App or Scope Probe dump their goroutine stacks, run:
```
pkill -SIGQUIT scope-(app|probe)
kill -QUIT $(pgrep -f scope-(app|probe))
docker logs weavescope
```

- The Scope Probe is instrumented with various counters and timers. To have it dump
those values, run:
```
pkill -SIGUSR1 scope-probe
kill -USR1 $(pgrep -f scope-probe)
docker logs weavescope
```

Expand Down

0 comments on commit 0de6a3a

Please sign in to comment.