ADC CLI Commands

cmp

The following operations can be performed on “cmp”:

stat cmp

Display compression statistics.

Synopsis

stat cmp [-detail] [-fullValues] [-ntimes ] [-logFile ] [-clearstats ( basic | full )]

Arguments

detail Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.

fullValues Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated

ntimes The number of times, in intervals of seven seconds, the statistics should be displayed. Default value: 1 Minimum value: 0

logFile The name of the log file to be used as input.

clearstats Clear the statsistics / counters

Possible values: basic, full

Output

Counters

Bandwidth saving (%) (DlBndSav) Bandwidth saving from delta compression expressed as percentage.

Delta compression ratio (DlCmpRt) Ratio of compressible data received to compressed data transmitted.If this ratio is one (uncmp:1.0) that means compression is disabled or we are not able to compress even a single compressible packet.

Decompression ratio (DTCmpRt) Ratio of decompressed data transmitted to compressed data received.

Bandwidth saving (%) (DBndSav) Bandwidth saving from TCP compression expressed as percentage.

TCP compression ratio (TCmpRt) Ratio of compressible data received to compressed data transmitted.If this ratio is one (uncmp:1.0) that means compression is disabled or we are not able to compress even a single compressible packet.

TCP Bandwidth saving (%) (BndSav) Bandwidth saving from TCP compression expressed as percentage.

Total HTTP compression ratio Ratio of total HTTP data received to total HTTP data transmitted.

HTTP Bandwidth saving (%) (HttpBndSav) Bandwidth saving from TCP compression expressed as percentage.

HTTP compression ratio Ratio of the compressible data received from the server to the compressed data sent to the client.

HTTP compression requests Number of HTTP compression requests the Citrix ADC receives for which the response is successfully compressed. For example, after you enable compression and configure services, if you send HTTP requests to the Citrix ADC using a HTTP client that supports compression, and Citrix ADC compresses the corresponding response, this counter is incremented.

Compressible bytes received Number of bytes that can be compressed, which the Citrix ADC receives from the server. This gives the content length of the response that the Citrix ADC receives from server.

Compressed bytes transmitted Number of bytes the Citrix ADC sends to the client after compressing the response from the server.

Compressible packets received Number of HTTP packets that can be compressed, which the Citrix ADC receives from the server.

Compressed packets transmitted Number of HTTP packets that the Citrix ADC sends to the client after compressing the response from the server.

Compressible bytes received (TCmpRxB) Number of bytes that can be compressed, which the Citrix ADC receives from the server. This gives the content length of the response that the Citrix ADC receives from server.

Compressible packets received (TCmpRxP) Total number of compressible packets received by Citrix ADC.

Compressed bytes transmitted (TCmpTxB) Number of bytes that the Citrix ADC sends to the client after compressing the response from the server.

Compressed packets transmitted (TCmpTxP) Number of TCP packets that the Citrix ADC sends to the client after compressing the response from the server.

Quantum compression (TCmpQuan) Number of times the Citrix ADC compresses a quantum of data. Citrix ADC buffers the data received from the server till it reaches the quantum size and then compresses the buffered data and transmits to the client.

Push flag compression (TCmpPush) Number of times the Citrix ADC compresses data on receiving a TCP PUSH flag from the server. The PUSH flag ensures that data is compressed immediately without waiting for the buffered data size to reach the quantum size.

End Of Input compression (TCmpEoi) Number of times the Citrix ADC compresses data on receiving End Of Input (FIN packet). When the Citrix ADC receives End Of Input (FIN packet), it compresses the buffered data immediately without waiting for the buffered data size to reach the quantum size.

Timer compression (TCmpTmr) Number of times the Citrix ADC compresses data on expiration of data accumulation timer. The timer expires if the server response is very slow and consequently, the Citrix ADC does not receive response for a certain amount of time. Under such a condition, the Citrix ADC compresses the buffered data immediately without waiting for the buffered data size to reach the quantum size.

Compressed bytes received (DCmpTRxB) Total number of compressed bytes received by Citrix ADC.

Compressed packets received (DCmpTRxP) Total number of compressed packets received by Citrix ADC.

Decompressed bytes transmitted (DCmpTTxB) Total number of decompressed bytes transmitted by Citrix ADC.

Decompressed packets transmitted (DCmpTTxP) Total number of decompressed packets transmitted by Citrix ADC.

Wrong data (DCmpErrD) Number of data errors encountered while decompressing.

Less Data (DCmpErrL) Number of times Citrix ADC received less data than declared by protocol.

More Data (DCmpErrM) Number of times Citrix ADC received more data than declared by protocol.

Memory failures (DCmpMem) Number of times memory failures occurred while decompressing.

Unknown (DCmpErrU) Number of times unknown errors occurred while decompressing.

Delta compression requests (DlCmpRx) Total number of delta compression requests received by Citrix ADC.

Delta compression applied (DlDone) Total number of delta compressions done by Citrix ADC.

Compressible bytes received (DlCmpRxB) Total number of delta-compressible bytes received by Citrix ADC.

Compressed bytes transmitted (DlCmpTxB) Total number of delta-compressed bytes transmitted by Citrix ADC.

First-time access (DlCmpFAc) Total number of delta compression first accesses.

Compressible packets received (DlCmpRxP) Number of delta-compressible packets received.

Compressed packets transmitted (DlCmpTxP) Total number of delta-compressed packets transmitted by Citrix ADC.

Basefile requests served (DlCBSrv) Total number of basefile requests served by Citrix ADC.

Basefile bytes transmitted (DlCBTxB) Number of basefile bytes transmitted by Citrix ADC.

Delta compression bypassed (DlCmpEBy) Number of times delta-compression bypassed by Citrix ADC.

Basefile write header failed (DlCmpEBW) Number of times basefile could not be updated in Citrix ADC cache.

Basefile no-store miss (DlCmpENM) Number of times basefile was not found in Citrix ADC cache.

Request information too big (DlCmpERB) Number of times basefile request URL was too large.

Request info alloc failed (DlCmpERF) Number of times requested basefile could not be allocated.

Session allocation failed (DlCmpESF) Number of times delta compression session could not be allocated.

Response bytes received (HTRspbRx) Total number of bytes of HTTP response data received.

cmp