Skip to content

Commit

Permalink
Update docs to include 0-indexed CPU ids
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Damato <[email protected]>
  • Loading branch information
jdamato-fsly committed Oct 16, 2019
1 parent 573cf02 commit b813bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ By default, the perf collector will only collect metrics of the CPUs that
`node_exporter` can run on. If this is insufficient (e.g. if you run `node_exporter` with
its CPU affinity set to specific CPUs) You can specify a list of alternate CPUs by using the
`--collector.perf.cpus` flag. For example, to collect metrics on CPUs 2-6, you
would specify: `--collector.perf --collector.perf.cpus=2-6`.
would specify: `--collector.perf --collector.perf.cpus=2-6`. The CPU ids start
at 0.


Name | Description | OS
Expand Down

0 comments on commit b813bf1

Please sign in to comment.