SunilWang / node-os-utils

OS Utils - An operating system utility library.
https://www.npmjs.com/package/node-os-utils
MIT License
125 stars 19 forks source link

netstat is not supported on window,Are you going to fix it? #38

Open DZTZ opened 1 year ago

DZTZ commented 1 year ago

var netstat = osu.netstat netstat.inOut() .then(info => { console.log(info) })

results: not supported

sunil-ws commented 1 year ago

@DZTZ window 上确实不支持 netstat