The PSched Flow Object shows statistics from the packet scheduler, a feature of QoS Admission Control.
Counter Name | Description | Counter Type |
---|---|---|
Packets dropped | Shows the number of packets dropped by the packet scheduler. | PERF_COUNTER_RAWCOUNT |
Packets scheduled | Shows the number of packets that were scheduled in some way (rather than just being directly sent to the underlying miniport). | PERF_COUNTER_RAWCOUNT |
Packets transmitted | Shows the number of packets from this flow that have been sent. | PERF_COUNTER_RAWCOUNT |
Average packets in shaper | Shows the average number of packets in the scheduler over the last sampling period. | PERF_COUNTER_RAWCOUNT |
Max packets in shaper | Shows the maximum number of packets that have ever simultaneously been in the scheduler. | PERF_COUNTER_RAWCOUNT |
Average packets in sequencer | Shows the average number of packets in the sequencer over the last sampling period. | PERF_COUNTER_RAWCOUNT |
Max packets in sequencer | Shows the maximum number of packets that have ever simultaneously been in the sequencer. | PERF_COUNTER_RAWCOUNT |
Bytes scheduled | Shows the number of bytes that were scheduled in some way (rather than just being directly sent to the underlying miniport). | PERF_COUNTER_RAWCOUNT |
Bytes transmitted | Shows the number of bytes from this flow that have been sent. | PERF_COUNTER_RAWCOUNT |
Bytes transmitted/sec | Shows the number of bytes per second from this flow that have been sent. | PERF_COUNTER_COUNTER |
Bytes scheduled/sec | Shows the number of bytes per second from this flow that have been scheduled. | PERF_COUNTER_COUNTER |
Packets transmitted/sec | Shows the number of packets per second from this flow that have been sent. | PERF_COUNTER_COUNTER |
Packets scheduled/sec | Shows the number of packets per second from this flow that have been scheduled. | PERF_COUNTER_COUNTER |
Packets dropped/sec | Shows the number of packets that were dropped by the packet scheduler from this flow per second. | PERF_COUNTER_COUNTER |
Nonconforming packets scheduled | Shows the number of packets that have entered the packet scheduler at a rate which exceeded the flow parameters. | PERF_COUNTER_RAWCOUNT |
Nonconforming packets scheduled/sec | Shows the rate at which nonconforming packets have entered the packet scheduler. | PERF_COUNTER_COUNTER |
Nonconforming packets transmitted | Shows the number of packets that have been sent by the packet scheduler at a rate which exceeded the flow parameters. | PERF_COUNTER_RAWCOUNT |
Nonconforming packets transmitted/sec | Shows the rate at which nonconforming packets have been sent by the packet scheduler. | PERF_COUNTER_COUNTER |
Maximum Packets in netcard | Shows the maximum number of packets that have been queued in the network adapter by this flow. | PERF_COUNTER_RAWCOUNT |
Average Packets in netcard | Shows the average number of packets that have been queued in the network adapter by this flow. | PERF_COUNTER_RAWCOUNT |