{% extends 'squid/general/runtime.html' %} {% block page_comment %}

Squid runtime information retrieved using squidclient mgr:active_requests is shown below.

{% endblock %} {% block toolbar_runtime_active_requests %}class="active"{%endblock%} {% block before_pre_content %} {% with result=client.active_requests %} {% if result.error %}
ERROR: cannot get active requests!

{{result.message}}

{%else%} {% for item in result.items %} {% empty %} {% endfor %}
User IP User Name Domain URI
{{item.ip}} {{item.user}} {{item.host}} {{item.uri}}
No active proxy requests found
{%endif%} {% endwith %} {% endblock %}