Method: Vmstat::Stub.network_interfaces
- Defined in:
- lib/vmstat/stub.rb
.network_interfaces ⇒ Array<Vmstat::NetworkInterface>
Fetches the information for all available network devices.
51 52 53 |
# File 'lib/vmstat/stub.rb', line 51 def self.network_interfaces [] end |