|
66 | 66 | ]
|
67 | 67 | json_string_fields = ["iops(/s)", "avg latency(us)", "stddev(us)", "throughput(k/s)", "microseconds"]
|
68 | 68 |
|
| 69 | +# Collect output from "estat zio-queue -jm 10" |
| 70 | +[[inputs.execd]] |
| 71 | + command = ["estat", "zio-queue", "-jm", "10"] |
| 72 | + name_override = "estat_zio-queue" |
| 73 | + signal = "none" |
| 74 | + data_format = "json" |
| 75 | + tag_keys = [ |
| 76 | + "name", |
| 77 | + "axis" |
| 78 | + ] |
| 79 | + json_string_fields = ["iops(/s)", "avg latency(us)", "stddev(us)", "throughput(k/s)", "microseconds"] |
| 80 | + |
69 | 81 | # Collect output from "estat zio -jm 10"
|
70 | 82 | [[inputs.execd]]
|
71 | 83 | command = ["estat", "zio", "-jm", "10"]
|
|
80 | 92 | json_string_fields = ["iops(/s)", "avg latency(us)", "stddev(us)", "throughput(k/s)", "microseconds"]
|
81 | 93 |
|
82 | 94 | # Collect output from "estat metaslab-alloc -jm 10"
|
83 |
| -#[[inputs.execd]] |
84 |
| -# command = ["estat", "metaslab-alloc", "-jm", "10"] |
85 |
| -# name_override = "estat_metaslab-alloc" |
86 |
| -# signal = "none" |
87 |
| -# restart_delay = "30s" |
88 |
| -# data_format = "json" |
89 |
| -# tag_keys = [ |
90 |
| -# "name", |
91 |
| -# "axis" |
92 |
| -# ] |
93 |
| -# json_string_fields = ["iops(/s)", "avg latency(us)", "stddev(us)", "throughput(k/s)", "microseconds"] |
| 95 | +[[inputs.execd]] |
| 96 | + command = ["estat", "metaslab-alloc", "-jm", "10"] |
| 97 | + name_override = "estat_metaslab-alloc" |
| 98 | + signal = "none" |
| 99 | + restart_delay = "30s" |
| 100 | + data_format = "json" |
| 101 | + tag_keys = [ |
| 102 | + "name", |
| 103 | + "axis" |
| 104 | + ] |
| 105 | + json_string_fields = ["iops(/s)", "avg latency(us)", "stddev(us)", "throughput(k/s)", "microseconds"] |
94 | 106 |
|
95 | 107 | # Collect output from "nfs_threads"
|
96 | 108 | [[inputs.execd]]
|
|
0 commit comments