Hi, sorry for delay.
Not sure about memory, this device report it as 75% used by:
/usr/bin/snmpbulkwalk -v2c -c *** -Pu -OQUs -m DMswitch-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/datacom 'udp':'host':'161' swMemUsage
|
|
swMemUsage.0 = 75
|
But CPU probably have different data logic in different firmwares.
/usr/bin/snmpbulkwalk -v2c -c *** -Pu -OQUsb -m DMswitch-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/datacom 'udp':'host':'161' swCpuUsage
|
|
swCpuUsage.0 = 2400
|
Here is (swCpuUsage * 0.01) = 24%.
But for DM4370 (as you said) used idle logic (100 - (swCpuUsage * 0.01)) = 76%.
And this mean that DM4370 use incorrect logic inside firmware.
Hello,
I added MIBs for the DM4370 so you can compare if necessary.
Thank you.