vinfra service compute load-balancer stats
Show statistics for a load balancer:
usage: vinfra service compute load-balancer stats <load-balancer>
<load-balancer>
- Load balancer ID or name
Example:
# vinfra service compute load-balancer stats mylbaas +-------+-------------------------------------------------------+ | Field | Value | +-------+-------------------------------------------------------+ | stats | active_connections: 0 | | | bytes_in: 0 | | | bytes_out: 0 | | | listeners: null | | | loadbalancer_id: 17cfa86f-c374-4ca3-8cd6-f638a5234fe7 | | | request_errors: 0 | | | total_connections: 0 | +-------+-------------------------------------------------------+
This command shows statistics for the load balancer mylbaas
.