使用場景:網絡
在工做中須要對某一個主機進行網絡限制、合理使用網絡流量dom
操做方式:ide
kvm限制主機流量須要修改xml文件、最好關機後操做code
kvm的限制流量的計算方式爲 限制帶寬數(kb)/8 = xml所須要的數字xml
實例:ci
<interface type='bridge'> <mac address='52:54:00:b6:ff:ba'/> <source bridge='br0'/> <bandwidth> <inbound average='625' peak='625' burst='625'/> <outbound average='625' peak='625' burst='625'/> </bandwidth> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </interface>