Skip to content

node module to monitor packet loss by repeating ping cmd and logging it to a remote server

Notifications You must be signed in to change notification settings

sagarkarira/net-packet-loss-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

net-packet-loss-monitor

A NodeJS module providing methods for measuring local packet loss of your connection.

NOTE : Works on MAC OS X for now

Install :

npm install net-packet-loss-monitor -g

Usage:

nplm <remote-url>

If the remote-url throws error the logs will be saved locally.

Logging Object :

`` { logDate: 2017-04-07T10:03:28.805Z, hostName: 'Soc-macmini.local', ipAddress: '192.168.3.18', packetLoss: '0.0', packetTransmitted: '10', packetReceived: '10', requests: 10, version: '1.0.4', ssid: 'Boss', bssid: undefined, signal_level: -54, channel: 44 }

``

About

node module to monitor packet loss by repeating ping cmd and logging it to a remote server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published