7. User Guide

The main interface of PyScaler can be accessed via web page. The exact address will very depending of the deployment type:

  • If serving the Django application via Django’s runserver it will answer to something like http://pyscaler:8000
  • If serving used a webserver such as Apache+mod_wsgi or Nginx+gunicorn, it will respond to something like http://pyscaler

7.1. Start page

The landing page is the following, where you can access all the PyScaler web interface.

_images/pyscalerWelcome.png

7.2. Monitoring pages

From the monitoring pages you can access to the different performance graphs per cluster, node or jvm and counter type.

All the graphs in these pages can be zoomed by selecting areas in the graphs and then reseted back to its initial state by clicking on their zoom reset button.

7.2.1. JMX monitoring

  • Cluster

Can be accessed through the menu Monitoring -> JMX -> Cluster

_images/pyscalerJMXCluster.png
  • Node

Can be accessed through the menu Monitoring -> JMX -> Node

_images/pyscalerJMXNode.png
  • Jvm

Can be accessed through the menu Monitoring -> JMX -> Jvm

_images/pyscalerJMXJVM.png

7.2.2. SSH monitoring

  • Cluster

Can be accessed through the menu Monitoring -> Ssh -> Cluster

_images/pyscalerSSHCluster.png
  • Node

Can be accessed through the menu Monitoring -> Ssh -> Node

_images/pyscalerSSHNode.png

7.2.3. Trigger monitoring

Can be accessed through the menu Monitoring -> Trigger monitoring

_images/Trigger-Monitoring.png

7.2.4. Control

  • Execution of Distributed Scripts

Can be accessed through the menu Control-> Distributed Scripts

_images/pyscalerDistributedScripts.png
  • Execution of Local Scripts

Can be accessed through the menu Control-> Local Scripts

_images/pyscalerLocalScripts.png

7.2.5. Provisioning

  • EC2 nodes provisioning

Can be accessed through the menu Provisioning -> Ec2 Nodes

_images/pyscalerEC2Nodes.png
  • Operating system configuration

Can be accessed through the menu Provisioning -> OS configurations

_images/pyscalerOSConfiguration.png

7.2.6. Administration

All these screens can be accessed through the menu Administration

  • Cluster administration
_images/pyscalerAdministrationCluster.png
  • Node administration
_images/pyscalerAdministrationNode.png
  • EC2 profile administration
_images/pyscalerAdministrationEc2Profile.png
  • JVM profile administration
_images/pyscalerAdministrationJVMProfile.png
  • Ssh profile administration
_images/pyscalerAdministrationSshProfile.png
  • EC2Node profile administration
_images/pyscalerAdministrationDeployEc2Node.png
  • Distributed Script administration
_images/pyscalerAdministrationDistributedScript.png
  • Local Script administration
_images/pyscalerAdministrationLocalScript.png
  • Email administration
_images/pyscalerAdministrationEmail.png
  • JMX counter administration
_images/pyscalerAdministrationJmxCounter.png
  • Trigger administration
_images/pyscalerAdministrationTrigger.png

Project Versions

Table Of Contents

Previous topic

6. Installation steps

Next topic

8. Scaling

This Page