@deadlock-delegate/core-stats

0.5.1 • Public • Published

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

Package Sidebar

Install

npm i @deadlock-delegate/core-stats

Weekly Downloads

8

Version

0.5.1

License

MIT

Unpacked Size

6.63 kB

Total Files

9

Last publish

Collaborators

  • rokson