diff --git a/status.org b/status.org index 70bf449..5c73ba6 100644 --- a/status.org +++ b/status.org @@ -1,17 +1,33 @@ #+title: Fetch google archive source code status #+author: ardumont -|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+--------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| -| date-snapshot | vhost | name | auto_delete | consumer_utilisation | consumers | durable | exclusive_consumer_tag | idle_since | memory | messages | messages_ready | messages_unacknowledged | node | policy | state | -|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+--------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| -| Wed Apr 13 9:42:50 CEST 2016 | / | swh_fetcher_googlecode_archive | False | | 1 | True | | 2016-04-13 9:42:50 | 289876544 | 1359053 | 1359043 | 10 | rabbit@moma | | running | -|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+--------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| -| Wed Apr 13 10:59:07 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.00042517793708 | 1 | True | | | 255490688 | 1356922 | 1356912 | 10 | rabbit@moma | | running | -|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+--------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| -| Wed Apr 13 11:08:34 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.000450898352371 | 1 | True | | | 289876472 | 1356558 | 1356548 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| date-snapshot | vhost | name | auto_delete | consumer_utilisation | consumers | durable | exclusive_consumer_tag | idle_since | memory | messages | messages_ready | messages_unacknowledged | node | policy | state | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Wed Apr 13 11:08:34 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.000450898352371 | 1 | True | | | 289876472 | 1356558 | 1356548 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Wed Apr 13 17:12:25 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.00046890593763 | 1 | True | | | 289876472 | 1348534 | 1348524 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Wed Apr 13 18:21:27 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.000623232116552 | 1 | True | | | 289876472 | 1343494 | 1343484 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Thu Apr 14 10:27:42 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.000432774634485 | 1 | True | | | 201303592 | 1279586 | 1279576 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Thu Apr 14 12:21:49 CEST 2016 | / | swh_fetcher_googlecode_archive | False | | 1 | True | | 2016-04-14 12:21:46 | 131995280 | 1276740 | 1276730 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Fri Apr 15 09:53:52 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 6.64040372727e-05 | 1 | True | | | 116495792 | 1212887 | 1212877 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+---------------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| + +Reinjected 120k googlecode urls to fetch the missing project.json. + +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| date-snapshot | vhost | name | auto_delete | consumer_utilisation | consumers | durable | exclusive_consumer_tag | idle_since | memory | messages | messages_ready | messages_unacknowledged | node | policy | state | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Fri Apr 15 11:07:02 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.000441398401257 | 1 | True | | | 255490688 | 1329722 | 1329712 | 10 | rabbit@moma | | running | +|-------------------------------+-------+--------------------------------+-------------+----------------------+-----------+---------+------------------------+------------+-----------+----------+----------------+-------------------------+-------------+--------+---------| +| Fri Apr 15 16:49:51 CEST 2016 | / | swh_fetcher_googlecode_archive | False | 0.0010567392203 | 1 | True | | | 212909168 | 1311209 | 1311199 | 10 | rabbit@moma | | running | #+BEGIN_SRC sh -(let ((speed (swh-worker-average-speed-per-second "Wed Apr 13 16:03:43 CEST 2016" 1350191 "Wed Apr 13 9:42:50 CEST 2016" 1359043));; 0.48503110419906686 job per second - (remaining-jobs 1350191)) - (swh-worker-remains-in-days speed remaining-jobs));; 32.3706807689453 +(let ((speed (swh-worker-average-speed-per-second "Fri Apr 15 11:07:02 CEST 2016" 1329712 "Fri Apr 15 16:49:51 CEST 2016" 1311199));; 0.9000437551655404 j/s + (remaining-jobs 1311199)) + (swh-worker-remains-in-days speed remaining-jobs));; 16.86130731395456 days #+END_SRC