bda
April 17, 2011, 12:21pm
1
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.
fewi
April 17, 2011, 3:55pm
2
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.
bda
April 18, 2011, 11:11am
3
Thanks, but maybe anybody facing such problem… I think all x86 multi-core devices have it.
janisk
April 20, 2011, 9:59am
4
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
bda
April 21, 2011, 4:05pm
5
janisk:
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!