| | 172 | |
| | 173 | === sunday 7:00pm === |
| | 174 | |
| | 175 | I 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 | {{{ |
| | 178 | mysql> 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 | +----------+---------------------+ |
| | 195 | 12 rows in set (0.19 sec) |
| | 196 | |
| | 197 | +----------+ |
| | 198 | | count(*) | |
| | 199 | +----------+ |
| | 200 | | 20544 | |
| | 201 | +----------+ |
| | 202 | 1 row in set (0.02 sec) |
| | 203 | |
| | 204 | +----------+---------------------+ |
| | 205 | | count(*) | datastore_product | |
| | 206 | +----------+---------------------+ |
| | 207 | | 101316 | PSPS_PV2_OB_SLICE00 | |
| | 208 | +----------+---------------------+ |
| | 209 | 1 row in set (0.13 sec) |
| | 210 | |
| | 211 | mysql> |
| | 212 | |
| | 213 | }}} |
| | 214 | |