Crate linux_stats

Source
Expand description

Data structures representative of various procfs reports.

Structs§

MemInfo
Represents the output of cat /proc/meminfo
Socket
Represents a line (socket) in output of cat /proc/net/{tcp,udp}
Stat
Represents the output of cat /proc/stat

Enums§

SocketState
Represents TCP socket’s state.
SocketTimerState
Represents TCP socket’s timer status.

Functions§

meminfo
stat
tcp
udp