Monitor long running analyses by remote plotting of selected variables
Project description
Anemone is an analysis monitor written in Python. The typical use cases is monitoring of long running programs on remote machines. Anemone lets the long running program (scientific analysis or any other type of long running program) create reports which can be continously updated through the running of the analysis. Anemone will run in a separate thread and talk to interested listeners, typically plotting programs on remote machines. These programs can get a list of reports and continously plot the evolvolution of the reported variables.
Anemone includes a graphical user interface (GUI) that can connect to a running analysis and show a list of monitors. The monitors can be plotted and the plots will update automatically.
Currently only 2D plot reports are supported, but more advanced reports are also planned.
Usage
An example of using Anemone in an application is included in the repository. The analysis program will publish the monitors on a TCP port, via local IPC over a unix domain sockets or any other transport supported by the currently installed version of ZeroMQ.
If the example program communicates over IPC via the file my_com then you can connect to it with the GUI and inspect the progress of the analysis live by running:
python -m anemone wxgui ipc://my_com
You can connect mulitple GUI programs and connect/reconnect as often as you like. You can even connect before the analysis program has started. The GUI will try to connect each second until the analysis program responds.
Security
The current proof-of-concept version of Anemone communicates over ZeroMQ via Python pickles which is NOT secure! Do not use Anemone in an open network without replacing the pickles with some other serialization format!
Installation
Anemone is a Python package. It has been tested with Python 2.7 on Ubuntu Linux and requires the ZeroMQ Python bindings, wxPython and matplotlib to be available. No installation is required besides making sure the anemone package is on the PYTHONPATH.
Version and stability
The current version of Anemone is 0.01 and should be treated as a proof of concept and not as production quality software.
Copyright and license
Anemone is copyright Tormod Landet, 2014. Anemone is licensed under the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Anemone-0.0.1.tar.gz
.
File metadata
- Download URL: Anemone-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61196f9b537508cecdc10cd3095cf218142a01e3cbdf749ae3e00605d7e7bd23 |
|
MD5 | adce277d3d431e84c6be57610d657148 |
|
BLAKE2b-256 | 0ebda3355b4dd476fa989a8bf4ef1d3972626d158e7fce9bd56dd9f5d0d8fa22 |