Skip to content

FFM/Collectclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Dependencies

  • pyzmq==2.2.0

Installation

pip install git+https://github.com/FFM/Collectclient

Usage

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")

About

A client for Collector - a small python helper module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages