peano

Measures performance and reports to InfluxDB


Keywords
measure, tps, latency, influx, influxdb, measurements, python
License
MIT
Install
pip install peano==0.1.3

Documentation

Peano

Decorator for performance measurement

  • Measures function calls: TPS and Latency
  • Reports to InfluxDB

Example

        peano.init(url, organization, token, bucket)

        @measured()
        def do_something()

TODO

  • tests
  • async commit to influx