]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: implement domainBlockStats
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 1 Jun 2025 05:17:07 +0000 (07:17 +0200)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 23 Aug 2025 05:47:45 +0000 (07:47 +0200)
commitd4ffd95614cb4f6c950d3c54c07f78f58578acdd
tree0e8603bcfc8dfdb26875dd9b62e7232609eeff98
parent9eddeb354a0e1ce3e0503da9a74c7c5a19ff75dc
bhyve: implement domainBlockStats

Implement domainBlockStats for the bhyve driver. Only the read/write
operations counts are reported as FreeBSD apparently doesn't support
accumulative bytes read or written, though real-time data is available
via rctl(8). There's also no information about the errors.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/bhyve/bhyve_driver.c