Update win_pref_counter to include Processor Queue Length in examples. (#2029)
This commit is contained in:
parent
81004c808f
commit
fbf5bee051
|
@ -130,6 +130,7 @@
|
|||
Counters = [
|
||||
"Context Switches/sec",
|
||||
"System Calls/sec",
|
||||
"Processor Queue Length",
|
||||
]
|
||||
Instances = ["------"]
|
||||
Measurement = "win_system"
|
||||
|
|
|
@ -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 (*).
|
||||
|
|
Loading…
Reference in New Issue