Awesome
hyperdrive-stats
Live & persistent stats module for hyperdrive.
Usage
var Stats = require('hyperdrive-stats')
var stats = Stats({
archive: archive,
db: db
})
stats.on('update', function () {
console.log(stats.get())
})
Stats
"bytesTotal"
"bytesProgress"
"blocksTotal"
"filesTotal"
License
MIT