Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmppolicylabelstats ¶
type Cmppolicylabelstats struct { /** * Name of the compression policy label for which to display statistics. If not specified, statistics are displayed for all compression policy labels. */ Labelname string `json:"labelname,omitempty"` /** * Clear the statsistics / counters */ Clearstats string `json:"clearstats,omitempty"` Pipolicylabelhits int `json:"pipolicylabelhits,omitempty"` /** * Number of times policy label was invoked. */ Pipolicylabelhitsrate float64 `json:"pipolicylabelhitsrate,omitempty"` }
type Cmppolicystats ¶
type Cmppolicystats struct { /** * Name of the advanced compression policy for which to display statistics. If no name is specified, statistics for all advanced compression polices are shown. */ Name string `json:"name,omitempty"` /** * Clear the statsistics / counters */ Clearstats string `json:"clearstats,omitempty"` Pipolicyhits int `json:"pipolicyhits,omitempty"` /** * Number of hits on the policy */ Pipolicyhitsrate float64 `json:"pipolicyhitsrate,omitempty"` Pipolicyundefhits int `json:"pipolicyundefhits,omitempty"` /** * Number of undef hits on the policy */ Pipolicyundefhitsrate float64 `json:"pipolicyundefhitsrate,omitempty"` }
type Cmpstats ¶
type Cmpstats struct { /** * Clear the statsistics / counters */ Clearstats string `json:"clearstats,omitempty"` Delbwsaving float64 `json:"delbwsaving,omitempty"` Delcmpratio float64 `json:"delcmpratio,omitempty"` Decomptcpratio float64 `json:"decomptcpratio,omitempty"` Decomptcpbandwidthsaving float64 `json:"decomptcpbandwidthsaving,omitempty"` Comptcpratio float64 `json:"comptcpratio,omitempty"` Comptcpbandwidthsaving float64 `json:"comptcpbandwidthsaving,omitempty"` Comptotaldatacompressionratio float64 `json:"comptotaldatacompressionratio,omitempty"` Comphttpbandwidthsaving float64 `json:"comphttpbandwidthsaving,omitempty"` Compratio float64 `json:"compratio,omitempty"` Comptotalrequests int `json:"comptotalrequests,omitempty"` /** * 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. */ Comprequestsrate float64 `json:"comprequestsrate,omitempty"` Comptotalrxbytes int `json:"comptotalrxbytes,omitempty"` /** * 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. */ Comprxbytesrate float64 `json:"comprxbytesrate,omitempty"` Comptotaltxbytes int `json:"comptotaltxbytes,omitempty"` /** * Number of bytes the Citrix ADC sends to the client after compressing the response from the server. */ Comptxbytesrate float64 `json:"comptxbytesrate,omitempty"` Comptotalrxpackets int `json:"comptotalrxpackets,omitempty"` /** * Number of HTTP packets that can be compressed, which the Citrix ADC receives from the server. */ Comprxpacketsrate float64 `json:"comprxpacketsrate,omitempty"` Comptotaltxpackets int `json:"comptotaltxpackets,omitempty"` /** * Number of HTTP packets that the Citrix ADC sends to the client after compressing the response from the server. */ Comptxpacketsrate float64 `json:"comptxpacketsrate,omitempty"` Comptcptotalrxbytes int `json:"comptcptotalrxbytes,omitempty"` /** * 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. */ Comptcprxbytesrate float64 `json:"comptcprxbytesrate,omitempty"` Comptcptotalrxpackets int `json:"comptcptotalrxpackets,omitempty"` /** * Total number of compressible packets received by Citrix ADC. */ Comptcprxpacketsrate float64 `json:"comptcprxpacketsrate,omitempty"` Comptcptotaltxbytes int `json:"comptcptotaltxbytes,omitempty"` /** * Number of bytes that the Citrix ADC sends to the client after compressing the response from the server. */ Comptcptxbytesrate float64 `json:"comptcptxbytesrate,omitempty"` Comptcptotaltxpackets int `json:"comptcptotaltxpackets,omitempty"` /** * Number of TCP packets that the Citrix ADC sends to the client after compressing the response from the server. */ Comptcptxpacketsrate float64 `json:"comptcptxpacketsrate,omitempty"` Comptcptotalquantum int `json:"comptcptotalquantum,omitempty"` /** * 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. */ Comptcpquantumrate float64 `json:"comptcpquantumrate,omitempty"` Comptcptotalpush int `json:"comptcptotalpush,omitempty"` /** * 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. */ Comptcppushrate float64 `json:"comptcppushrate,omitempty"` Comptcptotaleoi int `json:"comptcptotaleoi,omitempty"` /** * 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. */ Comptcpeoirate float64 `json:"comptcpeoirate,omitempty"` Comptcptotaltimer int `json:"comptcptotaltimer,omitempty"` /** * 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. */ Comptcptimerrate float64 `json:"comptcptimerrate,omitempty"` Decomptcprxbytes int `json:"decomptcprxbytes,omitempty"` /** * Total number of compressed bytes received by Citrix ADC. */ Decomptcprxbytesrate float64 `json:"decomptcprxbytesrate,omitempty"` Decomptcprxpackets int `json:"decomptcprxpackets,omitempty"` /** * Total number of compressed packets received by Citrix ADC. */ Decomptcprxpacketsrate float64 `json:"decomptcprxpacketsrate,omitempty"` Decomptcptxbytes int `json:"decomptcptxbytes,omitempty"` /** * Total number of decompressed bytes transmitted by Citrix ADC. */ Decomptcptxbytesrate float64 `json:"decomptcptxbytesrate,omitempty"` Decomptcptxpackets int `json:"decomptcptxpackets,omitempty"` /** * Total number of decompressed packets transmitted by Citrix ADC. */ Decomptcptxpacketsrate float64 `json:"decomptcptxpacketsrate,omitempty"` Decomptcperrdata int `json:"decomptcperrdata,omitempty"` /** * Number of data errors encountered while decompressing. */ Decomptcperrdatarate float64 `json:"decomptcperrdatarate,omitempty"` Decomptcperrlessdata int `json:"decomptcperrlessdata,omitempty"` /** * Number of times Citrix ADC received less data than declared by protocol. */ Decomptcperrlessdatarate float64 `json:"decomptcperrlessdatarate,omitempty"` Decomptcperrmoredata int `json:"decomptcperrmoredata,omitempty"` /** * Number of times Citrix ADC received more data than declared by protocol. */ Decomptcperrmoredatarate float64 `json:"decomptcperrmoredatarate,omitempty"` Decomptcperrmemory int `json:"decomptcperrmemory,omitempty"` /** * Number of times memory failures occurred while decompressing. */ Decomptcperrmemoryrate float64 `json:"decomptcperrmemoryrate,omitempty"` Decomptcperrunknown int `json:"decomptcperrunknown,omitempty"` /** * Number of times unknown errors occurred while decompressing. */ Decomptcperrunknownrate float64 `json:"decomptcperrunknownrate,omitempty"` Delcomptotalrequests int `json:"delcomptotalrequests,omitempty"` /** * Total number of delta compression requests received by Citrix ADC. */ Delcomprequestsrate float64 `json:"delcomprequestsrate,omitempty"` Delcompdone int `json:"delcompdone,omitempty"` /** * Total number of delta compressions done by Citrix ADC. */ Delcompdonerate float64 `json:"delcompdonerate,omitempty"` Delcomptcprxbytes int `json:"delcomptcprxbytes,omitempty"` /** * Total number of delta-compressible bytes received by Citrix ADC. */ Delcomptcprxbytesrate float64 `json:"delcomptcprxbytesrate,omitempty"` Delcomptcptxbytes int `json:"delcomptcptxbytes,omitempty"` /** * Total number of delta-compressed bytes transmitted by Citrix ADC. */ Delcomptcptxbytesrate float64 `json:"delcomptcptxbytesrate,omitempty"` Delcompfirstaccess int `json:"delcompfirstaccess,omitempty"` /** * Total number of delta compression first accesses. */ Delcompfirstaccessrate float64 `json:"delcompfirstaccessrate,omitempty"` Delcomptcprxpackets int `json:"delcomptcprxpackets,omitempty"` /** * Number of delta-compressible packets received. */ Delcomptcprxpacketsrate float64 `json:"delcomptcprxpacketsrate,omitempty"` Delcomptcptxpackets int `json:"delcomptcptxpackets,omitempty"` /** * Total number of delta-compressed packets transmitted by Citrix ADC. */ Delcomptcptxpacketsrate float64 `json:"delcomptcptxpacketsrate,omitempty"` Delcompbaseserved int `json:"delcompbaseserved,omitempty"` /** * Total number of basefile requests served by Citrix ADC. */ Delcompbaseservedrate float64 `json:"delcompbaseservedrate,omitempty"` Delcompbasetcptxbytes int `json:"delcompbasetcptxbytes,omitempty"` /** * Number of basefile bytes transmitted by Citrix ADC. */ Delcompbasetcptxbytesrate float64 `json:"delcompbasetcptxbytesrate,omitempty"` Delcomperrbypassed int `json:"delcomperrbypassed,omitempty"` /** * Number of times delta-compression bypassed by Citrix ADC. */ Delcomperrbypassedrate float64 `json:"delcomperrbypassedrate,omitempty"` Delcomperrbfilewhdrfailed int `json:"delcomperrbfilewhdrfailed,omitempty"` /** * Number of times basefile could not be updated in Citrix ADC cache. */ Delcomperrbfilewhdrfailedrate float64 `json:"delcomperrbfilewhdrfailedrate,omitempty"` Delcomperrnostoremiss int `json:"delcomperrnostoremiss,omitempty"` /** * Number of times basefile was not found in Citrix ADC cache. */ Delcomperrnostoremissrate float64 `json:"delcomperrnostoremissrate,omitempty"` Delcomperrreqinfotoobig int `json:"delcomperrreqinfotoobig,omitempty"` /** * Number of times basefile request URL was too large. */ Delcomperrreqinfotoobigrate float64 `json:"delcomperrreqinfotoobigrate,omitempty"` Delcomperrreqinfoallocfail int `json:"delcomperrreqinfoallocfail,omitempty"` /** * Number of times requested basefile could not be allocated. */ Delcomperrreqinfoallocfailrate float64 `json:"delcomperrreqinfoallocfailrate,omitempty"` Delcomperrsessallocfail int `json:"delcomperrsessallocfail,omitempty"` /** * Number of times delta compression session could not be allocated. */ Delcomperrsessallocfailrate float64 `json:"delcomperrsessallocfailrate,omitempty"` }
Click to show internal directories.
Click to hide internal directories.