hyperdrive-stats

3.0.0 • Public • Published

hyperdrive-stats

Live & persistent stats module for hyperdrive.

build status

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

Readme

Keywords

none

Package Sidebar

Install

npm i hyperdrive-stats

Weekly Downloads

3

Version

3.0.0

License

MIT

Last publish

Collaborators

  • juliangruber