Method: Vmstat::Stub.network_interfaces

Defined in:
lib/vmstat/stub.rb

.network_interfacesArray<Vmstat::NetworkInterface>

Fetches the information for all available network devices.

Examples:

Vmstat.network_interfaces # => [#<struct Vmstat::NetworkInterface ...>, ...]


51
52
53
# File 'lib/vmstat/stub.rb', line 51

def self.network_interfaces
  []
end