Common::StatisticType

Introduced : BIG-IP_v9.0
An enumeration of different statistic types.

Members

Member

Value

Description

STATISTIC_NO_NODE_ERRORS

0

Number of times a virtual server has been unabled to direct connection to a node.

STATISTIC_MINIMUM_CONNECTION_DURATION

1

The minimum duration of connection.

STATISTIC_MEAN_CONNECTION_DURATION

2

The mean duration of connection.

STATISTIC_MAXIMUM_CONNECTION_DURATION

3

The maximum duration of connection.

STATISTIC_TOTAL_REQUESTS

4

Total number of requests.

STATISTIC_TOTAL_PVA_ASSISTED_CONNECTIONS

5

Total number of connections assisted by PVA.

STATISTIC_CURRENT_PVA_ASSISTED_CONNECTIONS

6

Current number of connections assisted by PVA.

STATISTIC_TIMEOUTS

7

Total number of timeout errors.

STATISTIC_COLLISIONS

8

Total number of collisions.

STATISTIC_DROPPED_PACKETS_IN

9

Total number of dropped packets on ingress.

STATISTIC_DROPPED_PACKETS_OUT

10

Total number of dropped packets on egress.

STATISTIC_DROPPED_PACKETS_TOTAL

11

Total number of dropped packets.

STATISTIC_ERRORS_IN

12

Total number of errors on ingress.

STATISTIC_ERRORS_OUT

13

Total number of errors on egress.

STATISTIC_TM_TOTAL_CYCLES

14

Total CPU cycles spent in traffic management. The actual CPU cycles spent handling traffic is Total - (Idle + Sleep). These numbers are cumulative since startup. The difference over an interval should be used to get the current load.

STATISTIC_TM_IDLE_CYCLES

15

CPU cycles spent polling with no traffic. The actual CPU cycles spent handling traffic is Total - (Idle + Sleep). These numbers are cumulative since startup. The difference over an interval should be used to get the current load.

STATISTIC_TM_SLEEP_CYCLES

16

CPU cycles yielded to other processes (uniprocessor only). The actual CPU cycles spent handling traffic is Total - (Idle + Sleep). These numbers are cumulative since startup. The difference over an interval should be used to get the current load.

STATISTIC_MAINTENANCE_MODE_DENIALS

17

Connection requests rejected because the virtual server was in maintenance mode.

STATISTIC_VIRTUAL_ADDRESS_MAXIMUM_CONNECTION_DENIALS

18

Connection requests rejected because they exceeded the connection limit for a virtual address.

STATISTIC_VIRTUAL_SERVER_MAXIMUM_CONNECTION_DENIALS

19

Connection requests rejected because they exceeded the connection limit for a virtual server.

STATISTIC_VIRTUAL_SERVER_NON_SYN_DENIALS

20

Packets that are not connection requests and are destined for a virtual server that has no connection for the client address.

STATISTIC_NO_HANDLER_DENIALS

21

Incoming packets that could not be processed by a virtual server, NAT, or SNAT.

STATISTIC_LICENSE_DENIALS

22

Number of dropped packets due to exceeding licensing limitations.

STATISTIC_CONNECTION_FAILED_MEMORY_ERRORS

23

Connection could not be created because memory was not available.

STATISTIC_ACTIVE_CPU_COUNT

24

Number of active CPUs on the system.

STATISTIC_MULTI_PROCESSOR_MODE

25

Deprecated in 10.0.0 - The processor mode the system is running in (0 = Uniprocessor, 1 = multiprocessor).

STATISTIC_MEMORY_TOTAL_BYTES

26

Total memory available to TMM.

STATISTIC_MEMORY_USED_BYTES

27

Total memory in use by TMM.

STATISTIC_IP_TRANSMITTED_PACKETS

28

Number of transmitted packets.

STATISTIC_IP_RECEIVED_PACKETS

29

Number of received packets.

STATISTIC_IP_DROPPED_PACKETS

30

Number of dropped packets.

STATISTIC_IP_TRANSMITTED_FRAGMENTS

31

Number of transmitted fragments.

STATISTIC_IP_DROPPED_TRANSMITTED_FRAGMENTS

32

Number of dropped transmitted fragments.

STATISTIC_IP_RECEIVED_FRAGMENTS

33

Number of received fragments.

STATISTIC_IP_DROPPED_RECEIVED_FRAGMENTS

34

Number of dropped received fragments.

STATISTIC_IP_REASSEMBLED_PACKETS

35

Number of reassembled packets.

STATISTIC_IP_INVALID_CHECKSUM_ERRORS

36

Number of invalid checksum errors.

STATISTIC_IP_INVALID_LENGTH_ERRORS

37

Number of invalid packet length errors.

STATISTIC_IP_MEMORY_ERRORS

38

Number of memory errors.

STATISTIC_IP_RETRANSMITTED_ERRORS

39

Number of retransmit errors.

STATISTIC_IP_INVALID_PROTOCOL_ERRORS

40

Number of invalid protocol errors.

STATISTIC_IP_OPTIONS_ERRORS

41

Number of options errors.

STATISTIC_IP_REASSEMBLED_TOO_LONG_ERRORS

42

Number of reassembly errors.

STATISTIC_IPV6_TRANSMITTED_PACKETS

43

Number of transmitted packets in IPv6

STATISTIC_IPV6_RECEIVED_PACKETS

44

Number of received packets in IPv6.

STATISTIC_IPV6_DROPPED_PACKETS

45

Number of dropped packets in IPv6.

STATISTIC_IPV6_TRANSMITTED_FRAGMENTS

46

Number of transmitted fragments in IPv6.

STATISTIC_IPV6_DROPPED_TRANSMITTED_FRAGMENTS

47

Number of dropped transmitted fragments in IPv6.

STATISTIC_IPV6_RECEIVED_FRAGMENTS

48

Number of received fragments in IPv6.

STATISTIC_IPV6_DROPPED_RECEIVED_FRAGMENTS

49

Number of dropped received fragments in IPv6.

STATISTIC_IPV6_REASSEMBLED_PACKETS

50

Number of reassembled packets in IPv6.

STATISTIC_IPV6_INVALID_CHECKSUM_ERRORS

51

Number of invalid checksum errors in IPv6.

STATISTIC_IPV6_INVALID_LENGTH_ERRORS

52

Number of invalid packet length errors in IPv6.

STATISTIC_IPV6_MEMORY_ERRORS

53

Number of memory errors in IPv6.

STATISTIC_IPV6_RETRANSMITTED_ERRORS

54

Number of retransmit errors in IPv6.

STATISTIC_IPV6_INVALID_PROTOCOL_ERRORS

55

Number of invalid protocol errors in IPv6.

STATISTIC_IPV6_OPTIONS_ERRORS

56

Number of options errors in IPv6.

STATISTIC_IPV6_REASSEMBLED_TOO_LONG_ERRORS

57

Number of reassembly errors in IPv6.

STATISTIC_ICMP_TRANSMITTED_PACKETS

58

Number of transmitted packets.

STATISTIC_ICMP_RETRANSMITTED_PACKETS

59

Number of re-transmitted packets.

STATISTIC_ICMP_RECEIVED_PACKETS

60

Number of received packets.

STATISTIC_ICMP_FORWARDED_PACKETS

61

Number of forwarded packets.

STATISTIC_ICMP_DROPPED_PACKETS

62

Number of dropped packets.

STATISTIC_ICMP_INVALID_CHECKSUM_ERRORS

63

Number of invalid checksum errors.

STATISTIC_ICMP_INVALID_LENGTH_ERRORS

64

Number of invalid packet length errors.

STATISTIC_ICMP_MEMORY_ERRORS

65

Number of memory errors.

STATISTIC_ICMP_RETRANSMITTED_ERRORS

66

Number of retransmit errors.

STATISTIC_ICMP_INVALID_PROTOCOL_ERRORS

67

Number of invalid protocol errors.

STATISTIC_ICMP_OPTIONS_ERRORS

68

Number of options errors.

STATISTIC_ICMP_OTHER_ERRORS

69

Number of other types of errors.

STATISTIC_ICMPV6_TRANSMITTED_PACKETS

70

Number of transmitted packets in ICMPv6.

STATISTIC_ICMPV6_RETRANSMITTED_PACKETS

71

Number of re-transmitted packets in ICMPv6.

STATISTIC_ICMPV6_RECEIVED_PACKETS

72

Number of received packets in ICMPv6.

STATISTIC_ICMPV6_FORWARDED_PACKETS

73

Number of forwarded packets in ICMPv6.

STATISTIC_ICMPV6_DROPPED_PACKETS

74

Number of dropped packets in ICMPv6.

STATISTIC_ICMPV6_INVALID_CHECKSUM_ERRORS

75

Number of invalid checksum errors in ICMPv6.

STATISTIC_ICMPV6_INVALID_LENGTH_ERRORS

76

Number of invalid packet length errors in ICMPv6.

STATISTIC_ICMPV6_MEMORY_ERRORS

77

Number of memory errors in ICMPv6.

STATISTIC_ICMPV6_RETRANSMITTED_ERRORS

78

Number of retransmit errors in ICMPv6.

STATISTIC_ICMPV6_INVALID_PROTOCOL_ERRORS

79

Number of invalid protocol errors in ICMPv6.

STATISTIC_ICMPV6_OPTIONS_ERRORS

80

Number of options errors in ICMPv6.

STATISTIC_ICMPV6_OTHER_ERRORS

81

Number of other types of errors in ICMPv6.

STATISTIC_UDP_OPEN_CONNECTIONS

82

Current open connections.

STATISTIC_UDP_ACCEPTED_CONNECTIONS

83

Current connections that have been accepted.

STATISTIC_UDP_ACCEPT_FAILURES

84

Number of accept failures.

STATISTIC_UDP_ESTABLISHED_CONNECTIONS

85

Current connections that have been established, but not accepted.

STATISTIC_UDP_CONNECTION_FAILURES

86

Number of connection failures.

STATISTIC_UDP_EXPIRED_CONNECTIONS

87

Expired connections due to idle timeout.

STATISTIC_UDP_TRANSMITTED_DATAGRAMS

88

Number of transmitted datagrams.

STATISTIC_UDP_RECEIVED_DATAGRAMS

89

Number of received datagrams.

STATISTIC_UDP_RECEIVED_MALFORMED_DATAGRAMS

90

Number of malformed datagrams received.

STATISTIC_UDP_RECEIVED_UNREACHABLE_ICMP_DATAGRAMS

91

Number of ICMP unreachables received.

STATISTIC_UDP_RECEIVED_BAD_CHECKSUM_DATAGRAMS

92

Number of bad checksum datagrams received.

STATISTIC_UDP_RECEIVED_NO_CHECKSUM_DATAGRAMS

93

Number of no-checksum datagrams received.

STATISTIC_TCP_OPEN_CONNECTIONS

94

Current open connections.

STATISTIC_TCP_CLOSE_WAIT_CONNECTIONS

95

Current connections in CLOSE-WAIT/LAST-ACK state.

STATISTIC_TCP_FIN_WAIT_CONNECTIONS

96

Current connections in FIN-WAIT/CLOSING state.

STATISTIC_TCP_TIME_WAIT_CONNECTIONS

97

Current connections in TIME-WAIT state.

STATISTIC_TCP_ACCEPTED_CONNECTIONS

98

Current connections that have been accepted.

STATISTIC_TCP_ACCEPT_FAILURES

99

Number of accept failures.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.