struct Psutil::Stats::NetIOCountersStat
Defined in:
stats/net_stats.cr
Constructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def
bytes_recv : UInt64
#
def
bytes_recv=(bytes_recv : UInt64)
#
def
bytes_sent : UInt64
#
def
bytes_sent=(bytes_sent : UInt64)
#
def
dropin=(dropin : UInt64)
#
def
dropout=(dropout : UInt64)
#
def
errin=(errin : UInt64)
#
def
errout=(errout : UInt64)
#
def
fifoin=(fifoin : UInt64)
#
def
fifoout=(fifoout : UInt64)
#
def
name=(name : String)
#
def
packets_recv : UInt64
#
def
packets_recv=(packets_recv : UInt64)
#
def
packets_sent : UInt64
#
def
packets_sent=(packets_sent : UInt64)
#