Re: [PATCH RESEND] qga: add guest-get-diskstats command for Linux guests

2022-05-12 Thread Daniel P . Berrangé
On Thu, May 12, 2022 at 09:19:30AM +0800, luzhipeng wrote: > Add a new 'guest-get-diskstats' command for report disk io statistics > for Linux guests. This can be usefull for getting io flow or handling > IO fault, no need to enter guests. > > Signed-off-by: luzhipeng > --- > qga/commands-posix.

[PATCH RESEND] qga: add guest-get-diskstats command for Linux guests

2022-05-11 Thread luzhipeng
Add a new 'guest-get-diskstats' command for report disk io statistics for Linux guests. This can be usefull for getting io flow or handling IO fault, no need to enter guests. Signed-off-by: luzhipeng --- qga/commands-posix.c | 94 qga/commands-win32.c