JSPM

@telemetry-js/collector-net

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q22845F
  • License MIT

Collect net metrics (tcp, udp, ip and icmp)

Package Exports

  • @telemetry-js/collector-net

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-net) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

collector-net

Collect net metrics (tcp, udp, ip and icmp). Linux only.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

const telemetry = require('@telemetry-js/telemetry')()
const net = require('@telemetry-js/collector-net')

telemetry.task()
  .collect(net, { /* options */ })

Options

Yet to document.

Install

With npm do:

npm install @telemetry-js/collector-net

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers