On Wed, 19 Jul 2017 16:15:49 +0800
ZhiPeng Lu <[email protected]> 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 <[email protected]>
> ---
>  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