{% extends "dashboard.html" %} {% block content %}
  Memory  Swap  FS Usage  Process List  CPU Usage  Instance List Go Back
{% for i in cpu %} {% endfor %}
System Name SID User(%) Nice(%) Sys(%) I/O(%) Steal(%) Idle(%)
{{i.sysname}} {{i.sid}} {{i.User}} {{i.Nice}} {{i.System}} {{i.IOWait}} {{i.Steal}} {{i.IDLE}}
{% endblock %}