Skip to content
Snippets Groups Projects
Commit 91488716 authored by Sylvain Boily's avatar Sylvain Boily Committed by Daniel Nelson
Browse files

Documentation privilege requirements for specific procstat metrics (#2787)

parent 7d198f0a
No related branches found
No related tags found
No related merge requests found
......@@ -50,14 +50,14 @@ Note: prefix can be set by the user, per process.
Threads related measurement names:
- procstat_[prefix_]num_threads value=5
File descriptor related measurement names:
File descriptor related measurement names (*telegraf* needs to run as **root**):
- procstat_[prefix_]num_fds value=4
Context switch related measurement names:
- procstat_[prefix_]voluntary_context_switches value=250
- procstat_[prefix_]involuntary_context_switches value=0
I/O related measurement names:
I/O related measurement names (*telegraf* needs to run as **root**):
- procstat_[prefix_]read_count value=396
- procstat_[prefix_]write_count value=1
- procstat_[prefix_]read_bytes value=1019904
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment