qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qga: Add support network interface statistics i


From: Tomáš Golembiovský
Subject: Re: [Qemu-devel] [PATCH] qga: Add support network interface statistics in guest-network-get-interfaces command
Date: Thu, 20 Jul 2017 21:09:15 +0200

On Wed, 19 Jul 2017 16:15:49 +0800
ZhiPeng Lu <address@hidden> wrote:

> we can get the network interface statistics inside a virtual machine by
> guest-network-get-interfaces command. it is very useful for us to monitor
> and analyze network traffic.
> 
> Signed-off-by: ZhiPeng Lu <address@hidden>
> ---
>  qga/commands-posix.c | 72 
> +++++++++++++++++++++++++++++++++++++++++++++++++++-

It seems we should be able to get some (if not all) the stats also for
Windows with GetIfTable2() or GetIfEntry2() functions. Do you think you
would be able to include also the Windows alternative?

Thanks,

    Tomas

>  qga/qapi-schema.json | 38 ++++++++++++++++++++++++++-
>  2 files changed, 108 insertions(+), 2 deletions(-)
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]