{% extends "layout.html" %} {% set title = "Stats - OD-Database" %} {% set current_page = "stats" %} {% block body %}
Calculating...
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 |
Server | Tasks done | Crawl time | Crawl time avg. | Files crawled | Files crawled avg. |
---|---|---|---|---|---|
{{ server }} | {{ info.task_count }} | {{ info.time | duration_format() }} | {{ info.time_avg | duration_format() }} | {{ info.file_count }} | {{ "%.2f" % info.file_count_avg }} |