Archive Query Log

The Archive Query Log monitoring interface.

Monitor the crawling and parsing of the Archive Query Log. Directly go to the detailed statistics or check the progress.

Statistics

{% for statistics in statistics_list %} {% endfor %}
Type Description Count Size Last modified
{{ statistics.name }} {% if statistics.description %}{{ statistics.description }}{% else %}—{% endif %} {{ "{:,.0f}".format(statistics.total) }} {% if statistics.disk_size %} {{ statistics.disk_size }} {% else %} — {% endif %} {% if statistics.last_modified %} {% else %} — {% endif %}

Progress

{% for progress in progress_list %} {% endfor %}
Input Output Description Unprocessed Processed Progress
{{ progress.input_name }} {{ progress.output_name }} {{ progress.description }} {{ "{:,.0f}".format(progress.total - progress.current) }} {{ "{:,.0f}".format(progress.current) }} {{ "{:,.0f}".format(progress.current) }}/{{ "{:,.0f}".format(progress.total) }} {% if progress.total != 0 %} {{ "{:.0f}".format(progress.current / progress.total * 100) }}% {% else %} 0% {% endif %}