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

Index X - Project Number

project: 724, "p724_Abeta21-43-amberGS"
This is the number and name of the project which the work unit is part of. The project name is not stored in queue.dat, and old core log files often get deleted by the client, so it is common for the project name not to be known except for the current unit. If the project name can be found only in emprotx.dat, then it will be printed here, but in single quotation marks. In this case, the name, strictly speaking, is really only a guess, being simply the first name qd found in emprotx.dat which starts with "P" or "p" and then a string of digits matching the project number. On rare occasions the project names change, and there is no guarantee that the name selected here is the name of the actual finished unit. This issue will soon be moot, since emprotx.dat is being replaced by emprotz.dat, which doesn't contain the name string at all.


grep "208 Project" qd.c | uniq
                        {       char    proj[2];        /* 208 Project number (LE) */

./qd -q queue.dat | grep project
  server: 171.65.103.158:8080; project: 1808   # Index 3
  server: 171.64.122.138:8080; project: 763    # Index 4
  server: 171.64.122.138:8080; project: 770    # Index 5
  server: 171.64.122.138:8080; project: 770    # Index 6
  server: 171.64.122.138:8080; project: 769    # Index 7
  server: 171.64.122.142:8080; project: 2401   # Index 8
  server: 171.64.122.133:8080; project: 1163   # Index 9
  server: 171.64.122.142:8080; project: 2401   # Index 0
  server: 171.64.122.142:8080; project: 2401   # Index 1
  server: 171.65.103.68:8080; project: 1489    # Index 2

hexdump -C -s 216 -n 2 queue.dat     # Index 0
000000d8  61 09                                             |a.|
000000da

hexdump -C -s 928 -n 2 queue.dat     # Index 1
000003a0  61 09                                             |a.|
000003a2

hexdump -C -s 1640 -n 2 queue.dat    # Index 2
00000668  d1 05                                             |Ñ.|
0000066a

hexdump -C -s 2352 -n 2 queue.dat    # Index 3
00000930  10 07                                             |..|
00000932

hexdump -C -s 3064 -n 2 queue.dat    # Index 4
00000bf8  fb 02                                             |û.|
00000bfa

hexdump -C -s 3776 -n 2 queue.dat    # Index 5
00000ec0  02 03                                             |..|
00000ec2

hexdump -C -s 4488 -n 2 queue.dat    # Index 6
00001188  02 03                                             |..|
0000118a

hexdump -C -s 5200 -n 2 queue.dat    # Index 7
00001450  01 03                                             |..|
00001452

hexdump -C -s 5912 -n 2 queue.dat    # Index 8
00001718  61 09                                             |a.|
0000171a

hexdump -C -s 6624 -n 2 queue.dat    # Index 9
000019e0  8b 04                                             |..|
000019e2