NSX-T Data Center CLI commands to monitor statistics for Distributed Load Balancer instances.
Action | Command |
---|---|
Display all load balancers. |
get load-balancers |
Display a specific load balancer. |
get load-balancer <UUID_LoadBalancer> |
Show load balancer virtual-server configuration. |
get load-balancer <UUID_LoadBalancer> virtual-servers |
Show statistics of all pools of the specified load balancer |
get load-balancer <UUID_LoadBalancer> pools stats |
Show statistics of the specified load balancer and pool |
get load-balancer <UUID_LoadBalancer> pool <UUID_Pool> stats |
Show persistence-tables entry |
get load-balancer <UUID_LoadBalancer> persistence-tables |
Show load balancer pools configuration | get load-balancer <UUID_LoadBalancer> pools |
Show statistics of all virtual servers of the specified load balancer | get load-balancer <UUID_LoadBalancer> virtual-servers stats |
Show statistics of the specified load balancer and virtual server | get load-balancer <UUID_LoadBalancer> virtual-server <UUID_VirtualSerever> stat |
Clear statistics of the specified load balancer and pool | clear load-balancer <UUID_LoadBalancer> pool <UUID_Pool> stats |
Clear statistics of all pools of the specified load balancer | clear load-balancer <UUID_LoadBalancer> pools stats |
Clear statistics of the specified load balancer | clear load-balancer <UUID_LoadBalancer> stats |
Clear statistics of the specified load balancer and virtual server | clear load-balancer <UUID_LoadBalancer> virtual-server <UUID_VirtualServer> stats |
Clear statistics of all virtual servers of the specified load balancer | clear load-balancer <UUID_LoadBalancer> virtual-servers stats |