soyuka / pidusage

Cross-platform process cpu % and memory usage of a PID
MIT License
512 stars 55 forks source link

Use spawn instead of exec #12

Closed echiu64 closed 9 years ago

echiu64 commented 9 years ago

Passes basic mocha test case Useful when using pm2, setting "detached: true" avoids console windows from blinking in/out when wmic is run

soyuka commented 9 years ago

Debug isn't a part of this package, would you mind removing the debug() calls?

Thanks!

pm2 ref: https://github.com/Unitech/PM2/issues/584

echiu64 commented 9 years ago

Made change, purged node_modules, re-tested and pushed to github...

soyuka commented 9 years ago

Perfect thanks!