Gaps in bandwidth graphing
Posted: Tue Apr 21, 2020 12:14 pm
Back in January 2020 we experienced gaps in bandwidth graphing. We resolved the issue by making the following config adjustments.
A. Adjusted load_threshold = 10.0 to load_threshold = 40.0 in npcd.cfg
B. Adjusted Forks: 4 to Forks: 16 in mrtg.cfg
Adjusting the number of forks seemed to resolve our issue, however, we're experiencing the issue once again. Below is an example.
Also some output of grep 'MAX load reached' /usr/local/nagios/var/npcd.log
1. Would you recommend adjusting the fork value to 20, will it drastically affect performance of the server (CPU)?
2. What is the upper limitation on the fork value?
3. Do you have any further suggestions?
A. Adjusted load_threshold = 10.0 to load_threshold = 40.0 in npcd.cfg
B. Adjusted Forks: 4 to Forks: 16 in mrtg.cfg
Adjusting the number of forks seemed to resolve our issue, however, we're experiencing the issue once again. Below is an example.
Also some output of grep 'MAX load reached' /usr/local/nagios/var/npcd.log
Code: Select all
[01-12-2020 01:02:03] NPCD: WARN: MAX load reached: load 16.870000/10.000000 at i=1
[01-12-2020 01:02:18] NPCD: WARN: MAX load reached: load 15.880000/10.000000 at i=1
[01-12-2020 01:02:33] NPCD: WARN: MAX load reached: load 14.620000/10.000000 at i=1
[01-12-2020 01:02:48] NPCD: WARN: MAX load reached: load 13.160000/10.000000 at i=1
[01-12-2020 01:03:03] NPCD: WARN: MAX load reached: load 11.940000/10.000000 at i=1
[01-12-2020 01:03:18] NPCD: WARN: MAX load reached: load 11.480000/10.000000 at i=1
[01-12-2020 01:03:33] NPCD: WARN: MAX load reached: load 10.030000/10.000000 at i=1
[04-19-2020 01:01:45] NPCD: WARN: MAX load reached: load 40.030000/40.000000 at i=0
2. What is the upper limitation on the fork value?
3. Do you have any further suggestions?