Collectclient - a client for Collector
This is a python module to ease statistics collection: the module will automatically generate the right data out of your (json-serializable) data - timestamp it etc.
- pyzmq==2.2.0
pip install git+https://github.com/FFM/Collectclient
Usage is simple:
import collectclient c=collectclient.Collect(test="dummy",resource="address",id="127.0.0.1") # assumes collector is running on 127.0.0.1:25500 c.write("FOO")