struct Psutil::Stats::NetIOCountersStat

Defined in:

stats/net_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def bytes_recv : UInt64 #

[View source]
def bytes_recv=(bytes_recv : UInt64) #

[View source]
def bytes_sent : UInt64 #

[View source]
def bytes_sent=(bytes_sent : UInt64) #

[View source]
def dropin : UInt64 #

[View source]
def dropin=(dropin : UInt64) #

[View source]
def dropout : UInt64 #

[View source]
def dropout=(dropout : UInt64) #

[View source]
def errin : UInt64 #

[View source]
def errin=(errin : UInt64) #

[View source]
def errout : UInt64 #

[View source]
def errout=(errout : UInt64) #

[View source]
def fifoin : UInt64 #

[View source]
def fifoin=(fifoin : UInt64) #

[View source]
def fifoout : UInt64 #

[View source]
def fifoout=(fifoout : UInt64) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def packets_recv : UInt64 #

[View source]
def packets_recv=(packets_recv : UInt64) #

[View source]
def packets_sent : UInt64 #

[View source]
def packets_sent=(packets_sent : UInt64) #

[View source]