Simone Primarosa
Simone Primarosa
Cool so the problem is only macOS :(
On macOS we need a custom ps command and a custom parsing function. I'll try to work on it as soon as my exam session ends.
Just for reference, thats how multi threaded process are reported by ps. 
On macOS there's no /proc folder sadly. I'll take a look on how cpuUsage() works under the hood in node, for sure there's some particular syscall to call to obtain...
@atrauzzi we will definitely give it a try, the speed improvement should be really significative!
Hi Klaus, could you share more information about your system (e.g. OS, node version, etc)?
> but I have the same environment and here it works What do you mean? Could you elaborate a bit the issue? It would be great if you could provide...
Thanks for contributing! At the moment this DLGTM. I think is appropriate to bump the package to a stable before dropping support for node 0.10 (altough we don't have the...
Yes that's exactly the plan! The PR per se looks good, it is just that some other work needs to be done before this can be merged.
There is also a problem with the cardinal number that tells you the rank: As you can see the 10th is missing. This is probably due to the fact that...