diff --git a/status.org b/status.org new file mode 100644 index 0000000..70bf449 --- /dev/null +++ b/status.org @@ -0,0 +1,17 @@ +#+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 | + +#+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 +#+END_SRC