Defines | |
#define | TC_COUNTER_PORT_TOTAL_RX_BYTES ((ULONG)0x00000001) |
Total number of bytes received by a port. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation. This counter accounts for errored frames, too. | |
#define | TC_COUNTER_PORT_TOTAL_RX_PACKETS ((ULONG)0x00000002) |
Total number of packets received by a port. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation. This counter accounts for errored frames, too. | |
#define | TC_COUNTER_PORT_RX_OK_PACKETS ((ULONG)0x00000003) |
Total number of packets received by a port with no errors. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation. | |
#define | TC_COUNTER_PORT_RX_ERROR_PACKETS ((ULONG)0x00000004) |
Total number of packets received by a port with errors. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation. | |
#define | TC_COUNTER_PORT_TOTAL_TX_PACKETS ((ULONG)0x00000005) |
Total number of packets delivered to the physical port for transmission. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer. | |
#define | TC_COUNTER_PORT_TOTAL_TX_BYTES ((ULONG)0x00000006) |
Total number of bytes delivered to the physical port for transmission. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer. In case of an aggregated port, this counter is always 0. | |
#define | TC_COUNTER_INSTANCE_TOTAL_RX_BYTES ((ULONG)0x00010001) |
Total number of bytes received by an instance. | |
#define | TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS ((ULONG)0x00010002) |
Total number of packets received by an instance. | |
#define | TC_COUNTER_INSTANCE_TOTAL_TX_BYTES ((ULONG)0x00010003) |
Total number of bytes delivered to the physical port for transmission from this instance. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer. | |
#define | TC_COUNTER_INSTANCE_TOTAL_TX_PACKETS ((ULONG)0x00010004) |
Total number of packets delivered to the physical port for transmission from this instance. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer. | |
#define | TC_COUNTER_INSTANCE_RX_OK_PACKETS ((ULONG)0x00010005) |
Total number of packets received by an instance with no errors. | |
#define | TC_COUNTER_INSTANCE_RX_ERROR_PACKETS ((ULONG)0x00010006) |
Total number of packets received by an instance with errors. | |
#define | TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS ((ULONG)0x00010007) |
Total number of packets dropped by the hardware because the application is not fast enough at processing packets. |
#define TC_COUNTER_PORT_TOTAL_RX_BYTES ((ULONG)0x00000001) |
Total number of bytes received by a port. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation. This counter accounts for errored frames, too.
#define TC_COUNTER_PORT_TOTAL_RX_PACKETS ((ULONG)0x00000002) |
Total number of packets received by a port. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation. This counter accounts for errored frames, too.
#define TC_COUNTER_PORT_RX_OK_PACKETS ((ULONG)0x00000003) |
Total number of packets received by a port with no errors. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation.
#define TC_COUNTER_PORT_RX_ERROR_PACKETS ((ULONG)0x00000004) |
Total number of packets received by a port with errors. In case of an aggregated port, it represents the sum of the packets received on each physical port which is part of the aggregation.
#define TC_COUNTER_PORT_TOTAL_TX_PACKETS ((ULONG)0x00000005) |
Total number of packets delivered to the physical port for transmission. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer.
#define TC_COUNTER_PORT_TOTAL_TX_BYTES ((ULONG)0x00000006) |
Total number of bytes delivered to the physical port for transmission. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer. In case of an aggregated port, this counter is always 0.
#define TC_COUNTER_INSTANCE_TOTAL_RX_BYTES ((ULONG)0x00010001) |
Total number of bytes received by an instance.
#define TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS ((ULONG)0x00010002) |
Total number of packets received by an instance.
#define TC_COUNTER_INSTANCE_TOTAL_TX_BYTES ((ULONG)0x00010003) |
Total number of bytes delivered to the physical port for transmission from this instance. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer.
#define TC_COUNTER_INSTANCE_TOTAL_TX_PACKETS ((ULONG)0x00010004) |
Total number of packets delivered to the physical port for transmission from this instance. This counter is incremented before the packets are actually transmitted by the underlying hardware. If the port link is down, this counter is incremented anyways, because the packets are stored in the port transmission buffer.
#define TC_COUNTER_INSTANCE_RX_OK_PACKETS ((ULONG)0x00010005) |
Total number of packets received by an instance with no errors.
#define TC_COUNTER_INSTANCE_RX_ERROR_PACKETS ((ULONG)0x00010006) |
Total number of packets received by an instance with errors.
#define TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS ((ULONG)0x00010007) |
Total number of packets dropped by the hardware because the application is not fast enough at processing packets.
TurboCap API documentation. Copyright (c) 2007-2008 CACE Technologies. All rights reserved.