Returns kernel/system statistics read from interface files within the /proc/net/dev_snmp6/ directory.
()
| 32 | // Returns kernel/system statistics read from interface files within the /proc/net/dev_snmp6/ |
| 33 | // directory. |
| 34 | func (fs FS) NetDevSNMP6() (NetDevSNMP6, error) { |
| 35 | return newNetDevSNMP6(fs.proc.Path("net/dev_snmp6")) |
| 36 | } |
| 37 | |
| 38 | // Returns kernel/system statistics read from interface files within the /proc/<PID>/net/dev_snmp6/ |
| 39 | // directory. |