Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 560 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 560 Bytes

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