InfluxDB was not fully productized, nor is it used by other end-users.
It should therefore be removed from all deployments to avoid it
consume unnecessary resources (cpu, memory and storage).
Parts of system's dependencies with InfluxDB were remove here.
Story: 2009018
Task: 42761
Depends-On: https://review.opendev.org/799502
Signed-off-by: Fernando Theirs <Fernando.Theirs@windriver.com>
Change-Id: I85acf8a94e54171162b9be6fbf816532cf602831
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
This tool gathers cpuset usage information for all kubernetes
containers that are running on the current host.
With kubernetes CPUManager policy:
- 'none' -- the k8s-infra cpuset is used for all pods
- 'static' -- pods get exclusive cpuset for QoS Guaranteed or
using isolcpus, otherwise pods inherit DefaultCPUSet.
This displays the cpusets per container and the mapping to numa nodes.
This displays the aggregate cpuset usage per system-level groupings
(i.e., platform, isolated, guaranteed, default), per numa-node.
Story: 2006999
Task: 39579
Change-Id: I7f1b12e2bbcf7d0b1606c1c948c545216ec454c5
Signed-off-by: Jim Gauld <james.gauld@windriver.com>