show ip twcb caches

Use this command to display cache information associated with the specified or all IPv4 server farms.

Syntax

show ip twcb caches [serverfarm-name] [detail]

Parameters

serverfarm-name (Optional) Specifies the name of the server farm for the display of cache information.
detail (Optional) Specifies a detailed level of information should display.

Defaults

If no parameter is specified, information for all web caches is displayed.

Mode

All command modes.

Examples

This example displays information for all caches for this system:

System(rw)->show ip twcb caches
                                             fail      max   curr
cache                |ins|wcserverfarm      |type |wgt|conns|conns|hits
------------------------------------------------------------------------------
2.1.10.2             |DIS|v4_farm           |Probe|1  |10   |0    |0
2.1.10.3             |DIS|v4_farm           |Probe|1  |10   |0    |0
2.1.10.4             |DIS|v4_farm           |Probe|1  |0    |0    |0
2.1.10.5             |DN |v4_farm           |Probe|1  |0    |0    |0
2.1.10.6             |DN |v4_farm           |Probe|1  |0    |0    |0
2.1.10.7             |DN |v4_farm           |Probe|1  |0    |0    |0
2.1.10.8             |DN |v4_farm           |Probe|1  |0    |0    |0
2.1.10.9             |DN |v4_farm           |Probe|1  |0    |0    |0
2.1.10.10            |DN |v4_farm           |Probe|1  |0    |0    |0
Caches in active state: 0
System(rw)->

This example displays detailed information for the v4_farm server farm cache:

System(rw)->show ip twcb caches v4_farm detail
WcServerfarm: v4_farm
  Cache Server: 2.1.10.2 (DISABLED) (IPv4)
    Fail-Detect:                    Probe Connections:                     0
    Weight:                             1 Hits:                            0
    Max Conns:                         10 State Changes:                   4
    App Port:                          80
    Probe One:   Not Set (default: "$twcb_default")
    Probe Two:   Not Set
    Last state change:   TUE JUL 17 10:31:09 2012
WcServerfarm: v4_farm
  Cache Server: 2.1.10.3 (DISABLED) (IPv4)
    Fail-Detect:                    Probe Connections:                     0
    Weight:                             1 Hits:                            0
    Max Conns:                         10 State Changes:                   4
    App Port:                          80
    Probe One:   Not Set (default: "$twcb_default")
    Probe Two:   Not Set
    Last state change:   TUE JUL 17 10:31:13 2012
.
.
.
System(rw)->

show ip twcb caches Output Display provides an explanation of the command output.

Click to expand in new window

show ip twcb caches Output Display

Output... What it displays...
cache Specifies the IP address of the TWCB cache.
ins Specifies the service state:
  • UP – TWCB cache is in service and available
  • DN – TWCB cache is in service and not available
  • DIS – TWCB cache is not in service
wcserverfarm Specifies the server farm this real server belongs to.
fail type Specifies the faildetection type configured for this real server:
  • None – Faildetect is not active on this device
  • Probe – Faildetect is active on this device
wgt Specifies the weight configured for this TWCB cache.
max conns Specifies the maximum number of connections allowed for this TWCB cache.
curr conns Specifies the current number of connections in use for this TWCB cache.
hits Specifies the total number of connections used since the last time statistics were cleared.