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

2017-04-25 Thread Michael Roth
Quoting ZhiPeng Lu (2017-04-25 03:12:20) > 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 > Signed-off-by: Daniel P. Berrange > --- >

[Qemu-devel] [PATCH v4] qga: Add support network interface statistics in

2017-04-24 Thread ZhiPeng Lu
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 Signed-off-by: Daniel P. Berrange --- qga/commands-posix.c | 71 ++