struct

Ctop::Snapshots::Net

Inherits Struct < Value < Object

Immutable snapshot of network metrics

Constructors

new(rx_bytes : Int64, tx_bytes : Int64, rx_rate : Float64, tx_rate : Float64)
Source

Instance methods

clone
Source
copy_with(rx_bytes _rx_bytes = @rx_bytes, tx_bytes _tx_bytes = @tx_bytes, rx_rate _rx_rate = @rx_rate, tx_rate _tx_rate = @tx_rate)
Source
rx_bytes
rx_rate
tx_bytes
tx_rate