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§
- Socket
State - Represents TCP socket’s state.
- Socket
Timer State - Represents TCP socket’s timer status.