功能解析:
例如想要监控某一条线路的品质,当ping的延迟超过所设定的位准后,则执行预先设定好的动作。
脚本如下:
{ :global testavgrtt; /tool flood-ping 114.114.114.114 count=10 do={ :if ($sent = 10) do={ :set testavgrtt $”avg-rtt” } } }
例如想要监控某一条线路的品质,当ping的延迟超过所设定的位准后,则执行预先设定好的动作。
{ :global testavgrtt; /tool flood-ping 114.114.114.114 count=10 do={ :if ($sent = 10) do={ :set testavgrtt $”avg-rtt” } } }
评论前必须登录!
注册