{% extends "layout.html" %} {% block title %}Instance inspection{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}

Instance inspection


Add your instance parameters here and click on the update button

This tab show all process generated by slapgrid for your application. You can click on the process name to display log.

{% if supervisor != []%} {% for item in supervisor %} {% endfor %}
Partition and Process nameStatusProcess PID UpTime
{{ item[0]}} {{ item[1]}} {{ item[3]}}{{ item[5]}} Restart
{% else %}

No process to display, please run your instance

{%endif%}

Uses parameters below to run your application

{% for item in slap_status %}

{{ item[0 ]}}


{% endfor %}
{% endblock %}