{% extends "baseTemplate/index.html" %} {% load static %} {# OpenLiteSpeed real-time report, parsed from /tmp/lshttpd/.rtreport in views.py. #} {% block title %}LiteSpeed status{% endblock %} {% block styles %} {% endblock %} {% block content %}
Real-time report read from the server's own status file. {% if report.version %}Version {{ report.version }}.{% endif %} {% if report.workers %}{{ report.workers }} worker process{{ report.workers|pluralize:"es" }}.{% endif %}
lswsctrl and lshttpd -v, which do not depend on that file.
| Virtual host | Processing | Requests/s | Total requests | Cache hits/s |
|---|---|---|---|---|
| {{ vhost.name }} | {{ vhost.REQ_PROCESSING|default:0 }} | {{ vhost.REQ_PER_SEC|default:0 }} | {{ vhost.TOT_REQS|default:0 }} | {{ vhost.CACHE_HITS_PER_SEC|default:0 }} |
| No virtual host counters are available. | ||||
{{ report.control|default:"lswsctrl produced no output." }}
{{ report.banner }}
{{ report.raw|default:"No raw report was captured." }}