IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of ippToPspsIngestof3piPV2


Ignore:
Timestamp:
Jan 18, 2015, 7:04:01 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsIngestof3piPV2

    v7 v8  
    170170
    171171}}}
     172
     173=== sunday 7:00pm ===
     174
     175I made a script to email me every hour, it checks the status of the 12 loaders.  Nothing knocked over. Here is the status of loading, 6000 loaded since the am:
     176
     177{{{
     178mysql>  select count(*), datastore_product from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%' group by datastore_product ;select count(*) from batch where dvo_db like 'LAP.PV2%' and loaded_to_datastore =1; select count(*), datastore_product from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%';
     179+----------+---------------------+
     180| count(*) | datastore_product   |
     181+----------+---------------------+
     182|     5329 | PSPS_PV2_OB_SLICE00 |
     183|     6768 | PSPS_PV2_OB_SLICE02 |
     184|     9142 | PSPS_PV2_OB_SLICE04 |
     185|     9717 | PSPS_PV2_OB_SLICE06 |
     186|     7210 | PSPS_PV2_OB_SLICE08 |
     187|     5734 | PSPS_PV2_OB_SLICE10 |
     188|     6509 | PSPS_PV2_OB_SLICE12 |
     189|     8459 | PSPS_PV2_OB_SLICE14 |
     190|    10572 | PSPS_PV2_OB_SLICE16 |
     191|    12055 | PSPS_PV2_OB_SLICE18 |
     192|    11508 | PSPS_PV2_OB_SLICE20 |
     193|     8313 | PSPS_PV2_OB_SLICE22 |
     194+----------+---------------------+
     19512 rows in set (0.19 sec)
     196
     197+----------+
     198| count(*) |
     199+----------+
     200|    20544 |
     201+----------+
     2021 row in set (0.02 sec)
     203
     204+----------+---------------------+
     205| count(*) | datastore_product   |
     206+----------+---------------------+
     207|   101316 | PSPS_PV2_OB_SLICE00 |
     208+----------+---------------------+
     2091 row in set (0.13 sec)
     210
     211mysql>
     212
     213}}}
     214