The PSched Pipe Object performance object reports statistics from the packet scheduler, a feature of QoS Admission Control.
Counter Name | Description | Counter Type |
---|---|---|
Average packets in netcard | Shows the average number of packets in the network card over the last sampling period. | PERF_COUNTER_RAWCOUNT |
Average packets in sequencer | Shows the average number of packets in the sequencer over the last sampling period. | PERF_COUNTER_RAWCOUNT |
Average packets in shaper | Shows the average number of packets in the scheduler shaper over the last sampling period. | PERF_COUNTER_RAWCOUNT |
Flow mods rejected | Shows the number of times a flow modification has been rejected. | PERF_COUNTER_RAWCOUNT |
Flows closed | Shows the number of flows that have been closed. | PERF_COUNTER_RAWCOUNT |
Flows modified | Shows the number of times that a flow has been modified. | PERF_COUNTER_RAWCOUNT |
Flows opened | Shows the number of flows that were opened on this pipe (some of which may now be closed). | PERF_COUNTER_RAWCOUNT |
Flows rejected | Shows the number of flow creations that were rejected. | PERF_COUNTER_RAWCOUNT |
Max packets in netcard | Shows the maximum number of packets ever simultaneously in the network card. | PERF_COUNTER_RAWCOUNT |
Max packets in sequencer | Shows the maximum number of packets that have ever simultaneously been in the sequencer. | PERF_COUNTER_RAWCOUNT |
Max packets in shaper | Shows the maximum number of packets that have ever simultaneously been in the scheduler. | PERF_COUNTER_RAWCOUNT |
Max simultaneous flows | Shows the maximum number of flows that have been simultaneously open on this pipe. | PERF_COUNTER_RAWCOUNT |
Nonconforming packets scheduled | Shows the number of packets that have entered the packet scheduler at a rate which exceeded that packet's 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 that packet's 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 |
Out of packets | Shows the number of times Packet Scheduler has been unable to allocate a packet. | PERF_COUNTER_RAWCOUNT |
Psched Flow object