Skip to content

telemetry-js/collector-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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