Skip to content

Commit 9148871

Browse files
djslydanielnelson
authored andcommitted
Documentation privilege requirements for specific procstat metrics (influxdata#2787)
1 parent 7d198f0 commit 9148871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/inputs/procstat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Note: prefix can be set by the user, per process.
5050
Threads related measurement names:
5151
- procstat_[prefix_]num_threads value=5
5252

53-
File descriptor related measurement names:
53+
File descriptor related measurement names (*telegraf* needs to run as **root**):
5454
- procstat_[prefix_]num_fds value=4
5555

5656
Context switch related measurement names:
5757
- procstat_[prefix_]voluntary_context_switches value=250
5858
- procstat_[prefix_]involuntary_context_switches value=0
5959

60-
I/O related measurement names:
60+
I/O related measurement names (*telegraf* needs to run as **root**):
6161
- procstat_[prefix_]read_count value=396
6262
- procstat_[prefix_]write_count value=1
6363
- procstat_[prefix_]read_bytes value=1019904

0 commit comments

Comments
 (0)