monitoring/kube-cpusets/PKG-INFO
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

13 lines
282 B
Plaintext

Metadata-Version: 1.1
Name: kube-cpusets
Version: 1.0
Summary: Display kubernetes containers cpusets per numa-node
Home-page:
Author: Windriver
Author-email: info@windriver.com
License: Apache-2.0
Description: Display kubernetes containers cpusets per numa-node
Platform: UNKNOWN