Common::StatisticType

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

Members

Member

Value

Description

STATISTIC_CRYPTO_CLIENT_PACKETS_IN

1400

Total packets received by this crypto client.

STATISTIC_CRYPTO_CLIENT_PACKETS_OUT

1401

Total packets sent by this crypto client.

STATISTIC_CRYPTO_SERVER_BYTES_IN

1402

Total bytes received by this crypto server.

STATISTIC_CRYPTO_SERVER_BYTES_OUT

1403

Total bytes sent by this crypto server.

STATISTIC_CRYPTO_SERVER_PACKETS_IN

1404

Total packets received by this crypto server.

STATISTIC_CRYPTO_SERVER_PACKETS_OUT

1405

Total packets sent by this crypto server.

STATISTIC_EVICTION_POLICY_EVICTED

1406

Count of evictions in this context for this eviction policy. See LocalLB::FlowEvictionPolicy::FlowEvictionPolicyStatisticEntry for more details.

STATISTIC_CONNECTION_FLOW_MISS

1407

Total number of TCP packets discarded due to the lack of an associated flow.

STATISTIC_SYNCOOKIE_STATS_SYNCOOKIES

1408

Total number of SYN cookies received.

STATISTIC_SYNCOOKIE_STATS_ACCEPTS

1409

Total number of SYN cookies received that were accepted.

STATISTIC_SYNCOOKIE_STATS_REJECTS

1410

Total number of SYN cookies received that were rejected.

STATISTIC_SYNCOOKIE_STATS_HW_SYNCOOKIES

1411

Total number of hardware SYN cookies received.

STATISTIC_SYNCOOKIE_STATS_HW_ACCEPTS

1412

Total number of hardware SYN cookies received that were accepted.

STATISTIC_SYNCOOKIE_STATS_WL_HITS

1413

Total number of whitelist SYN cookie hits.

STATISTIC_SYNCOOKIE_STATS_WL_ACCEPTS

1414

Total number of whitelist SYN cookies received that were accepted.

STATISTIC_SYNCOOKIE_STATS_WL_REJECTS

1415

Total number of whitelist SYN cookies received that were rejected.

STATISTIC_FW_RULE_LAST_HIT_TIME

1416

The last time this firewall rule has been hit in seconds since epoch.

STATISTIC_SCTP_ASSOCIATIONS

1417

Current number of active (ESTABLISHED, SHUTDOWN-PENDING, SHUTDOWN-RECEIVED) associations.

STATISTIC_SCTP_CLOSING

1418

Current number of closing (SHUTDOWN-SENT, SHUTDOWN-ACK-SENT) associations.

STATISTIC_SCTP_CONFIRMED_ADDRESSES

1419

Current number of confirmed remote addresses.

STATISTIC_SCTP_UNCONFIRMED_ADDRESSES

1420

Current number of unconfirmed remote addresses.

STATISTIC_SCTP_ACTIVE_PATHS

1421

Current number of active transport paths.

STATISTIC_SCTP_INACTIVE_PATHS

1422

Current number of inactive transport paths.

STATISTIC_CLIENTLDAP_CONNECTIONS_TLS

1423

The number of connections where starttls was used.

STATISTIC_SERVERLDAP_CONNECTIONS_TLS

1424

The number of connections where starttls was used.

STATISTIC_SSL_COMMON_AGGREGATE_RENEGOTIATIONS_REJECTED

1425

Total number of rejected aggregate renegotiations.

STATISTIC_FTP_FTPS_SESSIONS

1426

Number of sessions entering explicit FTPS mode.

STATISTIC_TFTP_READ_REQUESTS

1427

Total number of TFTP read requests received.

STATISTIC_TFTP_WRITE_REQUESTS

1428

Total number of TFTP write requests received.

STATISTIC_FTP_PASSTHRU_TRANSITIONS

1429

Number of sessions entering pass through mode.

STATISTIC_TFTP_DISCARDED_REQUESTS

1430

Total number of TFTP requests that were discarded.

STATISTIC_DNS_HW_INSPECTED

1431

Total number of DNS requests inspected by hardware acceleration

STATISTIC_DNS_HW_MALFORMED

1432

Total number of DNS requests that failed due to a malformed query.

STATISTIC_DNS_HW_CACHE_LOOKUPS

1433

Total number of valid DNS requests that resulted in a lookup in the hardware acceleration cache.

STATISTIC_DNS_HW_CACHE_RESPONSES

1434

Total number of DNS requests that were successfully found in the hardware acceleration cache.

STATISTIC_VCMP_RED_PACKETS_IN

1435

Total number of packets destined to be received by the guest VM that have been marked as red by a traffic policer.

STATISTIC_SSL_COMMON_SESSION_MIRRORING_SUCCESS

1436

Total SSL sessions mirrored successfuly.

STATISTIC_SSL_COMMON_SESSION_MIRRORING_FAILURE

1437

Total SSL session mirror failures.

STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_PEER_READY

1438

Total SSL connection mirror peer ready messages.

STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_CTX_SENT

1439

Total SSL connection mirror contexts sent.

STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_CTX_RECV

1440

Total SSL connection mirror contexts received.

STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_HS_SUCCESS

1441

Total SSL connection mirror handshake success.

STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_FAILURE

1442

Total SSL connections which failed to mirror to HA peer.

STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_TIMEOUT

1443

Total SSL connection mirror HA timeouts.

STATISTIC_SSL_COMMON_DTLS_TX_PUSHBACKS

1444

Total Datagram Transport Layer Security transmitted packets which are pushed back.

STATISTIC_SSL_CIPHER_CAMELLIA_BULK

1445

Camellia Cipher.

STATISTIC_DNS_NAPTR_REQS

1446

Total number of NAPTR type DNS packets received.

STATISTIC_IP_MULTICAST_TRANSMITTED_PACKETS

1447

Number of transmitted multicast packets.

STATISTIC_IP_MULTICAST_RECEIVED_PACKETS

1448

Number of received multicast packets.

STATISTIC_IP_MULTICAST_DROPPED_RPF

1449

Number of multicast packets dropped due to failed reverse-path-forward (RPF) check.

STATISTIC_IP_MULTICAST_DROPPED_WRONG_INTERFACE

1450

Number of multicast packets dropped due to wrong interface.

STATISTIC_IP_MULTICAST_DROPPED_NO_ROUTE

1451

Number of multicast packets dropped due to failure to lookup route.

STATISTIC_IP_MULTICAST_DROPPED_ROUTE_LOOKUP_TIMEOUT

1452

Number of multicast packets dropped due to timeout while looking up route.

STATISTIC_IP_MULTICAST_DROPPED_MAX_PENDING_PACKETS

1453

Number of multicast packets dropped due to pending queue being full.

STATISTIC_IP_MULTICAST_DROPPED_MAX_PENDING_ROUTES

1454

Number of multicast packets dropped due to pending routing exceeded the max number.

STATISTIC_IPV6_MULTICAST_TRANSMITTED_PACKETS

1455

Number of transmitted multicast packets in IPv6.

STATISTIC_IPV6_MULTICAST_RECEIVED_PACKETS

1456

Number of received multicast packets in IPv6.

STATISTIC_IPV6_MULTICAST_DROPPED_RPF

1457

Number of IPv6 multicast packets dropped due to failed reverse-path-forward (RPF) check.

STATISTIC_IPV6_MULTICAST_DROPPED_WRONG_INTERFACE

1458

Number of IPv6 multicast packets dropped due to wrong interface.

STATISTIC_IPV6_MULTICAST_DROPPED_NO_ROUTE

1459

Number of IPv6 multicast packets dropped due to failure to lookup route.

STATISTIC_IPV6_MULTICAST_DROPPED_ROUTE_LOOKUP_TIMEOUT

1460

Number of IPv6 multicast packets dropped due to timeout while looking up route.

STATISTIC_IPV6_MULTICAST_DROPPED_MAX_PENDING_PACKETS

1461

Number of IPv6 multicast packets dropped due to pending queue being full.

STATISTIC_IPV6_MULTICAST_DROPPED_MAX_PENDING_ROUTES

1462

Number of IPv6 multicast packets dropped due to pending routing exceeded the max number.

STATISTIC_SSL_COMMON_ACTIVE_HANDSHAKES_REJECTED

1463

Total active SSL handshakes rejected.

STATISTIC_SSL_COMMON_CURRENT_ACTIVE_HANDSHAKES

1464

Total current active SSL handshakes.

STATISTIC_SSL_DYNAMIC_RECORD_1K

1465

Number of 0 - 1K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_2K

1466

Number of 1K - 2K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_3K

1467

Number of 2K - 3K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_4K

1468

Number of 3K - 4K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_5K

1469

Number of 4K - 5K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_6K

1470

Number of 5K - 6K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_7K

1471

Number of 6K - 7K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_8K

1472

Number of 7K - 8K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_9K

1473

Number of 8K - 9K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_10K

1474

Number of 9K - 10K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_11K

1475

Number of 10K - 11K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_12K

1476

Number of 11K - 12K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_13K

1477

Number of 12K - 13K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_14K

1478

Number of 13K - 14K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_15K

1479

Number of 14K - 15K records sent.

STATISTIC_SSL_DYNAMIC_RECORD_16K

1480

Number of 15K - 16K records sent.

STATISTIC_SIPROUTER_STANDBY_DROPPED

1481

Number of mirrored messages dropped by stand-by unit.

STATISTIC_SIPSESSION_REQUEST_ENTITY_TOO_LARGE

1482

Number of rejected requests that failed due to some aspect of the message exceeding a size limit.

STATISTIC_SIPSESSION_REQUEST_ENTITY_TOO_LARGE_413_SENT

1483

Number of rejected requests that failed due to some aspect of the message exceeding a size limit and triggered a 413 response to be sent.

STATISTIC_SIPSESSION_UNSUPPORTED_URI_SCHEME

1484

Number of rejected requests that failed due to an unsupported or invalid Request-URI scheme.

STATISTIC_SIPSESSION_UNSUPPORTED_URI_SCHEME_416_SENT

1485

Number of rejected requests that failed due to an unsupported or invalid Request-URI scheme and triggered a 416 response to be sent.

STATISTIC_SIPSESSION_TEMPORARILY_UNAVAILABLE_480_SENT

1486

Number of rejected requests that failed due to unavailable callee and triggered a 480 response to be sent.

STATISTIC_SIPSESSION_LOOP_DETECTED_482_SENT

1487

Number of rejected requests that failed due to a loop detected and triggered a 482 response to be sent.

STATISTIC_SIPSESSION_TOO_MANY_HOPS_483_SENT

1488

Number of rejected requests that failed due to Max-Forwards header field with value of zero and triggered a 483 response to be sent.

STATISTIC_SIPSESSION_ADDRESS_INCOMPLETE

1489

Number of rejected requests that failed due to incomplete or malformed Request-URI.

STATISTIC_SIPSESSION_ADDRESS_INCOMPLETE_484_SENT

1490

Number of rejected requests that failed due to incomplete or malformed SIP Request-URI and triggered a 484 response to be sent.

STATISTIC_SIPSESSION_NOT_ACCEPTABLE_HERE

1491

Number of rejected requests that failed due to unacceptable session description.

STATISTIC_SIPSESSION_NOT_ACCEPTABLE_HERE_488_SENT

1492

Number of rejected requests that failed due to unacceptable session description and triggered a 488 response to be sent.

STATISTIC_SIPSESSION_SERVER_INTERNAL_ERROR_500_SENT

1493

Number of rejected requests that failed due to an unexpected server error and triggered a 500 response to be sent.

STATISTIC_SIPSESSION_NOT_IMPLEMENTED

1494

Number of rejected requests that failed due to an unsupported request method.

STATISTIC_SIPSESSION_NOT_IMPLEMENTED_501_SENT

1495

Number of rejected requests that failed due to an unsupported request method and triggered a 501 response to be sent.

STATISTIC_SIPSESSION_SERVICE_UNAVAILABLE_503_SENT

1496

Number of rejected requests that failed due to server overload or maintenance and triggered a 503 response to be sent.

STATISTIC_SIPSESSION_VERSION_NOT_SUPPORTED_505_SENT

1497

Number of rejected requests that failed due to unsupported protocol version and triggered a 505 response to be sent.

STATISTIC_SIPSESSION_BADMSGS_REQ

1498

Number of request messages rejected.

STATISTIC_SIPSESSION_DROPS_REQ

1499

Number of request messages dropped.


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.