go-netstat icon indicating copy to clipboard operation
go-netstat copied to clipboard

A netstat implementation written in Go

Results 11 go-netstat issues
Sort by recently updated
recently updated
newest added

We need to calculate socket count in listen state and it takes lots of resources to calculate: time ./sbin/zabbix_agent2 -t net.tcp.socket.count[,,,,listen] net.tcp.socket.count[,,,,listen] [s|38983] user 0m32.999s sys 0m0.470s However if we...