Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 518 Bytes

fio-graphite

Take json output from fio and convert/ship metrics to a graphite instance.

Environment Variables

  • CARBON_HOST
  • CARBON_PORT
  • METRICS_PREFIX

Installation

pip install git+https://github.com/jordant/fio-graphite.git

Example Usage

fio --name=fio-graphite --rw=readwrite --size=100M --output-format=json | fio-graphite

graphite-fio

TODO

  • Stream JSON from fio using --status-interval
  • Use graphitesend for shiping