pub fn snmp() -> ProcResult<Snmp>
Expand description
Reads the network management information by Simple Network Management Protocol
This data is from the /proc/net/snmp
file and for IPv4 Protocol
Note that this returns information from the networking namespace of the current process. If you want information for some other process, see Process::snmp()