This is a focused and fast library to get system information like:
| VERSION | = | "2.3.0" |
Filters all available ethernet devices. @return [Array<NetworkInterface>] the ethernet devices
Filters all available loopback devices. @return [Array<NetworkInterface>] the loopback devices
Creates a full snapshot of the systems hardware statistics. @param [Array<String>] paths the paths to the disks to snapshot. @return [Vmstat::Snapshot] a snapshot of all statistics. @example
Vmstat.snapshot # => #<struct Vmstat::Snapshot ...>