{% extends "layout.html" %} {% block title %}Instance inspection{% endblock %} {% block head %} {{ super() }} {% 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 log.

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

Refresh Status Stop all process

{% else %}

No process to display, please run your instance

{%endif%}
{% if slap_status %}

Uses parameters below to run your application


{% else %}

No response. Please run Software Instance!

{%endif%}

Software Type of main instance


Partitions Parameter

Parameter NameParameter Value [new]

Update Values Load XML
{%if file_path != "" %}

Reload Files {%else%}

Your partitions content is empty yet!
please run your software instance and look for file result here.

{%endif%}
{{instance}} {% endblock %}