mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Dispatcher-Service.md (#11297)
Added a few lines about tuning the number of worker threads. Hope I got it right.
This commit is contained in:
@@ -135,6 +135,15 @@ distributed_poller = true; # Set to true to enable
|
||||
distributed_poller_name = null; # Uniquely identifies the poller instance
|
||||
distributed_poller_group = 0; # Which group to poll
|
||||
```
|
||||
### Tuning the number of workers
|
||||
|
||||
See https://your_librenms_install/poller
|
||||
|
||||
You want to keep Consumed Worker Seconds comfortably below Maximum Worker Seconds. The closer the values are to each other, the flatter the CPU graph of the poller machine. Meaning that you are utilizing your CPU resources well. As long as Consumed WS stays below Maximum WS and Devices Pending is 0, you should be ok.
|
||||
|
||||
If Consumed WS is below Maximum WS and Devices Pending is > 0, your hardware is not up to the task.
|
||||
|
||||
Maximum WS equals the number of workers multiplied with the number of seconds in the polling period. (default 300)
|
||||
|
||||
# Fast Ping
|
||||
|
||||
|
||||
Reference in New Issue
Block a user