{% extends 'base_simpleui.html' %} {% block title %}stats{% endblock %} {% block head %} {% endblock %} {% block loader %}
{% endblock %} {% block body %} {% if refresh_url %} Using cached version. Click to refresh. {% endif %}

Source: {{ url_source }}

{% if url_utf8 %}

UTF8: {{ url_utf8 }}

{% endif %} {% if datas and datas[-1][1] %} {% endif %}
project{{ project }}
spider{{ spider }}
job{{ job }}
start_time{{ first_log_time }}
latest_log_time{{ latest_log_time }}
elasped{{ elasped }}
finish_reason{{ finish_reason }}
crawled_pages{{ crawled_pages }}
scraped_items{{ scraped_items }}
log_critical_count{{ log_critical_count }}
log_error_count{{ log_error_count }}
log_warning_count{{ log_warning_count }}
retry_count{{ retry_count }}
redirect_count{{ redirect_count }}
ignore_count{{ ignore_count }}
latest_crawl
latest_scrape
latest_log
current_time
{% if datas and datas[-1][1] %} {% endif %} {% endblock %}