Page 1 of 1
Simple Queues
Posted: Thu Mar 16, 2006 6:20 pm
by n5ltc
How do I successfully read the simple queues on mikrotik routers? I can get the values but they do not graph correctly. For bytes-in I have to set it to divide by 10000 and for bytes-out I have to set it to divide by 1000 to get graph values that are even close. I don't trust the graphs. Is there some other way to do this?
Posted: Fri Mar 17, 2006 12:47 pm
by uldis
to monitor counter values you must heve chosen 'delta (difference per period)'
data type, and set 'Rate' to something other that 'none' if you want to see
some byte rate instead of byte counts.
If you are interested in bit rate set scale mode to 'multiply' and scale to '8'.
Posted: Fri Mar 17, 2006 4:41 pm
by n5ltc
I got it to read finally by setting it to delta and the DIVIDE by 8.