Okay...one more doubt I have on PING CHECK is that according this logic:
DEFAULT_PING_CHECK_CONFIG = { 'count': { 'type': 'integer', 'default': 5,
'minimum': 2, # chosen to avoid slowing down the queue 'maximum': 20, },
'interval': { 'type': 'integer', 'default': 25, 'minimum': 10, # chosen to
avoid slowing down the queue 'maximum': 1000, }, 'bytes': {'type': 'integer',
'default': 56, 'minimum': 12, 'maximum': 65508}, 'timeout': { 'type':
'integer', 'default': 800, 'minimum': 5, # arbitrary chosen to avoid
slowing down the queue 'maximum': 1500, }, }
Every 2.5 milliseconds ping is happening, it means it's huge ryt
because the data is on the devices will be vanished very fast. Per minute
2400 times ping will happen if am not wrong* (Interval =25, Ping check per
min = 60000/interval) *. Is there any specific reason there to ping to the
devices every 2.5 milliseconds?

I started calculating these values and researching more on Openwisp2 Graphs
so am getting all these doubts.

On Wed, Jul 12, 2023 at 7:21 PM Federico Capoano <[email protected]>
wrote:

> Again, we're using load averages to infer CPU utilization, please read
> this post to understand why load averages can show these kind of values,
> this is useful to know how much overutilized the CPU is:
> https://scoutapm.com/blog/understanding-load-averages
>
> Federico
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenWISP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/openwisp/CAAGgX6%2BjpA%3DuPmNvwq%3Dziwj%3D2RQhOdT7G8GTvQPPrrYEETJspg%40mail.gmail.com
> <https://groups.google.com/d/msgid/openwisp/CAAGgX6%2BjpA%3DuPmNvwq%3Dziwj%3D2RQhOdT7G8GTvQPPrrYEETJspg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/CAG6AGHd%2BJR1YWAzKiRfkgw4xXUeXwHf%2B%2B9-CjZj-GTi08i07qw%40mail.gmail.com.

Reply via email to