IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of req_5977


Ignore:
Timestamp:
May 27, 2010, 4:11:05 PM (16 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • req_5977

    v1 v2  
    1 This request came in on May 27. It has 2624 rows most of which are bycoord requests. These are the slowest to parse.
     1This request came in on May 27. It has 2624 rows all of which are bycoord requests. These are the slowest to parse.
    22
    33The request started parsing at 13:38 HST May 27. We can see this because that is the time stamp on the request file. At 15:55 it is about half done. 4994 jobs have been queued so far and all but 200 are requests for cleaned up data. So the parsing will probably complete
    44around 18:00
    55
    6 
    7 
    8 The program pstampdump can be used to list the contents of a fits table
    9 
     6The following is a diary of me watching this request process. If some faults occur this may provide a debugging and repair
     7tutorial.
    108
    119{{{
     10# The program pstampdump can be used to list the contents of a fits table
     11
    1212(ippdb02:work/20100527/5977) bills% pstampdump -simple web_1695.fits > dumpreq.txt
    1313
     
    43431 row in set (0.02 sec)
    4444
     45# where are we now?
     46(ippdb02:work/20100527/5977) bills% date ; grep -n `grep Collected psparse.5977.log | tail -n 1 | awk '{print $7}'` dumpreq.txt
     47Thu May 27 16:06:56 HST 2010
     481665:100774 205.543583 28.359453 100 100 2 stamp 1 gpc1 bycoord chip null null null null y 0 0 search
    4549
     501665 of 2564 64%
     51
     52# There are lots of dependents pending. The poll limit in pstamp  pantasks is 256 so 1/4 of these are queued for updates.
     53
     54(ippdb02:work/20100527/5977) bills% pst -pendingdependent -simple | wc
     55   1027   11297   94484
     56
     57No faults in the pstamp or update pantasks as yet.
    4658}}}
    4759