Commit Graph

4 Commits (master)

Author SHA1 Message Date
Fernando Theirs 27db764e67 Remove InfluxDB
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
2021-07-15 12:02:38 -03:00
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
Jim Gauld 1a5e6c4c3d Add kube-cpusets tool to summarize kubernetes container cpusets
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>
2020-06-17 13:14:50 -04:00
Scott Little 9d5a193c9e Config file changes to add 'collectd-extensions influxdb-extensions monitor-tools vm-topology ' after relocation from 'stx-integ'
Story: 2006166
Task: 35687
Change-Id: Ifb150538db7d57ac9a5f2533611493bf40a6aabd
Signed-off-by: Scott Little <scott.little@windriver.com>
Depends-On: Ic5be3c71e74c62028dc0edb138661cdd6be5f0b8
2019-09-04 11:06:28 -04:00