{% extends "layout.html" %} {% block title %}Instance inspection{% endblock %} {% block head %} {{ super() }} {%if file_path != "" %} {%endif%} {% endblock %} {% block body %}

Instance inspection


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

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

Please run the software instance before displaying process

{%endif%}

Uses parameters below to run your application

{% for item in slap_status %}

{{ item[0 ]}}


{% endfor %}
{% endblock %}