mongodb-js / mongodb-top

Consume mongotop as a stream.
Apache License 2.0
1 stars 1 forks source link

mongodb-top

build status

Consume mongotop as a stream.

Example

var mongodb = require('mongodb');
var top = require('mongodb-top');
mongodb.connect('mongodb://localhost:27017', function(err, db){
  top(db).pipe(process.stdout);
});

License

Apache 2