Skip to content

Commit 4135c00

Browse files
vorburgerdiscordianfish
authored andcommitted
minor README doc fix re. collector.perf.cpus
Signed-off-by: Michael Vorburger <mike@vorburger.ch>
1 parent d4d2e1d commit 4135c00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ By default, the perf collector will only collect metrics of the CPUs that
8989
`node_exporter` is running on (ie
9090
[`runtime.NumCPU`](https://golang.org/pkg/runtime/#NumCPU). If this is
9191
insufficient (e.g. if you run `node_exporter` with its CPU affinity set to
92-
specific CPUs) You can specify a list of alternate CPUs by using the
92+
specific CPUs), you can specify a list of alternate CPUs by using the
9393
`--collector.perf.cpus` flag. For example, to collect metrics on CPUs 2-6, you
9494
would specify: `--collector.perf --collector.perf.cpus=2-6`. The CPU
95-
configuration is zero indexed and can also take a stride value
96-
`--collector.perf --collector.perf.cpus=1-10:5`, would collect on CPUs
95+
configuration is zero indexed and can also take a stride value; e.g.
96+
`--collector.perf --collector.perf.cpus=1-10:5` would collect on CPUs
9797
1, 5, and 10.
9898

9999

0 commit comments

Comments
 (0)