LSSTDESC / desc-wfmon

Workflow monitor for DESC image processing
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

desc-wfmon

David Adams
April 2022

This python-based DESC workflow monitoring package provides provides tools for examining the process monitor DB produced by parsl. It also provides a reporter for collecting system-level data aout CPU, memory and I/O that can be run standalone or integrated with parsl or any other workflow system. Tools to visualize the process data and examine and visualize the sytem-level data will be added soon.

Installation

> git clone https://github.com/LSSTDESC/desc-wfmon.git
> cd desc-wfmon
> pip install .

Modules

The following modules are included:

Follow the above links or use python help, e.g. help(desc.wfmon) for more information about each module.

Notebooks

Example python notebooks can be found in ipynb. Copy those to a directory and point and load them in a Jupyter server such as [https://jupyter.nersc.gov].

Development plans