Load balance and Application Counters
These counters display the statistics of load balancing based on application profile, overlay VRF and remote node IP:
show path-selection load-balance counter [ detail ]
[ application-profile APPNAME ] [ peer PEERIP ] [ vrf VRFNAME ]
show path-selection application counters
[ application-profile APPNAME ] [ peer PEERIP ] [ vrf VRFNAME ]
Examples
- The
show path-selection load-balance counter command displays for
every ( application profile, overlay VRF and remote IP ), per path group flow
count and the throughput of path group.
switch#show path-selection load-balance counters AppProfileVrfPeer PathGroupPath FlowsThroughput(Mbps) app1vrf1 11.0.1.1 transit0 path200.00 app2vrf1 11.0.1.1 transit1 path100.00 default_app default11.0.1.1 transit0 path200.00 transit1 path100.00
- The
show path-selection load-balance counters detail command
displays for every ( application profile, overlay VRF and remote IP ), per path
group flow count, out bytes, out packets and the throughput of path group.
switch#show path-selection load-balance counters detail AppProfileVrfPeer PathGroupPath FlowsThroughput(Mbps) OutBytes OutPkts app1vrf1 11.0.1.1 transit0 path200.00 00 app2vrf1 11.0.1.1 transit1 path100.00 00 default_app default11.0.1.1 transit0 path200.00 1052 17 transit1 path100.00 1321 17
- The
show path-selection application counters command displays the
application profile, overlay VRF and remote IP out bytes, out packets and
throughput.
switch#show path-selection application counters AppProfile VRF PeerThroughput OutBytes OutPackets SilverRed 10.0.0.1153000 15
Output of both show path-selection load-balance counters and show path-selection application counters can be filtered by application-profile name, peer IP address and vrf name.