Update win_pref_counter to include Processor Queue Length in examples. (#2029)

This commit is contained in:
Chris Goller 2016-11-16 07:16:44 -06:00 committed by Cameron Sparr
parent 81004c808f
commit fbf5bee051
2 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,7 @@
Counters = [
"Context Switches/sec",
"System Calls/sec",
"Processor Queue Length",
]
Instances = ["------"]
Measurement = "win_system"

View File

@ -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 (*).