Log stats

Overview

Item scraped count: {{ data.result.item_scraped_count }}
Response received count: {{ data.result.response_received_count }}
Finish reason: {{ data.result.finish_reason }}

Log count

{% for key, value in data.log_count.items %}
{{ key }}: {{ value }}
{% endfor %}

Downloader

{% for key, value in data.downloader.items %}
{{ key }}: {{ value }}
{% endfor %}

Scheduler

{% for key, value in data.scheduler.items %}
{{ key }}: {{ value }}
{% endfor %}

More

{% for key, value in data.more.items %}
{{ key }}: {{ value }}
{% endfor %}