monitoring/kube-memory/kube-memory/.coveragerc
Enzo Candotti 36c8ae8395 Add kube-memory tool to summarize memory usage
This tool gathers memory usage information for all
kubernetes containers and system services displayed
in cgroup memory, that are running on current host.

This displays the total resident set size per namespace and container,
the aggregate memory usage per system service, and the platform memory
usage.

Closes-Bug: 1886868

Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: Id130ed0d2794cdd555bdb068e8453cb8e9bd29d2
2021-05-22 18:51:26 -03:00

8 lines
99 B
INI

[run]
branch = True
source = kube_memory
omit = kube_memory/tests/*
[report]
ignore_errors = True