-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHyperV_telegraf.conf
73 lines (67 loc) · 2.21 KB
/
HyperV_telegraf.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[[inputs.win_perf_counters]]
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Virtual Switch"
Counters = [
"Bytes Sent/sec",
"Bytes Received/sec",
"Packets Sent/sec",
"Packets Received/sec",
"Dropped Packets Incoming/sec",
"Dropped Packets Outgoing/sec"
]
Instances = ["*"]
Measurement = "win_hyperv"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Virtual Storage Device"
Counters = [
"Error Count",
"Normalized Throughput",
"Queue Length",
"Read Bytes/sec",
"Write Bytes/sec"
]
Instances = ["*"]
Measurement = "win_hyperv"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Virtual Machine Health Summary"
Counters = [
"Health Critical",
"Health Ok"
]
Instances = ["*"]
Measurement = "win_hyperv"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Hypervisor Logical Processor"
Counters = [
"% Total Run Time",
"% of Max Frequency",
"% Idle Time",
"Hardware Interrupts/sec",
"Scheduler Interrupts/sec",
"Timer Interrupts/sec",
"Total Interrupts/sec"
]
Instances = ["*"]
Measurement = "win_hyperv"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Hypervisor"
Counters = [
"Logical Processors",
"Virtual Processors"
]
Instances = ["------"]
Measurement = "win_hyperv"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Dynamic Memory VM"
Counters = [
"Average Pressure",
"Current Pressure"
]
Instances = ["*"]
Measurement = "win_hyperv"
#IncludeTotal=false #Set to true to include _Total instance when querying for all (*).