Skip to content

Add CPU and memory metrics (pt.1)#193

Open
LorenzoTettamanti wants to merge 14 commits into
CortexFlow:0.1.5from
LorenzoTettamanti:cpu-metrics
Open

Add CPU and memory metrics (pt.1)#193
LorenzoTettamanti wants to merge 14 commits into
CortexFlow:0.1.5from
LorenzoTettamanti:cpu-metrics

Conversation

@LorenzoTettamanti

@LorenzoTettamanti LorenzoTettamanti commented Jun 14, 2026

Copy link
Copy Markdown
Member

Related issues: #186

Changes

  • Added CPU metrics: cpu_idle state, percpu_alloc_percpu
  • Added Scheduler metrics: sched_stat_wait, sched_stat_runtime
  • Added memory metrics: sys_enter_mmap
  • Updated userspace events consumer
  • Updated kubernetes metrics.yaml manifest
  • Added grafana dashboard template
  • Added docker-compose to run a little metrics experiment using docker

Tests

Tests executed using the new docker-compose experiment (only metrics were tested).
cortexflow-metrics

Schermata del 2026-07-03 21-23-31

@LorenzoTettamanti LorenzoTettamanti added enhancement New feature or request rust Pull requests that update Rust code Dev team only Assign tasks specifically to the development team for further implementation and maintenance ebpf eBPF related tasks v0.1.5 Version 0.1.5 issues tracker labels Jun 14, 2026
@LorenzoTettamanti LorenzoTettamanti linked an issue Jun 22, 2026 that may be closed by this pull request
1 task
@LorenzoTettamanti LorenzoTettamanti self-assigned this Jun 22, 2026
@LorenzoTettamanti LorenzoTettamanti marked this pull request as ready for review July 3, 2026 19:25
@LorenzoTettamanti LorenzoTettamanti requested a review from siddh34 July 3, 2026 19:25
@LorenzoTettamanti LorenzoTettamanti changed the title Added cpu metrics Add CPU and memory metrics (pt.1) Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dev team only Assign tasks specifically to the development team for further implementation and maintenance ebpf eBPF related tasks enhancement New feature or request rust Pull requests that update Rust code v0.1.5 Version 0.1.5 issues tracker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add cpu metrics

1 participant