Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PS_DRRSEQ_STATS structure provides network interface card (NIC) and packet sequencer–packet shaper statistics. Note that the PS_DRRSEQ_STATS structure is used in conjunction with the PS_COMPONENT_STATS structure.
Syntax
typedef struct _PS_DRRSEQ_STATS {
ULONG MaxPacketsInNetcard;
ULONG AveragePacketsInNetcard;
ULONG MaxPacketsInSequencer;
ULONG AveragePacketsInSequencer;
ULONG NonconformingPacketsTransmitted;
} PS_DRRSEQ_STATS, *PPS_DRRSEQ_STATS;
Members
MaxPacketsInNetcard
Maximum number of packets that have been queued in the network interface card for the flow or interface.
AveragePacketsInNetcard
Average number of packets queued in the network interface card for the flow or interface.
MaxPacketsInSequencer
Maximum number of packets that have been queued in the packet sequencer for the flow or interface.
AveragePacketsInSequencer
Average number of packets that have been queued in the packet sequencer for the flow or interface.
NonconformingPacketsTransmitted
Number of nonconforming packets that have been transmitted for the flow or interface.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | ntddpsch.h |