Skip to content

juliangruber/hyperdrive-stats

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  •  
  •  
  •  
  •