shirou_gopsutil/net
Conor Branagan 276c873f0d Fast duplication check in inodes processing.
Instead of encoding a JSON string of each connection (non-trivial at high
connection volumes) we can use the connTmp struct for map look-ups if we
eliminate the unused `uids` field.

Also switches to using the empty struct instead of bool for zero memory
overhead.
2016-12-20 12:38:54 -05:00
..
net.go add Uids field to net_linux 2016-10-06 14:50:03 +02:00
net_darwin.go only run ifconfig/netstat if necessary, add some tests 2016-09-04 16:37:28 +02:00
net_darwin_test.go only run ifconfig/netstat if necessary, add some tests 2016-09-04 16:37:28 +02:00
net_fallback.go Add stub functions for ConnectionsMax in other OS versions. 2016-12-11 13:06:56 -05:00
net_freebsd.go add Timeout to invoke command and use common.Invoke refs: #201 2016-05-20 17:59:41 +09:00
net_linux.go Fast duplication check in inodes processing. 2016-12-20 12:38:54 -05:00
net_linux_test.go Add ConnectionsMax function that limits connections per pid. 2016-12-11 13:05:40 -05:00
net_openbsd.go Add support for OpenBSD/amd64 2016-11-24 22:30:29 +01:00
net_test.go fix net_test.go 2016-10-06 15:46:14 +02:00
net_unix.go Add stub functions for ConnectionsMax in other OS versions. 2016-12-11 13:06:56 -05:00
net_windows.go Add stub functions for ConnectionsMax in other OS versions. 2016-12-11 13:06:56 -05:00