similar to: Xen physical host statistics

Displaying 20 results from an estimated 1000 matches similar to: "Xen physical host statistics"

2006 Aug 02
0
CentOS and Intel S5000PAL NIC problem
Hello, - I have posted this to the Rocks Clusters discussion list, I will try here too. I have problems installing Rocks 4.1 and 4.2 Beta, which is based on CentOS 4.3 on Intel S5000PAL server board. My guess is that the installion requires "10/100/1000 Intel? 82563EB PHYs supporting Intel? I/O Acceleration Technology" to be fully up. However, the included e1000 module seems to be not
2007 Nov 13
1
bug #384443 - packages for virt-install and virt-manager
This is a Debian package for virt-install (a dependency of virt-manager). It is both a standalone command line tool for installing new virtual guests, and a library of Python functions used by virt-manager for the same task. Source: http://et.redhat.com/~rjones/debian-libvirt/virt-install_0.300.1-9.diff.gz http://et.redhat.com/~rjones/debian-libvirt/virt-install_0.300.1-9.dsc
2005 Oct 17
2
libxenstat python bindings
Hi I seem to be having a little trouble with libxenstat, and was wondering if the xenstat guys might be able to help. I''ve pulled the xen-unstable.hg tree and done a somewhat clean install (ie, post-make uninstall, as well as deleting the relevant libxenstat libraries). Next, I entered the tools/xenstat/libxenstat directory and modified the Makefile so that the shared libraries would
2007 Apr 18
2
Libxenstat to be considered as stable?
Hello All, As I''m going to write some kind of a monitoring sensor, which will use the same information "xentop" currently provides, I would like to know if libxenstat can be considered as stable? Will libxenstat be supported in future versions of Xen? Or is it rather advisable to get this information from the Xen Management API, which maybe provide the same data? The sensor
2012 Mar 22
5
Regarding xenstat [test.c:3:24: fatal error: xenstat.h: No such file or directory]
Hi I am using xen4.0.3 in Opensuse11.4. I need to do the monitoring of VM''s and on that basis take the migration decision so I am trying to write my own xentop like program. But I am facing trouble while using xenstat.h in my C program. test.c:3:24: fatal error: xenstat.h: No such file or directory But my xentop is working fine. What to do in this case. How to use libxenstat library in my
2000 Oct 30
7
Source RPM please
Hi, I''m a long ext3 user (rpmfind.net). I propagated ext3 on some of our server box (W3C webservers are ext3 based too now). I might be tempted of testing out your kernel RPMs but unavailability or the source RPM and the SMP version are definite showstoppers. Please provide them. In the meantime I will stick to my own set of kernel ext3 RPMs at ftp://rpmfind.net/pub/veillard/ext3/
2005 Oct 27
2
[PATCH] Enable xenstat to use xenstore & fix bugzilla #311
Signed-off-by: Jerone Young <jyoung5@us.ibm.com> -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Sep 08
1
xentop CPU% wrong?
Hello, I noticed that the CPU% reported by xentop appears to be too high. With dom0 idle xentop is reporting between 14-17% CPU utilization while at the same time top in dom0 is reporting 1-4% CPU utilization. I see that the TODO for xentop includes a task to make CPU% more accurate but looking at the code for xentop and libxenstat I''m not sure how to go about this. Assuming the CPU
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.
2007 Nov 04
2
Xen Network Problems
Hi all: I installed xen-3.0.4 on Fedora 7, and installed Fedora 6 as DomainU, but, the network can not work normally. It only work for seconds, then I lose connect. If I ifdown the NIC and ifup it, the network can work for a few seconds, Can anybody help me figure what''s the problem ?? Thank you in advance _______________________________________________ Xen-devel mailing list
2006 Jun 29
7
Checkpointing
Hi, Is there any way you can save a xen domain without suspending it or stopping it? I want to set up something so if my xen session crashes I can fire up another xen session from the save file that I created 5 minutes before the crash and hopefully minimize downtime. Thanks -- ------------------------------ Christopher Vaughan
2010 Mar 24
2
Problem attaching device
I keep getting an error when I try to attach a device in the libvirt api through python The python code is: conn=libvirt.open('qemu:///system') dom = conn.lookupByName("fedoratest") if dom.info()[0]==1: dom.attachDevice('net.xml') And I keep getting: "libvirtError: XML description not well formed or invalid The xml is a simple network
2010 Jul 14
1
Running yum shows errors
Hi I am getting the following errors when i try to use yum to install the net-snmp paclages. [root at sc1 yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest mirrors Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 229,
2007 Dec 02
2
Changes for 3.2
Hi folks Some proposed changes: * Fixiate the API/ABI of some libs, for the stable version, including - libxenctrl, - libxenstat, - libxenstore. As upstream don't know what abinames are for, roll own abinames. * Add libxenctrlX, libxenstatX, libxenstoreX, if abinames may be different or libxenX if the abinames should the same for all libs. * Add libxen-dev including - static
2012 Jan 09
1
[PATCH] xenstat: Correct copy of network device name
When xenstat library parse /proc/net/dev, it uses strpbrk function to get pointer to device name. However, it miss capital letters in the array of valid characters so it get incorrect name in case device name starts with capital letters or even segfault if it contains only capital letters. This patch adds missing characters to strpbrk call. Signed-off-by: Miroslav Rezanina
2006 Sep 07
7
wiping of unused space on ext3
Hello, I was asked if it is possible to zero unused space in ext3 partition? Users write to the server via Samba and are far from computer geeks so teaching them to use some safedelete utility is quite impossible. Is there some way or utility to wipe out all the data from unused space? Thanks, Mindaugas
2006 Sep 07
7
wiping of unused space on ext3
Hello, I was asked if it is possible to zero unused space in ext3 partition? Users write to the server via Samba and are far from computer geeks so teaching them to use some safedelete utility is quite impossible. Is there some way or utility to wipe out all the data from unused space? Thanks, Mindaugas
2012 Jul 27
17
Time for 4.2.0 rc0?
Hey Keir, I committed the last of the big outstanding tools blockers for 4.2 yesterday. Currently they are still in staging because they added some new xenstore paths which tickled the leak detector in the test system What do you think of doing an rc0 release next week? There''s still some smaller issues remaining but I think they can wait until rc1. Ian.
2012 Sep 16
3
How are you measuring CPU usage?
Hello, Recently I''ve received some complaints that there is excessive but intermittent latency of network traffic to domUs on some of my servers. Upon investigation it seems that on some servers, indeed traffic is occasionally delayed by up to 140ms where something like 5ms RTT would be expected. The average RTT is not unusual; since this is only occasional packets it only affects the
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
Once Xen calculates nr_nodes properly, all nr_cpu calculations based on nr_nodes * sockets_per_node * cores_per_socket * threads_per_core are broken. The easy fix is to replace those calculations with a new field, nr_cpus in physinfo which is calculated by num_online_cpus(). This patch does so and attempts to change all users over to nr_cpus field in physinfo. This patch touches