Ingensi/dockbeat

Blkio stats should gather "per second" statistics

Closed this issue · 0 comments

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