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

A port of the pyhton library psutil

Results 5 node-psutil issues
Sort by recently updated
recently updated
newest added

Hello, The installation of node-psutil has failed on my Debian VM. # npm install psutil [...] /root/.node-gyp/0.10.30/deps/uv/include/uv.h:1438:15: error: initializing argument 4 of ‘int uv_queue_work(uv_loop_t_, uv_work_t_, uv_work_cb, uv_after_work_cb)’ [-fpermissive] ../lib/psutil_lib_osx.cc: In...

Facing the following error while running npm install on the node-psutil repo on PowerPC-ppc64le: ``` npm ERR! code E404 npm ERR! 404 Not Found - GET http://registry.npmjs.org/nodenuit - Not found...

Here is the console log when i tried to install on mac osx: ``` (vm)mr_chomps:Tools sean$ npm install psutil npm WARN package.json [email protected] No repository field. npm http GET https://registry.npmjs.org/psutil...

not really an issue, this module is great for node apps, but do you have plans of adding process methods like python psutils does? for example getting CPU and memory...

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...