You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/net
Marco Pfatschbacher 6e7aca41d7 Implement Connection support for OpenBSD
This retrieves open TCP/UDP connections by using netstat(1)
File descriptors and pids are not supported.
8 years ago
..
net.go add Uids field to net_linux 9 years ago
net_darwin.go Fix issues reported by golint. 8 years ago
net_darwin_test.go Fix issues reported by golint. 8 years ago
net_fallback.go Add stub functions for ConnectionsMax in other OS versions. 9 years ago
net_freebsd.go add Timeout to invoke command and use common.Invoke refs: #201 9 years ago
net_linux.go [net] linux: skip if permission error on getProcInodesAll 8 years ago
net_linux_test.go Merge pull request #355 from sean-/fix-lint-errors 8 years ago
net_openbsd.go Implement Connection support for OpenBSD 8 years ago
net_test.go `gofmt -s -w .` 8 years ago
net_unix.go Add stub functions for ConnectionsMax in other OS versions. 9 years ago
net_windows.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}` 8 years ago