Changes between Version 1 and Version 2 of req_5977
- Timestamp:
- May 27, 2010, 4:11:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
req_5977
v1 v2 1 This request came in on May 27. It has 2624 rows mostof which are bycoord requests. These are the slowest to parse.1 This request came in on May 27. It has 2624 rows all of which are bycoord requests. These are the slowest to parse. 2 2 3 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 4 4 around 18:00 5 5 6 7 8 The program pstampdump can be used to list the contents of a fits table 9 6 The following is a diary of me watching this request process. If some faults occur this may provide a debugging and repair 7 tutorial. 10 8 11 9 {{{ 10 # The program pstampdump can be used to list the contents of a fits table 11 12 12 (ippdb02:work/20100527/5977) bills% pstampdump -simple web_1695.fits > dumpreq.txt 13 13 … … 43 43 1 row in set (0.02 sec) 44 44 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 47 Thu May 27 16:06:56 HST 2010 48 1665:100774 205.543583 28.359453 100 100 2 stamp 1 gpc1 bycoord chip null null null null y 0 0 search 45 49 50 1665 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 57 No faults in the pstamp or update pantasks as yet. 46 58 }}} 47 59
