File : queue.dat Queue Version : 5.01 Size : 7168 bytes F@H Client : FAH502-Linux.exe
The Upload Status is not separatly printed by qd, in stead it is used to determine the Status of the Work Unit.
If the Status is 0, indicating that the "queue index is available for reuse by a new unit", the Upload Status is used by qd to print "deleted" if the Upload Status is 0, or "finished" if the Upload Status is 1.
grep "044 Upload" qd.c u32 ustat; /* 044 Upload status */
./qd -q queue.dat | egrep "finished|deleted" Index 3: finished 153.00 pts (2.023 pt/hr) 14 X min speed Index 4: finished 48.00 pts (1.379 pt/hr) Index 5: finished 41.00 pts (1.263 pt/hr) Index 6: finished 41.00 pts (1.169 pt/hr) Index 7: finished 36.00 pts (1.164 pt/hr) Index 8: finished 600.00 pts (1.330 pt/hr) 4.36 X min speed Index 9: finished 241.00 pts (0.601 pt/hr) 4.07 X min speed Index 0: finished 600.00 pts (2.166 pt/hr) 7.1 X min speed Index 1: finished 600.00 pts (2.121 pt/hr) 6.96 X min speed
hexdump -C -s 52 -n 4 queue.dat # Index 0 00000034 01 00 00 00 |....| 00000038 hexdump -C -s 764 -n 4 queue.dat # Index 1 000002fc 01 00 00 00 |....| 00000300 hexdump -C -s 1476 -n 4 queue.dat # Index 2 000005c4 00 00 00 00 |....| 000005c8 hexdump -C -s 2188 -n 4 queue.dat # Index 3 0000088c 01 00 00 00 |....| 00000890 hexdump -C -s 2900 -n 4 queue.dat # Index 4 00000b54 01 00 00 00 |....| 00000b58 hexdump -C -s 3612 -n 4 queue.dat # Index 5 00000e1c 01 00 00 00 |....| 00000e20 hexdump -C -s 4324 -n 4 queue.dat # Index 6 000010e4 01 00 00 00 |....| 000010e8 hexdump -C -s 5036 -n 4 queue.dat # Index 7 000013ac 01 00 00 00 |....| 000013b0 hexdump -C -s 5748 -n 4 queue.dat # Index 8 00001674 01 00 00 00 |....| 00001678 hexdump -C -s 6460 -n 4 queue.dat # Index 9 0000193c 01 00 00 00 |....| 00001940