stomputil: MSG client library for job wrappers
The stomputil package is used in job wrappers to publish monitoring information via LCG MSG brokers.
It contains the original stomp.py module imported from external sources and additional (wrapping) API with added functionality such as:
- asynchronous messages with non-blocking cleanup on exit
- connection management
The stomputil package is used by Ganga,
DIANE and other job management systems for Dashboard monitoring.
CVS access and information:
http://ganga.web.cern.ch/ganga/code/cvs.php
Tagging format:
STOMPUTIL-X-Y
Whenever a new version of stomp.py is used the major version number (X) should be incremented.
Distribution
Tarballs for a gives tag may be obtained directly from CVS Web.
On AFS stomputil is installed here:
/afs/cern.ch/sw/ganga/external/stomputil/X.Y/noarch
In python the package is accessible via:
import stomputil
--
JakubMoscicki - 20 Jul 2009