XenServer可以在虚拟网络接口VIF上做带宽限制,设置如下:
为特定VIF设置QOS算法类型为ratelimit(速率限制)
xe vif-param-set uuid=<vif-uuid> qos_algorithm_type=ratelimit
设置VIF带宽参数:
xe vif-param-set uuid=<vif-uuid> qos_algorithm_params:kbps=5120
限制VM网络速率5120K,相当于带宽40M.
发布时间:June 27, 2012 // 分类:虚拟化 // 2 Comments