snmp problem on multi core x86 system

Good day!

I think, snmp subsystem counts only one core on multi cpu x86 system. After I bind network adapters per separate cores - it reports very low cpu usage.Cpu usage in winbox stays the same.

Dear developers, please help.

PS Memory and disk OID still not working at all.
graph_image.png

Just a quick comment to point out that the official support channel is email to support@mikrotik.com. Mikrotik staff may or may not read this thread.

Thanks, but maybe anybody facing such problem… I think all x86 multi-core devices have it.

get OID:

/system resource cpu print oid

on test router i get

admin@tst] > sy resource cpu print oid 
 load=.1.3.6.1.2.1.25.3.3.1.2.1 

 load=.1.3.6.1.2.1.25.3.3.1.2.2

router has 2 cores

$ snmpget -c public -v 1 tst .1.3.6.1.2.1.25.3.3.1.2.1
iso.3.6.1.2.1.25.3.3.1.2.1 = INTEGER: 7

$ snmpget -c public -v 1 tst .1.3.6.1.2.1.25.3.3.1.2.2
iso.3.6.1.2.1.25.3.3.1.2.2 = INTEGER: 0

It works! Thank you very mutch!