Port Statistics.
More...
#include <nmf.h>
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:
- /home/tom/src/ogc-dev/trunk/nm/frameworks/src/include/nmf/nmf.h