@deadlock-delegate/core-stats
v0.5.1
Published
Plugin that collect stats and reports them to statsd
Downloads
10
Maintainers
Readme
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