djberg96 / sys-proctable

A cross-platform Ruby interface for gathering process information on your operating system
Apache License 2.0
150 stars 33 forks source link

[Darwin] [WIP] Differentiate methods for single pid versus all pids #74

Closed NickLaMuro closed 6 years ago

NickLaMuro commented 6 years ago

This is an extraction of the first two commits from https://github.com/djberg96/sys-proctable/pull/65. Needs some testing and bechmarks to confirm the extraction was done properly, but I will follow up with more info at a later date.

The previous metrics and more info can be found in the original PR.

djberg96 commented 6 years ago

More or less incorporated in a separate push. Thanks!