| statprotocolipResult Structure Definition |
The statprotocolipResult structure defines the return type for statprotocolip API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
protocolipList |
Pointer to the protocolip List. |
| protocolipstats Structure Definition |
The protocolipstats structure defines the actual return type values for statprotocolip API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
iptotrxpkts |
IP packets received. |
iprxpktsrate |
IP packets received. |
iptotrxbytes |
Bytes of IP data received. |
iprxbytesrate |
Bytes of IP data received. |
iptottxpkts |
IP packets transmitted. |
iptxpktsrate |
IP packets transmitted. |
iptottxbytes |
Bytes of IP data transmitted. |
iptxbytesrate |
Bytes of IP data transmitted. |
iptotrxmbits |
Megabits of IP data received. |
iprxmbitsrate |
Megabits of IP data received. |
iptottxmbits |
Megabits of IP data transmitted. |
iptxmbitsrate |
Megabits of IP data transmitted. |
iptotroutedpkts |
Total routed packets. |
iproutedpktsrate |
Rate routed packets. |
iptotroutedmbits |
Total routed Mbits |
iproutedmbitsrate |
Rate routed Mbits |
iptotroutedbytes |
Total routed IP bytes. |
iproutedbytesrate |
Rate routed IP bytes. |
iptotfragments |
IP fragments received. |
iptotsuccreassembly |
Fragmented IP packets successfully reassembled on the Citrix ADC. |
iptotreassemblyattempt |
IP packets that the Citrix ADC attempts to reassemble. If one of the fragments is missing, the whole packet is dropped. |
iptotaddrlookup |
IP address lookups performed by the Citrix ADC. When a packet is received on a non-established session, the Citrix ADC checks if the destination IP address is one of the Citrix ADC owned IP addresses. |
iptotaddrlookupfail |
IP address lookups performed by the Citrix ADC that have failed because the destination IP address of the packet does not match any of the Citrix ADC owned IP addresses. |
iptotudpfragmentsfwd |
UDP fragments forwarded to the client or the server. |
iptottcpfragmentsfwd |
TCP fragments forwarded to the client or the server. |
iptotfragpktsgen |
Fragmented packets created by the Citrix ADC. |
iptotbadchecksums |
Packets received with an IP checksum error. |
iptotunsuccreassembly |
Packets received that could not be reassembled. This can occur when there is a checksum failure, an identification field mismatch, or when one of the fragments is missing. |
iptottoobig |
Packets received for which the reassembled data exceeds the Ethernet packet data length of 1500 bytes. |
iptotzerofragmentlen |
Packets received with a fragment length of 0 bytes. |
iptotdupfragments |
Duplicate IP fragments received. This can occur when the acknowledgement was not received within the expected time. |
iptotoutoforderfrag |
Fragments received that are out of order. |
iptotunknowndstrcvd |
Packets received in which the destination IP address was not reachable or not owned by the Citrix ADC. |
iptotbadtransport |
Packets received in which the protocol specified in the IP header is unknown to the Citrix ADC. |
iptotvipdown |
Packets received for which the VIP is down. This can occur when all the services bound to the VIP are down or the VIP is manually disabled. |
iptotfixheaderfail |
Packets received that contain an error in one or more components of the IP header. |
iptotttlexpired |
Packets for which the time-to-live (TTL) expired during transit. These packets are dropped. |
iptotmaxclients |
Attempts to open a new connection to a service for which the maximum limit has been exceeded. Default value, 0, applies no limit. |
iptotunknownsvcs |
Packets received on a port or service that is not configured. |
iptotlandattacks |
Land-attack packets received. The source and destination addresses are the same. |
iptotinvalidheadersz |
Packets received in which an invalid data length is specified, or the value in the length field and the actual data length do not match. The range for the Ethernet packet data length is 0-1500 bytes. |
iptotinvalidpacketsize |
Total number of packets received by Citrix ADC with invalid IP packet size. |
iptottruncatedpackets |
Truncated IP packets received. An overflow in the routers along the path can truncate IP packets. |
noniptottruncatedpackets |
Truncated non-IP packets received. |
iptotzeronexthop |
Packets received that contain a 0 value in the next hop field. These packets are dropped. |
iptotbadlens |
Packets received with a length greater than the normal maximum transmission unit of 1514 bytes. |
iptotbadmacaddrs |
IP packets transmitted with a bad MAC address. |
See Also |