can some now give me script that chack my (interface monitor-traffic) and when received-bits-per-second or sent-bits-per-second reach (X & great) called functions (call other script)
you can do something like this in v3 beta :
:global recBits 0;
:do {
:global recBits ( [/interface monitor-traffic ether1 as-value ]->"received-bits-per-second") ;
} while=(recBits<=10000);
# now you can execute other script