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

Index X - Upload Failures

upload failures: 1
This field will not be printed for the current unit, or for anything other than a unit pending upload if the number of failures is zero. The client uses this field to decide when to try sending results to the collection server instead of to the actual work server.


grep "708 Number of upload failures" qd.c
                u32     uploads;        /* 708 Number of upload failures (as of v5.00) */

./qd -q queue.dat | grep "upload failure"
  CS: 171.65.103.100; upload failures: 2; P limit: 52427776   # Index 3
  CS: 171.65.103.100; upload failures: 2; P limit: 52427776   # Index 4

hexdump -C -s 716 -n 4 queue.dat     # Index 0
000002cc  00 00 00 00                                       |....|
000002d0

hexdump -C -s 1428 -n 4 queue.dat    # Index 1
00000594  00 00 00 00                                       |....|
00000598

hexdump -C -s 2140 -n 4 queue.dat    # Index 2
0000085c  00 00 00 00                                       |....|
00000860

hexdump -C -s 2852 -n 4 queue.dat    # Index 3
00000b24  02 00 00 00                                       |....|
00000b28

hexdump -C -s 3564 -n 4 queue.dat    # Index 4
00000dec  02 00 00 00                                       |....|
00000df0

hexdump -C -s 4276 -n 4 queue.dat    # Index 5
000010b4  00 00 00 00                                       |....|
000010b8

hexdump -C -s 4988 -n 4 queue.dat    # Index 6
0000137c  00 00 00 00                                       |....|
00001380

hexdump -C -s 5700 -n 4 queue.dat    # Index 7
00001644  00 00 00 00                                       |....|
00001648

hexdump -C -s 6412 -n 4 queue.dat    # Index 8
0000190c  00 00 00 00                                       |....|
00001910

hexdump -C -s 7124 -n 4 queue.dat    # Index 9
00001bd4  00 00 00 00                                       |....|
00001bd8