Displaying 20 results from an estimated 300 matches similar to: "xm top : network info for domU"
2009 Jun 17
7
Can''t get guest domain network working!
Hi, there:
I have installed xen(2.6.18.8-xen) and had
successfully started domU guests (one or two) from dom0. However, I am
not able to start the network for domU machines.
Following is the information from my linux box.
After the it is started:
$ ifconfig
eth1 Link encap:Ethernet HWaddr 00:A0:C9:D6:65:DB
inet addr:XXX.XXX.10.133 Bcast:XXX.XXX.10.255
Mask:255.255.255.0
2009 Jun 11
0
Re: problem with virsh attach-device on xen3.4
On Thu, Jun 11, 2009 at 7:12 PM, Pallab
Chakrabarty<pchakrabarty@spikesource.com> wrote:
> No device created at /dev/etherd/ .. even no folder as “etherd”
>
> aoe-stat return nothing ..
If you''re talking about domU, then it''s normal. Whatever the block
device is on dom0 (/dev/etherd/*, /dev/mapper/*, etc.) domU sees only
/dev/xvda (or whatever you tell it to be).
2009 May 09
3
Nagios Monitoring with xentop
I am creating some custom nagios plugins and I am scraping data from
xen using the nagios command:
/usr/sbin/xentop -b -i 2 -d1
I am trying to get the network tx / rx data, however I think I am
missing something here.
NETTX(k) NETRX(k)
So total network bandwidth is 1048576 k if the above header from xentop is true.
So I am wondering why the output for each vm exceeds the theoretical
max, Is
2010 Jan 06
12
Dom0 NETTX, NETRX alway are 0
I tried netperf / netserver with Dom0 / DomU, but I could''nt get a correct
NW traffic with xentop. Is there anybody could help me?
At Host1''s Dom0, run netperf -H VMIP
At Host2''s DomU (with VMIP named TTVM), run netserver
At Host1, run xentop this way ->"xentop -n -b -d 1"
At Host2, run xentop this way->"xentop -n -b -d 1"
In Host2''s
2009 May 13
3
How to list IP used by domU
Hello,
I''m trying to script a tool that return all the @ip for all the domU I have.
Is it possible to have those informations from within the dom0 ? (maybe
by connecting to the domU from the dom0 ?)
Thank you
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Mar 14
6
xm mem-set Domain-0 box went poof
On a fresh reboot
free:
total used free shared buffers cached
Mem: 3371340 448156 2923184 0 5328 77840
----------
top:
Mem: 3371340k total, 449044k used, 2922296k free, 5344k buffers
----------
xentop - 01:44:00 Xen 3.4.3-rc4-pre
1 domains: 1 running, 0 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4160828k total, 4022996k used, 137832k free CPUs: 4
2009 Jun 23
6
network usage gathering
I''ve run into a problem gathering usage for my xen virtual systems. With my
old model I used to gather all network usage via my cisco devices using the
the counters for each port. Each system had it''s own port on the switch, and
I tracked network usage accordingly. Now that I''m using xen for virtual
systems, and multiple vm''s share the same switch port,
2013 Oct 15
2
xentop output
Hi all,
On xen platform, the output of xentop tool is like this:
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k)VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID
Domain-0 -----r 96025 0.0 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0
slave3
2013 Oct 17
2
xentop vbd output
Hi all,
Now I use xentop to get disk statistical information.
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID
Domain-0 -----r 96233 0.7 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0
slave3
2006 Jan 07
16
xen usage monitoring (munin plugin)
Dear list,
as my Xen3 server is finaly becomming ready for production I was
wondering if anyone has written a xen usage monitoring/logging tool?
Something like xm top, but with continuose logging to a (rr)database.
Or a munin plugin?
I can''t remember seeing anything simmilar on the list.
BTW: where does xm top get the NETTX(k) and NETRX(k) from?
For a munin plugin I''d
2010 Oct 18
3
xen randomly crashes all VMs hosted on iSCSI NAS array
I inherited a xen server that is setup to have all the VM images hosted on
an iSCSI mounted NAS array. We been experiencing a random (about every 2-3
days) issue where xen would crash all the VMs, leaving nothing but the
Domain0 running. What appears to be happening is something causes the iSCI
mount to hiccup. Running "vgchange -a y" and restarting all the VMs brings
everything up.
2010 Sep 24
1
switching
Good day everybody
How do i switch from the xen console to the vm console and below is what i
have
xentop - 11:46:22 Xen 3.4.2
2 domains: 1 running, 1 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4184164k total, 706684k used, 3477480k free CPUs: 16 @ 2394MHz
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%)
VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO
2009 Sep 09
10
OpenSolaris domU on RedHat Linux dom0
Hi,
I''m trying to create OpenSolaris (2008.11) domU on RedHat Linux dom0.
I''m using a file backed VBD. I used the iso image to first launch and
install OpenSolaris into the file VBD. Once that process is complete,
I''m trying to run it using the config file below:
name = ''opensolaris''
vcpus = 1
memory = "512"
vif =
2009 May 18
2
XP SP3 guest high CPU usage
Hi I''m getting very high CPU usage on idle for an XP SP3 guest, which is
doing nothing and is reporting 0% CPU within the guest.
xentop - 14:36:29 Xen 3.2-1
10 domains: 1 running, 9 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4192752k total, 2654960k used, 1537792k free CPUs: 4 @ 3000MHz
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%)
VCPUS
2010 Nov 12
1
Virtual Network Interfaces showing all packets as dropped
Hey,
I am having the problem that when looking at my virtual network
interface stats all packets are shown as dropped (The guests all
do have a working internet connection though).
All the guests are running Debian Lenny with Kernel version
2.6.26-2-amd64 and running as HVM.
The host is running Debian Lenny with the stable-2.6.32.x git
kernel.
2008 Sep 09
1
How to monitor network usage
So I was poking around through the virt-manager and I saw the option
for ''network usage''. I''ve been trying to figure out a way to make sure
I know how much bandwidth my VM''s are using in a quick and easy way.
Whether I can script out a report or just log on and look real quickly.
So the point of this is what do I need to do to view network usages on
my
2008 Oct 12
3
blue screen: clock interrupt win2008
Hi,
when installing windows server 2008 Std hvm I get always a blue screen
telling me:
''a clock interrupt was not received on a secondary processor within the
allocated time interval''
I googled around and found, that this occured with vista as well:
http://lists.xensource.com/archives/html/xen-changelog/2007-01/msg00170.html
Config is:
+ virt-install --name=win2008ss
2006 Dec 04
2
domUs dropping off the network (Xen 3.0.2)
Hello,
We''ve recently started seeing several domUs on multiple machines losing
all network connectivity. At least one of these machines (since they are
customer machines I can''t verify it for all of them) give the error:
$ sudo ifup eth0
eth0: full queue wasn''t stopped!
About the only Google hit for this message is:
2006 Oct 26
2
Openldap 2.3 very very slow under Xen 3.0.2 ... why ?
Hi,
I''ve just installed an openldap 2.3 inside a debian etch domU.
Openldap is very very slow with db4.2, 4.3, ... and I dont'' why ???
I''ve updated my libc6 to a friendly xen version too ...
but nothing !
I''ve found a post about this issue
http://lists.xensource.com/archives/html/xen-users/2006-02/msg00179.html
Any ideas to solve this issue ?
Regards
2007 May 28
6
hvm performance
Hi
I''ve been running xen with linux guests for a while now and thought I''d
try windows as I have a new server. All seemed to go fine except
performance is *horrible* - I''m currently installing Win2003 SP2 and
it''s been running over 12 hours (thank god for vnc) - each individual
file is taking between 3 and 4 seconds each.
Server is an intel E6600 with