Versions in this module Expand all Collapse all v0 v0.0.2 Apr 17, 2018 Changes in this version + func DrawCPUStat(cpath string, control cgroups.Cgroup, label *termui.List, data *termui.List, ...) + type CPUStat struct + Items map[string]uint64 + func NewCPUStat() (*termui.Par, *termui.List, *termui.List, *CPUStat) v0.0.1 Apr 15, 2018 Changes in this version + func DrawBlkioStat(cpath string, control cgroups.Cgroup, label *termui.List, data *termui.List) + func DrawCgroupStat(cpath string, control cgroups.Cgroup, label *termui.List, data *termui.List) + func DrawCpuStat(cpath string, control cgroups.Cgroup, label *termui.List, data *termui.List) + func DrawMemoryStat(cpath string, control cgroups.Cgroup, label *termui.List, data *termui.List) + func Execute() + func NewBlkioStat() (*termui.Par, *termui.List, *termui.List) + func NewCgroupStat(cpath string) (*termui.List, *termui.List) + func NewCpuStat() (*termui.Par, *termui.List, *termui.List) + func NewMemoryStat() (*termui.Par, *termui.List, *termui.List)