cadvisor/utils/cpuload/netlink
Thomas Orozco ee8701aa97 Netlink: aggressively close cgroup fds
Not closing the FDs manually means we have to rely on garbage collection
to run before cgroup FDs are closed. If the system is running a lot of
load probes at a high-frequency (i.e. dynamic housekeeping isn't backing
off because of load variations), we can end up hitting our FD limit due
to keeping around lots of (useless) FDs.
2016-04-13 11:30:48 +02:00
..
example Fix typo in netlink example. 2015-01-30 16:56:34 +00:00
conn.go Refactor netlink implementation. 2015-01-23 23:07:50 +00:00
defs.go Refactor netlink implementation. 2015-01-23 23:07:50 +00:00
netlink.go Netlink: aggressively close cgroup fds 2016-04-13 11:30:48 +02:00
reader.go Netlink: aggressively close cgroup fds 2016-04-13 11:30:48 +02:00