{% extends "base.html" %} {% block title %}Status{% endblock %} {% block content %} {% raw %}

Status

System Status
Celery Worker OK Stopped
Dicom Listener OK Stopped
Port: {{status.dicom_listener.port}}
AE Title: {{status.dicom_listener.aetitle}}
Current CPU Usage {{ status.cpu_usage }}%
Current RAM Usage {{ status.ram_usage.free | toGB }}/{{ status.ram_usage.total | toGB }}GB
Current HD Usage {{ status.disk_usage.free | toGB }}/{{ status.disk_usage.total | toGB }}GB
Algorithms Available
{{a.name}}
Default Settings:
{{JSON.stringify(a.default_settings, null, '    ') }}
Applications
Name API Key
{{a.name}} {{a.key}}
{% endraw %} {% endblock %}