]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/pybind/mgr: Add nvmeof-top tool 64718/head
authorVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 9 Feb 2026 21:28:28 +0000 (02:58 +0530)
committerVallari Agrawal <vallari.agrawal@ibm.com>
Thu, 26 Feb 2026 12:02:52 +0000 (17:32 +0530)
commit23bb563ed8b3970af0c1824c19444163a5fb62d0
treea012c605177118cd8e23e7cb812dd9cea0d6c059
parent7923791baf0c5fa1fc34b240c39ed6a3b0b4fdea
src/pybind/mgr: Add nvmeof-top tool

Add src/pybind/mgr/dashboard/services/nvmeof_top_cli.py
which adds commands:
"ceph nvmeof top io <subsystem>"
"ceph nvmeof top cpu"

This file is moved from the original work in:
https://github.com/pcuzner/ceph-nvmeof-top

Fixes: https://tracker.ceph.com/issues/64578
Co-authored-by: Paul Cuzner <pcuzner@ibm.com>
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
src/ceph.in
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/nvmeof_client.py
src/pybind/mgr/dashboard/services/nvmeof_conf.py
src/pybind/mgr/dashboard/services/nvmeof_top_cli.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_nvmeof_top_cli.py [new file with mode: 0644]