I have been playing with monitoring of Cisco SG-300 series switches recently and discovered that using the bulk request feature increases the CPU load on the switches.
The CPU load reads 10% with the bulk requests enabled and it drops down to 5% when not using bulk requests.
While the documentation mentions that bulk requests increase efficiency (perhaps on the server side), users should be aware that it might be less efficient for the monitored devices.
https://www.zabbix.com/documentation/5.0/manual/config/items/itemtypes/snmp:
The CPU load reads 10% with the bulk requests enabled and it drops down to 5% when not using bulk requests.
While the documentation mentions that bulk requests increase efficiency (perhaps on the server side), users should be aware that it might be less efficient for the monitored devices.
https://www.zabbix.com/documentation/5.0/manual/config/items/itemtypes/snmp:
Zabbix server and proxy daemons query SNMP devices for multiple values in a single request. This affects all kinds of SNMP items (regular SNMP items, SNMP items with dynamic indexes, and SNMP low-level discovery) and should make SNMP processing much more efficient.
Comment