Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 322 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 322 Bytes

Tools for better formatter for /proc/net/. Currently support snmp and netstat.

go run netproc.go --file snmp
go run netproc.go --file netstat

or

go build netproc.go
./netproc --file snmp
./netproc --file netstat

press q to exit.

netproc runs like this:

Screenshot