public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Chuck Lever <cel@kernel.org>, Daniel Gomez <da.gomez@kruces.com>,
	kdevops@lists.linux.dev
Cc: Luis Chamberlain <mcgrof@kernel.org>
Subject: [PATCH 0/5] add memory fragmentation automation testing
Date: Thu,  4 Sep 2025 02:13:16 -0700	[thread overview]
Message-ID: <20250904091322.2499058-1-mcgrof@kernel.org> (raw)

This extends monitoring support on kdevops to leverage tracepoint
analysis for automatic memory fragmentation analysis.

Luis Chamberlain (5):
  monitoring: add memory fragmentation eBPF monitoring support
  mmtests: add monitoring framework integration
  sysbench: add monitoring framework integration
  ai milvus: add monitoring support
  minio: add monitoring support

 kconfigs/monitors/Kconfig                     |   53 +
 playbooks/ai_benchmark.yml                    |   14 +
 playbooks/minio.yml                           |   15 +
 .../tasks/install-deps/debian/main.yml        |    1 +
 .../tasks/install-deps/redhat/main.yml        |    1 +
 .../fstests/tasks/install-deps/suse/main.yml  |    1 +
 .../roles/milvus/tasks/install_docker.yml     |    2 +
 playbooks/roles/minio_install/tasks/main.yml  |   24 +-
 .../tasks/install-deps/debian/main.yml        |    1 +
 .../tasks/install-deps/redhat/main.yml        |    1 +
 .../mmtests/tasks/install-deps/suse/main.yml  |    1 +
 playbooks/roles/mmtests/tasks/main.yaml       |   12 +
 .../monitoring/files/fragmentation_tracker.py |  533 ++++++++
 .../files/fragmentation_visualizer.py         | 1161 +++++++++++++++++
 .../monitoring/tasks/monitor_collect.yml      |  145 +-
 .../roles/monitoring/tasks/monitor_run.yml    |  123 ++
 .../tasks/install-deps/debian/main.yml        |    2 +
 .../tasks/install-deps/redhat/main.yml        |    1 +
 .../sysbench/tasks/install-deps/suse/main.yml |    1 +
 playbooks/roles/sysbench/tasks/main.yaml      |   12 +
 workflows/ai/Makefile                         |    5 +
 workflows/minio/Makefile                      |    9 +-
 workflows/mmtests/Makefile                    |    8 +
 workflows/sysbench/Makefile                   |    8 +-
 24 files changed, 2130 insertions(+), 4 deletions(-)
 create mode 100644 playbooks/roles/monitoring/files/fragmentation_tracker.py
 create mode 100644 playbooks/roles/monitoring/files/fragmentation_visualizer.py

-- 
2.45.2


             reply	other threads:[~2025-09-04  9:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-04  9:13 Luis Chamberlain [this message]
2025-09-04  9:13 ` [PATCH 1/5] monitoring: add memory fragmentation eBPF monitoring support Luis Chamberlain
2025-09-04  9:13 ` [PATCH 2/5] mmtests: add monitoring framework integration Luis Chamberlain
2025-09-04  9:13 ` [PATCH 3/5] sysbench: " Luis Chamberlain
2025-09-04  9:13 ` [PATCH 4/5] ai milvus: add monitoring support Luis Chamberlain
2025-09-04  9:13 ` [PATCH 5/5] minio: " Luis Chamberlain
2025-09-19  3:49 ` [PATCH 0/5] add memory fragmentation automation testing Luis Chamberlain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250904091322.2499058-1-mcgrof@kernel.org \
    --to=mcgrof@kernel.org \
    --cc=cel@kernel.org \
    --cc=da.gomez@kruces.com \
    --cc=kdevops@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox