Ingensi / dockbeat

Dockbeat - the elastic Beat for docker daemon monitoring
Other
286 stars 70 forks source link

Blkio stats should gather "per second" statistics #52

Closed marminthibaut closed 8 years ago

marminthibaut commented 8 years ago

Currently, dockerbeat sends blkio data as number of reads/writes/total minus previous tick data. It should divides by the number of seconds to emit a "per second" data (like network and proc data).