node-os-utils
node-os-utils copied to clipboard
netstat is not supported on window,Are you going to fix it?
var netstat = osu.netstat netstat.inOut() .then(info => { console.log(info) })
results: not supported
@DZTZ window 上确实不支持 netstat