perftool-incubator / crucible

A performance testing and analysis automation framework
Apache License 2.0
12 stars 7 forks source link

Add a new tool project to get non-crucible pods' metrics #320

Open HughNhan opened 10 months ago

HughNhan commented 10 months ago

There is a need to get non-crucible pod metrics such as the OVN pods' CPU and memory consumption. Currently, we can identify 2 options:

  1. Directly query prometheus to get the metrics
  2. Use "kube-burner ocp index" to query
k-rister commented 1 month ago

Could this be done with a "cgroup profiler" that is compatible with multiple environments (ie. k8s, Linux, etc.)?

k-rister commented 1 month ago

This is essentially the equivalent of pidstat for pods/cgroups.