node-netstat
node-netstat copied to clipboard
A library utility for reading netstat data.
On MacOS Sonoma, a line like `'tcp46 0 0 *.8809 *.* LISTEN '` is not found. One reason is the command args being ['-v', '-n'], which should be ['-a', '-n']...
Hello, node-netstat currently does nothing if the command [netstat](https://linux.die.net/man/8/netstat) is not found (i.e. [net-tools](https://net-tools.sourceforge.io/) is not installed). For example:  code source (click to view) ```javascript /** *...
On Windows, the state for a started HTTP server is `LISTENING`, but on Linux, it's `LISTEN`. Is there a way to consolidate these differences when filtering? Also, it would be...
When running synchronously I get an error: ``` Error: spawnSync netstat ENOBUFS ``` OS: Ubuntu 22.04.4 LTS Add `processOptions` to pass options child process. Need to be able to configure...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...