0.5.1 • Published 4 years ago

@deadlock-delegate/core-stats v0.5.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Ark Core Stats Plugin

Plugin gathers your ark process stats (listed below) and reports them to a statsd server:

  • cpu
  • memory
  • eventloop
  • gc

Installation

Install the plugin: yarn global add @deadlock-delegate/core-stats

Open ~/.config/ark-core/{mainnet|devnet|testnet}/plugins.js and add the following at at least after the logger package:

"@deadlock-delegate/core-stats": {
    enabled: true,
    host: "<your statsd server host>",
    port: <your statsd server port>,
    prefix: "test",
},

License

MIT © deadlock