sockstat
A Node.js package that parses the /proc/net/sockstat
file for socket connectivity statistics.
Usage
First, install the package using npm:
npm install sockstat --save
Then, start using the package by importing it and running the main function:
var sockstat = ; // Get current sockstat infosockstat ;
For the following /proc/net/sockstat
:
sockets: used 123
TCP: inuse 19 orphan 105 tw 2115 alloc 132 mem 1638
UDP: inuse 1 mem 1
UDPLITE: inuse 0
RAW: inuse 0
FRAG: inuse 0 memory 0
The package returns the following output:
Requirements
- Node.js v6.x.x or newer
License
Apache 2.0