Dude p/s wireless

Dudes,

I noticed that Dude Server is sending ~350 p/s in both tx/rx every 10 seconds. I have 8 Ap’s and configured polling services just for ping each AP but still ~40 p/s per AP is rather to much for wireless network.
Did anybody noticed this or I have isolated problem!

Cheers everybody :wink:

I noticed it was extremely high on earlier versions, i haven`t bothered with later ones. The PPS rate turned me off it.

Tip for developers at mikrotik: PPS is GOD. A high packet rate means low performance! Better implement support for packing more OIDs in each request. While you’re at it, it would be nice if SNMP support was atleast complete for the very few variables available (non-unicast packet counters come to mind)

Greatly reduced dude server SNMP traffic by sticking multiple OIDs in single request (for each SNMP managed interface dude server now sends 1 packet instead of 22 each 10 seconds). Feature going to be included in next dude release.

As for SNMP interface variables at the moment dude has following available:

Interface.Name
Interface.Index
Interface.Type
Interface.Mtu
Interface.Speed
Interface.PhysAddress
Interface.PhysAddress
Interface.AdminStatus
Interface.OperStatus
Interface.LastChange
Interface.InOctets
Interface.InUnicastPackets
Interface.InNonUnicastPackets
Interface.InDiscards
Interface.InErrors
Interface.InUnknownProtos
Interface.OutOctets
Interface.OutUnicastPackets
Interface.OutNonUnicastPackets
Interface.OutDiscards
Interface.OutErrors
Interface.OutQueueLen
Interface.MediaOid
Interface.InBitRate
Interface.InUnicastPacketsRate
Interface.InNonUnicastPacketsRate
Interface.InDiscardsRate
Interface.InErrorsRate
Interface.InUnknownProtosRate
Interface.OutBitRate
Interface.OutUnicastPacketsRate
Interface.OutNonUnicastPacketsRate
Interface.OutDiscardsRate
Interface.OutErrorsRate

Thx uldis,

You guys are doing great work :slight_smile:

My dude server is now sending ~50 p/s instead of ~350 p/s

Very impressive.