File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9191insufficient (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
9494would 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
97971, 5, and 10.
9898
9999
You can’t perform that action at this time.
0 commit comments