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

Index X - Collection Server IP

CS: 171.67.89.100
This is the collection server IP address, which is not always present. If it is given, it identifies an alternate server to which the results can be returned if there are too many errors attempting to upload to the actual work server. If work is returned to the collection server, credit for it will occasionally be delayed in the Stanford statistics, but this is better than having the work deleted by the client if its deadline expires before the server can be reached successfully.


grep "520 Collection server" qd.c
                char    csip[4];        /* 520 Collection server IP address (as of v5.00) (LE) */

./qd -q queue.dat | grep CS
  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
  CS: 171.65.103.100; P limit: 52427776                       # Index 5
  CS: 171.65.103.100; P limit: 52427776                       # Index 6
  CS: 171.65.103.100; P limit: 52427776                       # Index 7
  CS: 171.65.103.100; P limit: 52427776                       # Index 8
  CS: 171.65.103.100; P limit: 52427776                       # Index 9
  CS: 171.65.103.100; P limit: 52427776                       # Index 0
  CS: 171.65.103.100; P limit: 52427776                       # Index 1
  CS: 171.65.103.100; P limit: 52427776                       # Index 2

hexdump -C -s 528 -n 4 queue.dat     # Index 0
00000210  64 67 41 ab                                       |dgA«|
00000214

hexdump -C -s 1240 -n 4 queue.dat    # Index 1
000004d8  64 67 41 ab                                       |dgA«|
000004dc

hexdump -C -s 1952 -n 4 queue.dat    # Index 2
000007a0  64 67 41 ab                                       |dgA«|
000007a4

hexdump -C -s 2664 -n 4 queue.dat    # Index 3
00000a68  64 67 41 ab                                       |dgA«|
00000a6c

hexdump -C -s 3376 -n 4 queue.dat    # Index 4
00000d30  64 67 41 ab                                       |dgA«|
00000d34

hexdump -C -s 4088 -n 4 queue.dat    # Index 5
00000ff8  64 67 41 ab                                       |dgA«|
00000ffc

hexdump -C -s 4800 -n 4 queue.dat    # Index 6
000012c0  64 67 41 ab                                       |dgA«|
000012c4

hexdump -C -s 5512 -n 4 queue.dat    # Index 7
00001588  64 67 41 ab                                       |dgA«|
0000158c

hexdump -C -s 6224 -n 4 queue.dat    # Index 8
00001850  64 67 41 ab                                       |dgA«|
00001854

hexdump -C -s 6936 -n 4 queue.dat    # Index 9
00001b18  64 67 41 ab                                       |dgA«|
00001b1c