{% 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 %}{{result.message}}{%else%}
User IP | User Name | Domain | URI |
---|---|---|---|
{{item.ip}} | {{item.user}} | {{item.host}} | {{item.uri}} |
No active proxy requests found |