You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to get access to the information on each network protocol available in /proc/net/snmp on linux systems. I think adding a new type like NetProtoCountersStat might work I can provide a linux implementation that reads the proc file directly. The only utility to my knowledge that parses /proc/net/snmp is netstat -s but its output is not very parser friendly. Also /proc/net/snmp is defined to be an ASCII snmp format so its structure hasn't and shouldn't change anytime soon.
Thoughts?
The text was updated successfully, but these errors were encountered:
I would like to get access to the information on each network protocol available in
/proc/net/snmp
on linux systems. I think adding a new type likeNetProtoCountersStat
might work I can provide a linux implementation that reads the proc file directly. The only utility to my knowledge that parses /proc/net/snmp isnetstat -s
but its output is not very parser friendly. Also /proc/net/snmp is defined to be an ASCII snmp format so its structure hasn't and shouldn't change anytime soon.Thoughts?
The text was updated successfully, but these errors were encountered: