IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of req_5977


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

--

Legend:

Unmodified
Added
Removed
Modified
  • req_5977

    v2 v3  
    1 This request came in on May 27. It has 2624 rows all of which are bycoord requests. These are the slowest to parse.
     1pstampRequest 5977 request was submitted through the web upload interaface on May 27.
     2The request file has 2624 rows all of which are bycoord requests for chip stage data. bycoord requests are the slowest to parse.
     3It takes on the order of 2 seconds per request row to process these.
    24
    3 The 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
     5The 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 parsing 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
    46around 18:00
    57
     
    35371 row in set (0.02 sec)
    3638
     39
     40# All but 200 of these are for data that has been cleaned.
     41
    3742mysql> select count(*) from pstampJob where req_id >= 5977 and fault = 0 and dep_id = 0;
    3843+----------+
     
    4449
    4550# where are we now?
     51
    4652(ippdb02:work/20100527/5977) bills% date ; grep -n `grep Collected psparse.5977.log | tail -n 1 | awk '{print $7}'` dumpreq.txt
    4753Thu May 27 16:06:56 HST 2010
     
    50561665 of 2564 64%
    5157
    52 # There are lots of dependents pending. The poll limit in pstamp  pantasks is 256 so 1/4 of these are queued for updates.
     58# There are lots of dependents pending. The poll limit in pstamp  pantasks is 256 so 1/4 of these have run and have queued
     59their updates.
    5360
    5461(ippdb02:work/20100527/5977) bills% pst -pendingdependent -simple | wc
    5562   1027   11297   94484
    5663
    57 No faults in the pstamp or update pantasks as yet.
     64No faults in the pstamp or update pantasks as yet.  The update pantasks queue is full with chip processing and destreaking.
     65
     66
    5867}}}
    5968