1.0.0 • Published 7 years ago
@norux/listenport v1.0.0
listenport
Print process information of currently listening port.
How to install
Install latest
$ npm i -g @norux/listenportUsage

Examples
$ listenport -a
$ listenport -p 8080
$ listenport -r 8080:8090Options
| Short option | Long option | Description |
|---|---|---|
| -v | --version | Print current version |
| -h | --help | Print help message |
| -p \<port> | --port \<port> | Find process listening port |
| -r \<start>:\<end> | --range \<start>:\<end> | Find all process between start and end listening port |
| -a | --all | Find all process listening |
Process alert
If certain process use either CPU or Memory a lot, its color is change. (red/magenta/yellow)
Usage over the
- 70%: Red
- 50%: Magenta
- 30%: Yellow
Contribution
- slack: norux#listenport
1.0.0
7 years ago