|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
下边在开始进入正题
ros的流量监控只能监控不同网卡的流量收发
假如wan口的带宽是10M我们在9M的时候开启控制条件.
/tool traffic-monitor
add name=pcqon interface=WAN on-event=pcqon threshold=9000000 trigger=above traffic=received
/system script add name="pcqon" source="/queue tree enable queue1 " owner="admin" policy=reboot,read,write,policy,test
[attachmentid=1734]
在带宽使用低于7M时关闭流量控制
/tool traffic-monitor
add name=pcqoff interface=WAN on-event=pcqoff threshold=7000000 trigger=below traffic=received
/system script add name="pcqoff" source="/queue tree disable queue1 " owner="admin" policy=reboot,read,write,policy,test
[attachmentid=1736]
[attachmentid=1733]
我想请问下大家 [attachmentid=1736] [attachmentid=1733] [attachmentid=1734]
是什么意思啊。。。在ROS里又是怎么实现的。。谢谢了 |
|