master
conf 40 lines 1010 Bytes
Raw
1 # no need for shebang - this file is sourced from ioping.plugin
2
3 # ioping.plugin requires a recent version of ioping.
4 #
5 # You can get it on your system, by running:
6 #
7 # /usr/libexec/netdata/plugins.d/ioping.plugin install
8
9 # -----------------------------------------------------------------------------
10 # configuration options
11
12 # The ioping binary to use. We need one that can output netdata friendly info
13 # (supporting: -N). If you have multiple versions, put here the full filename
14 # of the right one
15
16 #ioping="/usr/libexec/netdata/plugins.d/ioping"
17
18
19 # The directory/file/device to ioping
20
21 destination=""
22
23
24 # The update frequency of the chart in seconds (symbolic modifiers are supported)
25 # the default is inherited from netdata
26
27 #update_every="1s"
28
29
30 # The request size in bytes to ioping the destination (symbolic modifiers are supported)
31 # by default 4k chunks are used
32
33 #request_size="4k"
34
35
36 # Other ioping options
37 # the defaults:
38 # -T 1000000 = maximum valid request time (us)
39
40 #ioping_opts="-T 1000000"