Viewing Cluster Correction Statistics
Description
This command shows the Cluster Correction Statistics on each Cluster Member.
The Cluster Correction Layer (CCL) is a mechanism that deals with asymmetric connections.
The CCL provides connections stickiness by "correcting" the packets to the correct Cluster Member:
-
In most cases, the CCL makes the correction from the CoreXL SND.
-
In some cases (like Dynamic Routing, or VPN), the CCL makes the correction from the Firewall or SecureXL.
In some cases, ClusterXL needs to send some data along with the corrected packet (currently, only in VPN). For such packets, the output shows "with metadata
".
|
Note - For more information about CoreXL, see the R81 Performance Tuning Administration Guide. |
Syntax
Shell |
Command |
---|---|
Gaia Clish |
N / A |
Expert mode |
|
Where:
Command |
Description |
---|---|
|
Shows Cluster Correction Statistics for all traffic. |
|
Shows Cluster Correction Statistics for CoreXL SND only. |
|
Shows Cluster Correction Statistics for CoreXL Firewall instances only. |
|
Shows Cluster Correction Statistics for SecureXL only. |
Example 1 - For all traffic
[Expert@Member1:0]# cphaprob corr Getting stats for SXL device 0, may take a few seconds... Cluster Correction Stats (All Traffic): ------------------------------------------------------ Sent packets: 156 (0 with metadata) Sent bytes: 34,568 Received packets: 0 (0 with metadata) Received bytes: 0 Send errors: 0 Receive errors: 0 Local asymmetric conns: 0 [Expert@Member1:0]# |
Example 2 - For CoreXL SND only
[Expert@Member1:0]# cphaprob -d corr Cluster Correction Stats (Dispatcher Corrections only): ------------------------------------------------------ Sent packets: 0 (0 with metadata) Sent bytes: 0 Received packets: 0 (0 with metadata) Received bytes: 0 Send errors: 0 Receive errors: 0 [Expert@Member1:0]# |
Example 3 - For CoreXL Firewall instances only
[Expert@Member1:0]# cphaprob -f corr Cluster Correction Stats (Firewall instances only): ------------------------------------------------------ Sent packets: 156 (0 with metadata) Sent bytes: 34,568 Received packets: 0 (0 with metadata) Received bytes: 0 Send errors: 0 Receive errors: 0 Local asymmetric conns: 0 [Expert@Member1:0]# |
Example 4 - For SecureXL only
[Expert@Member1:0]# cphaprob -s corr Getting stats for SXL device 0, may take a few seconds... Cluster Correction Stats (SXL Devices only): ------------------------------------------------------ Sent packets: 0 (0 with metadata) Sent bytes: 0 Received packets: 0 (0 with metadata) Received bytes: 0 Send errors: 0 Receive errors: 0 Local asymmetric conns: 0 [Expert@Member1:0]# |