lesovsky / zabbix-extensions

Zabbix additional monitoring modules
BSD 3-Clause "New" or "Revised" License
316 stars 230 forks source link

iostat: optimize data fetch by combining all devices #92

Closed stephankn closed 2 years ago

stephankn commented 2 years ago

JSON output contains data structure of all devices. By doing a single read and processing on server side this can drastically reduce the load as it is only one request in total instead of individual requests for each device.