Specifications
Chapter 11
11 - 8
Monitoring virtual servers, virtual addresses and services
You can use different variations of the bigpipe virtual command, as well as
the bigpipe port command, to monitor information about virtual servers,
virtual addresses, and services managed by the BIG-IP.
Displaying information about virtual servers and virtual addresses
The bigpipe virtual command displays the status of virtual servers (up,
down, unchecked, or disabled), the current number of connections to each
virtual server, and the status of the member nodes that are included in each
virtual server mapping. The status for individual member nodes includes
whether the node is up, down, unchecked, or disabled and also includes
the cumulative count of packets and bits received and sent by the node on
behalf of the virtual server. The BIG-IP displays the statistics as shown in
Figure 11.2.
If you want to view statistical information about one or more specific virtual
servers, simply include the virtual servers in the bigpipe virtual show
command as shown below:
b virtual <virt addr>:<port> ... <virt addr>:<port> show
If you want to view statistical information about traffic going to one or more
virtual addresses, specify only the virtual address information in the
command:
b virtual <virt addr> ... <virt addr> show
virtual +------> 11.11.11.50 UNIT 1
| (cur, max, limit, tot) = (0, 8, 0, 370)
| (pckts,bits) in = (10704, 8744872), out = (21480, 230874016)
+---+--> PORT http UP
| (cur, max, limit, tot) = (0, 8, 0, 370)
| (pckts,bits) in = (10704, 8744872), out = (21480, 230874016)
POOL appgen_11.11.11.50.80
MEMBER 11.12.11.100:http UP
(cur, max, limit, tot) = (0, 8, 0, 370)
(pckts,bits) in = (10704, 8744872), out = (21480, 230874016)
virtual +------> 11.11.11.101 UNIT 1
| (cur, max, limit, tot) = (0, 2, 0, 4)
| (pckts,bits) in = (4532, 2090768), out = (6824, 82113984)
+---+--> PORT http UP
| (cur, max, limit, tot) = (0, 2, 0, 4)
| (pckts,bits) in = (4532, 2090768), out = (6824, 82113984)
POOL my_website_pool
MEMBER 11.12.11.100:http UP
(cur, max, limit, tot) = (0, 2, 0, 4)
(pckts,bits) in = (4532, 2090768), out = (6824, 82113984)
Figure 11.2 Virtual server statistics










