luzhipeng writes:
> Add a new 'guest-get-diskstats' command for report disk io statistics
> for Linux guests. This can be useful for getting io flow or handling
> IO fault, no need to enter guests.
>
> Signed-off-by: luzhipeng
[...]
> diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
>
On Thu, May 19, 2022 at 3:28 PM luzhipeng wrote:
>
> Add a new 'guest-get-diskstats' command for report disk io statistics
> for Linux guests. This can be useful for getting io flow or handling
> IO fault, no need to enter guests.
>
> Signed-off-by: luzhipeng
Reviewed-by: Marc-André Lureau
> -
Add a new 'guest-get-diskstats' command for report disk io statistics
for Linux guests. This can be useful for getting io flow or handling
IO fault, no need to enter guests.
Signed-off-by: luzhipeng
---
Changes v3->v4:
https://patchew.org/QEMU/20220515095437.1291-1-luzhip...@cestc.cn/
Changes