• E
    admin: Introduce virAdmServerGetClientLimits · 509bd5d8
    Erik Skultety 提交于
    Enable retrieval of the number of maximum clients connected to all sockets
    combined, as well as the number of maximum clients waiting for authentication,
    in order to be successfully connected. These are the attributes configurable
    through libvirtd.conf, however, it could be handy to not only know values for
    these limits, but also the values for the current number of clients
    connected and number of clients currently waiting for authentication which are
    changing dynamically. This API does both, retrieves the limits as well as the
    current dynamic values.
    Signed-off-by: NErik Skultety <eskultet@redhat.com>
    509bd5d8
admin_protocol.x 6.3 KB