psutil.cr icon indicating copy to clipboard operation
psutil.cr copied to clipboard

Psutils.cr is a Crystal port of https://github.com/shirou/gopsutil

Results 4 psutil.cr issues
Sort by recently updated
recently updated
newest added

Hello, I'd like to contribute a minor change to your amazing library in order to get it to build under the current Crystal version (1.2.2). I thought it would require...

Would you say this should give me the best overall % of CPU usage? ```crystal (Psutil.cpu_times.first.user + Psutil.cpu_times.first.system) / 1000 ```

I think need better CI with different Linux distr and architectures. - Centos - Debian - Redhat - ArchLinux

enhancement

Currently psutils.cr working on linux based systems need implement MacOS support

enhancement