Platform SDK: Quality of Service

PS_DRRSEQ_STATS

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.

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

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Ntddpsch.h.