Community discussions

MikroTik App
 
User avatar
AYcoo
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 93
Joined: Thu May 19, 2016 8:44 pm

sum total-bytes

Tue Aug 23, 2016 2:50 pm

hello all

can you please help me with this ? i am trying to sum the total bytes of all queues in one number
and if possible send this number in massage to email
/queue simple 
:foreach i in=[ find ] do={
 :local max [ get value-name=total-bytes $i]
:put $max
}
thanks
 
User avatar
AYcoo
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 93
Joined: Thu May 19, 2016 8:44 pm

Re: sum total-bytes

Wed Aug 24, 2016 2:21 am

anyone ?
 
User avatar
BrasDeutscher
newbie
Posts: 41
Joined: Sat Sep 03, 2016 12:31 am
Location: Brazil

Re: sum total-bytes

Sun Sep 04, 2016 3:58 am

try to find out the total bytes from your interface !