Socket
Socket
Sign inDemoInstall

@deadlock-delegate/core-stats

Package Overview
Dependencies
223
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @deadlock-delegate/core-stats

Plugin that collect stats and reports them to statsd


Version published
Weekly downloads
1
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 16 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc