You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Tools Catalog Administration

 
Each time a tool is deployed to a Brown Dog instance, it will run inside a Docker container. This process is being controlled by Elasticity Module, which also collects data about running tools and stores it in a mongo db.

An Administrator needs the ability to have visibility into and management of all tools running within the Brown Dog system.  This is done through the Tools Monitoring Page.

***** need a link ? *********

This module fetches this information about each running tool from the db, and displays it for the Tool Catalog Admin.

For the selected Brown Dog instance (such as clowder-dev below), the Tools Monitoring page shows information about each running script, its RabbitMQ queue name, and the number of running instances.
The design is is similar to the screenshot below.


If a particular script is selected, a Details Page is displayed with details for the selected script: the IP address, number of CPUs, and the average load for each Docker container. (obtained from the Elasticity Module).

An Illustration of the information is here for the Tool Details page.


 

  • No labels