{% extends "layout.html" %} {% set title = "Stats - OD-Database" %} {% set current_page = "stats" %} {% block body %}
Statistics

Calculating...

Database stats

Database index size
Query count
Total query time
Average time per query
Total file count
Size total
Size average
Size standard deviation
Size standard deviation bounds (σ = 1)
Size variance

Crawl server stats

{% for server in crawl_server_stats %} {% endfor %}
Server Tasks done Crawl time Crawl time avg. Files crawled Files crawled avg.
{{ server }} {{ crawl_server_stats[server].task_count }} {{ crawl_server_stats[server].time|round(2) }}s {{ crawl_server_stats[server].time_avg|round(2) }}s {{ crawl_server_stats[server].file_count }} {{ crawl_server_stats[server].file_count_avg | round(2) }}
{% endblock body %}