On Wed, Jul 02, 2003 at 10:40:16AM +0200, Daniel Hartmeier wrote: > Once fixed, run pfctl -vsq, you should see packets assigned to both > q_pri and q_def. And once you saturate the uplink, you should see > dropped packets in q_def.
queue q_pri priority 7 [ pkts: 458 bytes: 30248 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue q_def priq( default ) [ pkts: 2826 bytes: 1099428 dropped pkts: 0 bytes: 0 ] [ qlength: 1/ 50 ] I then tried setting the bandwidth to 50Kb just to see if I had set the bandwidth too high: queue q_pri priority 7 [ pkts: 7 bytes: 474 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue q_def priq( default ) [ pkts: 1046 bytes: 715471 dropped pkts: 0 bytes: 0 ] [ qlength: 25/ 50 ] Running pfctl -vsq several times (with bandwidth at 100Kb) usually yields a qlength of 0, sometimes 1 or 2 or 3. There are never dropped packets. Any ideas? -Ray-
