• L
    network: add connections counter to networks · 300bcdb6
    Laine Stump 提交于
    Just as each physical device used by a network has a connections
    counter, now each network has a connections counter which is
    incremented once for each guest interface that connects using this
    network.
    
    The count is output in the live network XML, like this:
    
       <network connections='20'>
       ...
       </network>
    
    It is read-only, and for informational purposes only - it isn't used
    internally anywhere by libvirt.
    300bcdb6
formatnetwork.html.in 30.9 KB