mongotop

1.1.0 • Public • Published

node-mongotop

Simple interface to mongotop for Node.js. Requires mongotop to be installed.

Usage

var mtop = require('mongotop')
  , stream = mtop({
           ipv6: true, 
       locks: true, 
            host: 'localhost', 
            port: '27017', 
            username: 'jim', 
            password: 'password', 
            sleep: 30
          })
 
stream.on('data', function(data) {
  //Do things with the data
})
 
stream.on('error', function(error) {
  //Do things with the error
})
 
stream.pipe(someWriteableStream)
Made with love by @taterbase

Readme

Keywords

none

Package Sidebar

Install

npm i mongotop

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • taterbase