]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_monitor: Extract 'timed_stats' of block devices
authorPeter Krempa <pkrempa@redhat.com>
Thu, 11 Sep 2025 15:07:11 +0000 (17:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 5 Nov 2025 13:27:57 +0000 (14:27 +0100)
commit6914b4f2a5e51f313138bd21041c9619be08a5f3
tree46fcdbcd540d17763287c4d5a4f82a71544d70e5
parentd1eafbe88bb8bd3cce7936ecf0d0576bf0d82e85
qemu_monitor: Extract 'timed_stats' of block devices

The 'timed_stats' block is a set of statistics gathered in configurable
time intervals. The stats include latency timings of reads/writes as
well as the depth of the request queues.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c