Package Exports
- @telemetry-js/collector-sockstat
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@telemetry-js/collector-sockstat) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
collector-sockstat
Collect
/proc/net/sockstatmetrics (tcp only for now). Linux only.
Atelemetryplugin.
Table of Contents
Click to expand
Usage
const telemetry = require('@telemetry-js/telemetry')()
const sockstat = require('@telemetry-js/collector-sockstat')
telemetry.task()
.collect(sockstat, { /* options */ })Options
Yet to document.
Install
With npm do:
npm install @telemetry-js/collector-sockstatAcknowledgements
This project is kindly sponsored by Reason Cybersecurity Ltd.
License
MIT © Vincent Weevers
