nmf_port_stats Struct Reference
[Port Management Functions]

Port Statistics. More...

#include <nmf.h>


Data Fields

nm_u64_t rx_ucst_pkts
nm_u64_t rx_non_ip_ucst_pkts
nm_u64_t rx_ipv4_ucst_pkts
nm_u64_t rx_ipv6_ucst_pkts
nm_u64_t rx_bcst_pkts
nm_u64_t rx_non_ip_bcst_pkts
nm_u64_t rx_ipv4_bcst_pkts
nm_u64_t rx_ipv6_bcst_pkts
nm_u64_t rx_mcst_pkts
nm_u64_t rx_non_ip_mcst_pkts
nm_u64_t rx_ipv4_mcst_pkts
nm_u64_t rx_ipv6_mcst_pkts
nm_u64_t rx_pause_pkts
nm_u64_t rx_pause_class_pkts
nm_u64_t rx_fcs_err_pkts
nm_u64_t rx_symbol_err_pkts
nm_u64_t rx_size_err_pkts
nm_u64_t rx_min_64_pkts
nm_u64_t rx_65_127_pkts
nm_u64_t rx_128_255_pkts
nm_u64_t rx_256_511_pkts
nm_u64_t rx_512_1023_pkts
nm_u64_t rx_1024_1522_pkts
nm_u64_t rx_1523_2047_pkts
nm_u64_t rx_2048_4095_pkts
nm_u64_t rx_4096_8191_pkts
nm_u64_t rx_8192_10239_pkts
nm_u64_t rx_10240_max_pkts
nm_u64_t rx_undersized_pkts
nm_u64_t rx_oversized_pkts
nm_u64_t rx_bytes
nm_u64_t rx_non_ip_bytes
nm_u64_t rx_ipv4_bytes
nm_u64_t rx_ipv6_bytes
nm_u64_t rx_prio_pkts [8]
nm_u64_t rx_prio_bytes [8]
nm_u64_t rx_cpu_trapped_pkts
nm_u64_t rx_secure_drop_pkts
nm_u64_t rx_vlan_tag_drop_pkts
nm_u64_t rx_vlan_bv_pkts
nm_u64_t rx_overrun_pkts
nm_u64_t tx_ucst_pkts
nm_u64_t tx_bcst_pkts
nm_u64_t tx_mcst_pkts
nm_u64_t tx_pause_pkts
nm_u64_t tx_fcs_err_pkts
nm_u64_t tx_error_drop_pkts
nm_u64_t tx_time_out_pkts
nm_u64_t tx_loopback_drop_pkts
nm_u64_t tx_min_64_pkts
nm_u64_t tx_bytes
nm_u64_t tx_err_bytes
nm_u64_t tx_vlan_bv_pkts
nm_u64_t tx_underrun_pkts
nm_u64_t ttl_drop_pkts
nm_u64_t fid_fwd_pkts
nm_u64_t flooded_pkts
nm_u64_t pause_drop_pkts
nm_u64_t counter_drop_pkts
nm_u64_t stp_drop_pkts


Detailed Description

Port Statistics.

Each port keeps a set of network statistics. These statistics are returned in this structure.

Definition at line 930 of file nmf.h.


Field Documentation

Total unicast packets received

Definition at line 932 of file nmf.h.

Number of non-IP packets received with unicast L2 DMACS.

Definition at line 935 of file nmf.h.

Number of IPv4 packets received with unicast L2 DMACS.

Definition at line 938 of file nmf.h.

Number of IPv6 packets received with unicast L2 DMACS.

Definition at line 941 of file nmf.h.

Broadcast packets received

Definition at line 944 of file nmf.h.

Number of non-IP packets received with broadcast L2 DMACS.

Definition at line 947 of file nmf.h.

Number of IPv4 packets received with broadcast L2 DMACS.

Definition at line 950 of file nmf.h.

Number of IPv6 packets received with broadcast L2 DMACS.

Definition at line 953 of file nmf.h.

Multicast packets received

Definition at line 956 of file nmf.h.

Number of non-IP packets received with multicast L2 DMACS.

Definition at line 959 of file nmf.h.

Number of IPv4 packets received with multicast L2 DMACS.

Definition at line 962 of file nmf.h.

Number of valid IPv6 packets received with multicast L2 DMACS.

Definition at line 965 of file nmf.h.

IEEE 802.3 PAUSE frames received.

Definition at line 968 of file nmf.h.

IEEE 802.1ab? packets received

Definition at line 971 of file nmf.h.

Number of packtes received with a bad Frame Check Sum

Definition at line 974 of file nmf.h.

Number of packets received with symbol errors

Definition at line 977 of file nmf.h.

Packets with a bad size

Definition at line 980 of file nmf.h.

Packets containing 64 of fewer bytes.

Definition at line 983 of file nmf.h.

Packets containing 65 to 127 bytes.

Definition at line 986 of file nmf.h.

Packets containing 128 to 255 bytes.

Definition at line 989 of file nmf.h.

Packets containing 256 to 511 bytes.

Definition at line 992 of file nmf.h.

Packets containing 512 to 1023 octets.

Definition at line 995 of file nmf.h.

Packets containing 1024 to 1522 bytes.

Definition at line 998 of file nmf.h.

Packets containing 1523 to 2047 bytes.

Definition at line 1001 of file nmf.h.

Packets containing 2048 to 4095 bytes.

Definition at line 1004 of file nmf.h.

Packets containing 4096 to 8191 bytes.

Definition at line 1007 of file nmf.h.

Packets containing 8192 to 10239 bytes.

Definition at line 1010 of file nmf.h.

Packets containing 10240 or more bytes.

Definition at line 1013 of file nmf.h.

Number of received packets smaller than the configured minimum size, but with a valid CRC.

Definition at line 1017 of file nmf.h.

Number of received packets larger than the configured maximum size, whether well-formed or with either a CRC or alignment error.

Definition at line 1021 of file nmf.h.

Number of received bytes in valid packets.

Definition at line 1024 of file nmf.h.

Number of bytes received in Non-IP packets.

Definition at line 1027 of file nmf.h.

Number of bytes received in IPv4 packets.

Definition at line 1030 of file nmf.h.

Number of bytes received in IPv6 packets.

Definition at line 1033 of file nmf.h.

An array, indexed by priority (0..7), each element containing the number of received frames at that priority.

Definition at line 1037 of file nmf.h.

An array, indexed by priority (0..7), each element containing the number of received bytes in frames at that priority.

Definition at line 1041 of file nmf.h.

Number of frames trapped to the CPU

Definition at line 1044 of file nmf.h.

Number of frames that were dropped or trapped because they were considered a security violation.

Definition at line 1048 of file nmf.h.

Number of frames dropped because the frame was untagged and the switch is configured to drop untagged frames, or the frame was tagged and the switch is configured to drop tagged frames.

Definition at line 1053 of file nmf.h.

Number of frames dropped for an ingress VLAN boundary violation.

Definition at line 1056 of file nmf.h.

Number of frames that overflowed the receiver and were dropped.

Definition at line 1059 of file nmf.h.

Unicast packets sent

Definition at line 1062 of file nmf.h.

Number of broadcast packets.

Definition at line 1065 of file nmf.h.

Number of transmitted valid multicast packets.

Definition at line 1068 of file nmf.h.

Number of transmitted valid PAUSE frames.

Definition at line 1071 of file nmf.h.

Number of transmitted packets with CRC error

Definition at line 1074 of file nmf.h.

Packets dropped on egress

Definition at line 1077 of file nmf.h.

Number of frames dropped due to the frame timeout mechanism

Definition at line 1080 of file nmf.h.

Number of frames that were discarded due to loopback suppression.

Definition at line 1083 of file nmf.h.

Egress packet counts for packets of various sizes

Definition at line 1086 of file nmf.h.

Number of transmitted bytes, including CRCs

Definition at line 1099 of file nmf.h.

Bytes transmitted in bad packets

Definition at line 1102 of file nmf.h.

Number of frames dropped for an egress VLAN boundary violation.

Definition at line 1105 of file nmf.h.

Number of frame that were terminated early or dropped due to underflow during transmission.

Definition at line 1109 of file nmf.h.

Number of IP frames dropped due to TTL less than or equal to 1.

Definition at line 1112 of file nmf.h.

Egress packets switched on FID entry

Definition at line 1115 of file nmf.h.

Egress packets flooded (not switched)

Definition at line 1118 of file nmf.h.

MAC Control frames dropped (either standard IEEE pause frames or class-based pause frames).

Definition at line 1122 of file nmf.h.

Number of frames dropped due to policer rate limitation.

Definition at line 1125 of file nmf.h.

Number of frames that were dropped on ingress because either the ingress or egress port was not in the forwarding spanning tree state.

Definition at line 1129 of file nmf.h.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 1 09:40:57 2010 for NetManage by  doxygen 1.5.6