I have gone through the code but I didn't understand it because here we are taking the first value of the load, For example:* load[0][1][2] = **0.37, 0.24,* * 0.17 **and cpus = 1*. Calculation goes like this according to the code: *100 * float(load[0] / cpus) i.e = 100 * (0.37 / 1) = 37. *
On Tue, Jul 11, 2023 at 5:45 PM Manukumar NM <[email protected]> wrote: > Greetings... > Hi team, > In openwisp2, on what basis the *cpu > load* is calculated and where can i find the logic in > *"OPENWISP_MONITORING*" module. > > Thanks in advance. > -- 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/CAG6AGHfmHSHKiSyyuJMTfgCzodCRi-zikPUb8R9yz9iKvXi1PQ%40mail.gmail.com.
