4.0.0 • Published 5 years ago

aedes-stats v4.0.0

Weekly downloads
542
License
MIT
Repository
github
Last release
5 years ago

aedes-stats

npm.io Dependencies Status devDependencies Status Known Vulnerabilities Coverage Status NPM version NPM downloads

Stats for Aedes

Install

npm i aedes aedes-stats --save

Example

var aedes = require('aedes')
var stats = require('aedes-stats')
var instance = aedes()

stats(aedes)

Options

An object containing options can be passed in as the second argument to stats.

  • interval: ms to wait between publishing stats (defaults to 1000)

Topics and Stats published

  • $SYS/{ID}/uptime
  • $SYS/{ID}/time
  • $SYS/{ID}/clients/total
  • $SYS/{ID}/clients/maximum
  • $SYS/{ID}/messages/publish/sent
  • $SYS/{ID}/memory/heap/current
  • $SYS/{ID}/memory/heap/maximum

Where {ID} is the aedes instance id.

License

MIT