Archive Query Log

The Archive Query Log monitoring interface.

Stats

{% for count in count_stages %} {% endfor %}
Type Description Count Size
{{ count.name }} {% if count.description %}{{ count.description }}{% else %}—{% endif %} {{ "{:,.0f}".format(count.total) }} {{ count.disk_size }}

Progress

{% for progress in progress_stages %} {% endfor %}
Stage Description Processed Unprocessed Progress
{{ progress.name }} {% if progress.description %}{{ progress.description }}{% else %}—{% endif %} {{ "{:,.0f}".format(progress.current) }} {{ "{:,.0f}".format(progress.total - progress.current) }} {{ "{:,.0f}".format(progress.current) }}/{{ "{:,.0f}".format(progress.total) }} {{ "{:.0f}".format(progress.current / progress.total * 100) }}%