June 4, 2014
View 8d63b61

Add stats for memory allocation failure count and instantaneous cpu usage in the usermode and kernelmode.

Vishnu Kannan authored on 2014/06/04 15:41:03
June 2, 2014
View 3723d63

Adding percpu usage to cgroup stats reported by libcontainer.

Vishnu Kannan authored on 2014/06/02 15:56:15
May 28, 2014
View 72e6e5f

Added a new method cgroups.GetStats() which will return a cgroups.Stats object which will contain all the available cgroup Stats. Remove old Stats interface in libcontainers cgroups package. Changed Stats to use unit64 instead of int64 to prevent integer overflow issues. Updated unit tests.

Vishnu Kannan authored on 2014/05/28 09:01:08
May 24, 2014
View 321b457

Added stats.go which provides strong types for all stats that will be exported by libcontainer. This commit only introduces the strong type. Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)

Vishnu Kannan authored on 2014/05/24 04:45:53