ioping.conf 1010 B

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