{% extends "baseTemplate/index.html" %} {% load static %} {# Disk, network and process view, with the network throughput chart. #} {% block title %}Resource usage{% endblock %} {% block styles %} {% endblock %} {% block content %}

Resource usage

Filesystems, network interfaces and the heaviest processes on {{ hostname }}.

Network throughput
Received total: Sent total: Disk read: Disk written:
Filesystems
/ (%)
· · free

No filesystems were reported.

Network interfaces
InterfaceAddresses State
No interfaces reported.
Heaviest processes
PIDProcessUser CPU % Memory
(%)
No process data available.
{% endblock %} {% block scripts %} {% endblock %}