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

Update rsslim field, add more fields #82

Closed djberg96 closed 4 years ago

djberg96 commented 4 years ago

There have been a few fields added since 2.6, so I'm adding them in this PR. Specifically, the fields are delayacct_blkio_ticks (2.6.18), guest_time and cguest_time (2.6.24). For earlier versions those fields will simply be nil.

I'm also creating a synonym for the rlim field since that field is now called rsslim, though I've kept the old field for backwards compatibility for now.