| home | layout | structure | qd | hexdump |
          File : queue.dat
 Queue Version : 5.01
          Size : 7168 bytes
    F@H Client : FAH502-Linux.exe

Download Rate

Average download rate 5.267 KB/s (u=4); upload rate 3.403 KB/s (u=4)
These rates are measured by the client as a benchmark of system network performance. They are a sliding window average weighted over the recorded number of units. This number is capped by the client at four, so the average tends to track more recent performance. It doesn't mean that only the last four units are averaged, but rather that the stored value is weighted four times greater than the value from a new unit, so in fact it determines the characteristic rate at which the effects of older units decay.


grep "7136 Download rate sliding" qd.c
        u32             drate;          /* 7136 Download rate sliding average (as of v4.00) */

./qd -q queue.dat | grep download
Average download rate 115.896 KB/s (u=4); upload rate 70.584 KB/s (u=4)

hexdump -C -s 7136 -n 4 queue.dat
00001be0  b8 c4 01 00                                       |ΈΔ..|
00001be4