search for: domifstat

Displaying 5 results from an estimated 5 matches for "domifstat".

Did you mean: do_fstat
2013 Nov 01
0
Fwd: Help regarding virsh domifstat
Hi, I need a small help. I am working on a project where i have to monitor network activity of a VM running on KVM. I am interested in how much data is going into the VM and how much data is coming out of the VM. I checked on the net and found out virsh domifstat is the way to go about it. 1. But looks like these stats also include bytes related to control traffic for the VM. Is there a way to exclude that? I just want the size of actual data transfers. 2. Is there a way by which i can report the data transfer of VM with the outside world (outside hypervi...
2010 Jan 15
0
[libvirt] Set MAC address for host virtual interface?
...s directly from the TAP > devices on the host ? I am using bridging, but you are correct. I installed snmpd and have Cacti pulling stats from it. > Cacti has the ability to run scripts to pull > in statistics, so my recommendation would be to add a shell script which > calls the 'domifstat' command in virsh > virsh domifstat DOMNAME TAPDEVNAME The Cacti server is running in a separate machine, not on the host. I guess I will have to find something that makes the domifstat data available via an snmp interface. Do you know of such a tool? Thanks, Neil -- Neil Aggarwal,...
2010 Jun 09
1
Missing target dev for interface
...erface> Compared to the others which have: <interface type='network'> <mac address='54:52:d1:32:0a:a1'/> <source network='local'/> <target dev='vnet13'/> </interface> This is problematic as I wanted to use domifstat on the domains. Using the packet counts shown via ifconfig on the host, I was able to determine what the vnet interface should be, but passing that to domifstat doesn't work: $ virsh domifstat maki221 vnet13 Connecting to uri: qemu:///system error: Failed to get interface stats guest19 vnet13...
2014 Feb 07
2
libvirt crashes with Caught Segmentation violation
...4-02-06 10:25:05.423+00001182: debug : virReleaseConnect:94 : release connection 0x7f1b380c4630 ====== end of log ===== 7.) custom.log Feb 6 19:25:05 jp7-rk90000 [authpriv.notice] sudo: zabbix : TTY=unknown ; PWD=/etc/zabbix/sender_scripts/compute ; USER=root ; COMMAND=/usr/bin/virsh domifstat i-8-114-VM Interf ace Feb 6 19:25:05 jp7-rk90000 [authpriv.err] sudo: PAM unable to dlopen(/lib64/security/pam_fprintd.so): /lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory Feb 6 19:25:05 jp7-rk90000 [authpriv.err] sudo: PAM adding faulty module: /lib...
2010 Oct 01
3
Monitoring and statistics through libvirt
Hi folks, is it possible to monitor and gather statistics in realtime (CPU, memory, HDD, network, ... - something like dstat) of guest systems with libvirt through console from host system (KVM based)? If yes, do those guests need to be created through libvirt? Thanks for your help and time.