node-psutil icon indicating copy to clipboard operation
node-psutil copied to clipboard

multi-cpu reports

Open Zolmeister opened this issue 13 years ago • 0 comments

You have a small typo in /lib/psutil.js, _cpu_times_linux function. line 282. var values = lines[i] (instead of 0) would have made it a pull request, but... you know how it goes.

great library btw, using it in my project https://github.com/Zolmeister/ZMonitor

Zolmeister avatar Jan 22 '13 01:01 Zolmeister