Skip to content

Commit

Permalink
Update win_pref_counter to include Processor Queue Length in examples. (
Browse files Browse the repository at this point in the history
  • Loading branch information
goller authored and sparrc committed Nov 16, 2016
1 parent 81004c8 commit fbf5bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/telegraf_windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
Counters = [
"Context Switches/sec",
"System Calls/sec",
"Processor Queue Length",
]
Instances = ["------"]
Measurement = "win_system"
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/win_perf_counters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if any of the combinations of ObjectName/Instances/Counters are invalid.
[[inputs.win_perf_counters.object]]
ObjectName = "System"
Counters = ["Context Switches/sec","System Calls/sec"]
Counters = ["Context Switches/sec","System Calls/sec", "Processor Queue Length"]
Instances = ["------"]
Measurement = "win_system"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).
Expand Down

0 comments on commit fbf5bee

Please sign in to comment.