Skip to content

juliangruber/hyperdrive-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Live & persistent stats module for hyperdrive.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •