https://github.com/apanchenko/peano
Measures python performance and reports to InfluxDB
https://github.com/apanchenko/peano
influxdb latency measurements python tps
Last synced: 5 months ago
JSON representation
Measures python performance and reports to InfluxDB
- Host: GitHub
- URL: https://github.com/apanchenko/peano
- Owner: apanchenko
- License: mit
- Created: 2021-02-22T08:48:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T14:36:17.000Z (about 5 years ago)
- Last Synced: 2025-09-25T00:56:18.064Z (9 months ago)
- Topics: influxdb, latency, measurements, python, tps
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peano
Decorator for performance measurement
- Measures function calls: TPS and Latency
- Reports to InfluxDB
## Example
```python
peano.init(url, organization, token, bucket)
@measured()
def do_something()
```
## TODO
- tests
- async commit to influx
## dev
poetry shell
poetry update
pytest
poetry build
poetry publish