All of lore.kernel.org
 help / color / mirror / Atom feed
* "xm create" take more time to return.
@ 2010-11-19  1:47 Zhang, Yang Z
  2010-11-24  3:14 ` Zhang, Yang Z
  0 siblings, 1 reply; 12+ messages in thread
From: Zhang, Yang Z @ 2010-11-19  1:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Keir Fraser

Hi all
Now I am running stress test against xen-unstable. We have one case that repeated to create/destroy guest one thousand times. I can see it is always successful to create/destroy guest at begin of the testing(about first three hundreds). But after create/destroy guest about three hundreds, we start to see the testing will fail sometime. And at ending of the testing, it always fail to create guest.
After investigation, we found after many times create/destroy guest. The return from "xm create guest.config" was very slowly. It may take more than 1 minutes to return. But guest still successful to create when it returned. With "top", I found the xenstored take about 70% cpu utilization when run "xm create". So I think there would be something wrong with xenstored after create/destroy guest many many times.
Anyone have suggestion?

best regards
yang

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: "xm create" take more time to return.
  2010-11-19  1:47 "xm create" take more time to return Zhang, Yang Z
@ 2010-11-24  3:14 ` Zhang, Yang Z
  2010-11-24  9:02   ` Keir Fraser
  2010-11-24 12:18   ` Vasiliy G Tolstov
  0 siblings, 2 replies; 12+ messages in thread
From: Zhang, Yang Z @ 2010-11-24  3:14 UTC (permalink / raw)
  To: Zhang, Yang Z, xen-devel; +Cc: Ian Jackson, Keir Fraser

No one care about the stress case? Or this issue only happen to me?

best regards
yang


> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Zhang, Yang Z
> Sent: Friday, November 19, 2010 9:47 AM
> To: xen-devel@lists.xensource.com
> Cc: Keir Fraser
> Subject: [Xen-devel] "xm create" take more time to return.
> 
> Hi all
> Now I am running stress test against xen-unstable. We have one case that
> repeated to create/destroy guest one thousand times. I can see it is always
> successful to create/destroy guest at begin of the testing(about first three
> hundreds). But after create/destroy guest about three hundreds, we start to
> see the testing will fail sometime. And at ending of the testing, it always fail to
> create guest.
> After investigation, we found after many times create/destroy guest. The
> return from "xm create guest.config" was very slowly. It may take more than 1
> minutes to return. But guest still successful to create when it returned. With
> "top", I found the xenstored take about 70% cpu utilization when run "xm
> create". So I think there would be something wrong with xenstored after
> create/destroy guest many many times.
> Anyone have suggestion?
> 
> best regards
> yang
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: RE: "xm create" take more time to return.
  2010-11-24  3:14 ` Zhang, Yang Z
@ 2010-11-24  9:02   ` Keir Fraser
  2010-11-24  9:04     ` Zhang, Yang Z
  2010-11-25  7:38     ` Zhang, Yang Z
  2010-11-24 12:18   ` Vasiliy G Tolstov
  1 sibling, 2 replies; 12+ messages in thread
From: Keir Fraser @ 2010-11-24  9:02 UTC (permalink / raw)
  To: Zhang, Yang Z, xen-devel; +Cc: Ian Jackson

Noone cares that much about xm any more. Reproduce with xl create and you
might get some takers from the maintainers of libxl.


On 24/11/2010 03:14, "Zhang, Yang Z" <yang.z.zhang@intel.com> wrote:

> No one care about the stress case? Or this issue only happen to me?
> 
> best regards
> yang
> 
> 
>> -----Original Message-----
>> From: xen-devel-bounces@lists.xensource.com
>> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Zhang, Yang Z
>> Sent: Friday, November 19, 2010 9:47 AM
>> To: xen-devel@lists.xensource.com
>> Cc: Keir Fraser
>> Subject: [Xen-devel] "xm create" take more time to return.
>> 
>> Hi all
>> Now I am running stress test against xen-unstable. We have one case that
>> repeated to create/destroy guest one thousand times. I can see it is always
>> successful to create/destroy guest at begin of the testing(about first three
>> hundreds). But after create/destroy guest about three hundreds, we start to
>> see the testing will fail sometime. And at ending of the testing, it always
>> fail to
>> create guest.
>> After investigation, we found after many times create/destroy guest. The
>> return from "xm create guest.config" was very slowly. It may take more than 1
>> minutes to return. But guest still successful to create when it returned.
>> With
>> "top", I found the xenstored take about 70% cpu utilization when run "xm
>> create". So I think there would be something wrong with xenstored after
>> create/destroy guest many many times.
>> Anyone have suggestion?
>> 
>> best regards
>> yang
>> 
>> 
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: RE: "xm create" take more time to return.
  2010-11-24  9:02   ` Keir Fraser
@ 2010-11-24  9:04     ` Zhang, Yang Z
  2010-11-25  7:38     ` Zhang, Yang Z
  1 sibling, 0 replies; 12+ messages in thread
From: Zhang, Yang Z @ 2010-11-24  9:04 UTC (permalink / raw)
  To: Keir Fraser, xen-devel; +Cc: Ian Jackson

Ok, I will try those case with xl to see whether this issue exists.

best regards
yang


> -----Original Message-----
> From: Keir Fraser [mailto:keir.xen@gmail.com] On Behalf Of Keir Fraser
> Sent: Wednesday, November 24, 2010 5:03 PM
> To: Zhang, Yang Z; xen-devel@lists.xensource.com
> Cc: Ian Jackson
> Subject: Re: [Xen-devel] RE: "xm create" take more time to return.
> 
> Noone cares that much about xm any more. Reproduce with xl create and you
> might get some takers from the maintainers of libxl.
> 
> 
> On 24/11/2010 03:14, "Zhang, Yang Z" <yang.z.zhang@intel.com> wrote:
> 
> > No one care about the stress case? Or this issue only happen to me?
> >
> > best regards
> > yang
> >
> >
> >> -----Original Message-----
> >> From: xen-devel-bounces@lists.xensource.com
> >> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Zhang, Yang
> Z
> >> Sent: Friday, November 19, 2010 9:47 AM
> >> To: xen-devel@lists.xensource.com
> >> Cc: Keir Fraser
> >> Subject: [Xen-devel] "xm create" take more time to return.
> >>
> >> Hi all
> >> Now I am running stress test against xen-unstable. We have one case that
> >> repeated to create/destroy guest one thousand times. I can see it is always
> >> successful to create/destroy guest at begin of the testing(about first three
> >> hundreds). But after create/destroy guest about three hundreds, we start
> to
> >> see the testing will fail sometime. And at ending of the testing, it always
> >> fail to
> >> create guest.
> >> After investigation, we found after many times create/destroy guest. The
> >> return from "xm create guest.config" was very slowly. It may take more
> than 1
> >> minutes to return. But guest still successful to create when it returned.
> >> With
> >> "top", I found the xenstored take about 70% cpu utilization when run "xm
> >> create". So I think there would be something wrong with xenstored after
> >> create/destroy guest many many times.
> >> Anyone have suggestion?
> >>
> >> best regards
> >> yang
> >>
> >>
> >>
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xensource.com
> >> http://lists.xensource.com/xen-devel
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: RE: "xm create" take more time to return.
  2010-11-24  3:14 ` Zhang, Yang Z
  2010-11-24  9:02   ` Keir Fraser
@ 2010-11-24 12:18   ` Vasiliy G Tolstov
  2010-11-24 12:23     ` Stefano Stabellini
  1 sibling, 1 reply; 12+ messages in thread
From: Vasiliy G Tolstov @ 2010-11-24 12:18 UTC (permalink / raw)
  To: Zhang, Yang Z; +Cc: Ian, xen-devel, Jackson, Keir Fraser

On Wed, 2010-11-24 at 11:14 +0800, Zhang, Yang Z wrote:
> No one care about the stress case? Or this issue only happen to me?
> 
> best regards
> yang
> 

I'm confirm this. I use SLES latest version (hello suse!) After some
time (xm create/destroy) xenstored takes 70-80 cpu time. xentop not
working. strace -ff -v -F say's that xenstored in cicle get records....

When i try tdbtool /var/lib/xenstored/tdb check it says that database
correct. 

Problem does not dissapeared after all domains is destroyed.

-- 
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: RE: "xm create" take more time to return.
  2010-11-24 12:18   ` Vasiliy G Tolstov
@ 2010-11-24 12:23     ` Stefano Stabellini
  2010-11-24 12:26       ` Vasiliy G Tolstov
  0 siblings, 1 reply; 12+ messages in thread
From: Stefano Stabellini @ 2010-11-24 12:23 UTC (permalink / raw)
  To: Vasiliy G Tolstov; +Cc: Zhang, Yang Z, Ian, xen-devel, Ian Jackson, Keir Fraser

On Wed, 24 Nov 2010, Vasiliy G Tolstov wrote:
> On Wed, 2010-11-24 at 11:14 +0800, Zhang, Yang Z wrote:
> > No one care about the stress case? Or this issue only happen to me?
> > 
> > best regards
> > yang
> > 
> 
> I'm confirm this. I use SLES latest version (hello suse!) After some
> time (xm create/destroy) xenstored takes 70-80 cpu time. xentop not
> working. strace -ff -v -F say's that xenstored in cicle get records....
> 
> When i try tdbtool /var/lib/xenstored/tdb check it says that database
> correct. 
> 
> Problem does not dissapeared after all domains is destroyed.
> 

Could you please post the output of xenstore-ls after you start to see
the problem?
I suspect xm destroy doesn't remove all the xenstore entries created by
xm create...

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: RE: "xm create" take more time to return.
  2010-11-24 12:23     ` Stefano Stabellini
@ 2010-11-24 12:26       ` Vasiliy G Tolstov
  0 siblings, 0 replies; 12+ messages in thread
From: Vasiliy G Tolstov @ 2010-11-24 12:26 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: xen-devel, Jackson, Ian, Keir Fraser, Zhang, Yang Z

On Wed, 2010-11-24 at 12:23 +0000, Stefano Stabellini wrote:
> On Wed, 24 Nov 2010, Vasiliy G Tolstov wrote:
> > On Wed, 2010-11-24 at 11:14 +0800, Zhang, Yang Z wrote:
> > > No one care about the stress case? Or this issue only happen to me?
> > > 
> > > best regards
> > > yang
> > > 
> > 
> > I'm confirm this. I use SLES latest version (hello suse!) After some
> > time (xm create/destroy) xenstored takes 70-80 cpu time. xentop not
> > working. strace -ff -v -F say's that xenstored in cicle get records....
> > 
> > When i try tdbtool /var/lib/xenstored/tdb check it says that database
> > correct. 
> > 
> > Problem does not dissapeared after all domains is destroyed.
> > 
> 
> Could you please post the output of xenstore-ls after you start to see
> the problem?

Ok

top:
10446 root       0 -20  8816 1448  616 R   90  0.0   1458:35 xenstored 

sample strace output:
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [39 40 46], NULL, NULL) = 5
(in [19 38], out [39 40 46])
read(38, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
read(19, "/local/domain/614/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=12660, len=1})
= 0
lseek(49, 12664, SEEK_SET)              = 12664
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=12660, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=18368, len=1})
= 0
lseek(49, 18372, SEEK_SET)              = 18372
read(49, "<w\5\0", 4)                   = 4
lseek(49, 358204, SEEK_SET)             = 358204
read(49, "\220\355\0\0H\0\0\0\37\0\0\0#\0\0\0\212\274\307E\231\31\1&",
24) = 24
lseek(49, 60816, SEEK_SET)              = 60816
read(49, "\0\0\0\0P\0\0\0+\0\0\0\35\0\0\0%\332_\267\231\31\1&", 24) = 24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=18368, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
write(39, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
write(46, "ENOENT\0", 7)                = 7
write(40, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [19 39 40], NULL, NULL) = 5
(in [38 46], out [19 39 40])
read(38, "/local/domain/703/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=28416, len=1})
= 0
lseek(49, 28420, SEEK_SET)              = 28420
read(49, "\230X\1\0", 4)                = 4
lseek(49, 88216, SEEK_SET)              = 88216
read(49, "\0\0\0\0L\0\0\0(\0\0\0\35\0\0\0^\"K\364\231\31\1&", 24) = 24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=28416, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=2448, len=1})
= 0
lseek(49, 2452, SEEK_SET)               = 2452
read(49, "\240\222\3\0", 4)             = 4
lseek(49, 234144, SEEK_SET)             = 234144
read(49, "\0\0\0\0p\0\0\0(\0\0\0 \0\0\0\240\314a\261\231\31\1&", 24) =
24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=2448, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
write(19, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
write(39, "ENOENT\0", 7)                = 7
read(46, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
write(40, "ENOENT\0", 7)                = 7
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [19 38], NULL, NULL) = 5 (in
[39 40 46], out [19 38])
write(38, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
write(19, "ENOENT\0", 7)                = 7
read(39, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
read(46, "/local/domain/689/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=14732, len=1})
= 0
lseek(49, 14736, SEEK_SET)              = 14736
read(49, "x\356\3\0", 4)                = 4
lseek(49, 257656, SEEK_SET)             = 257656
read(49, "\0\0\0\0`\0\0\0/\0\0\0-\0\0\0,\35n\205\231\31\1&", 24) = 24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=14732, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=20440, len=1})
= 0
lseek(49, 20444, SEEK_SET)              = 20444
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=20440, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
read(40, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [38 46], NULL, NULL) = 5 (in
[19 39 40], out [38 46])
write(38, "ENOENT\0", 7)                = 7
read(19, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
read(39, "/local/domain/746/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=2436, len=1})
= 0
lseek(49, 2440, SEEK_SET)               = 2440
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=2436, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=8144, len=1})
= 0
lseek(49, 8148, SEEK_SET)               = 8148
read(49, "\224\321\2\0", 4)             = 4
lseek(49, 184724, SEEK_SET)             = 184724
read(49, "\0\0\0\0T\0\0\0\"\0\0\0-\0\0\0qRq\332\231\31\1&", 24) = 24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=8144, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
write(46, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(40, "/local/domain/636/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=10356, len=1})
= 0
lseek(49, 10360, SEEK_SET)              = 10360
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=10356, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=16064, len=1})
= 0
lseek(49, 16068, SEEK_SET)              = 16068
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=16064, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [39 40 46], NULL, NULL) = 5
(in [19 38], out [39 40 46])
read(38, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
read(19, "/local/domain/615/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=12828, len=1})
= 0
lseek(49, 12832, SEEK_SET)              = 12832
read(49, "\224\272\5\0", 4)             = 4
lseek(49, 375444, SEEK_SET)             = 375444
read(49, "\0\0\0\0\\\0\0\0A\0\0\0\27\0\0\0\256\21\243`\231\31\1&", 24) =
24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=12828, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=18536, len=1})
= 0
lseek(49, 18540, SEEK_SET)              = 18540
read(49, "\360\341\5\0", 4)             = 4
lseek(49, 385520, SEEK_SET)             = 385520
read(49, "\0\0\0\0H\0\0\0\37\0\0\0#\0\0\0\212'\26\f\231\31\1&", 24) = 24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=18536, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
write(39, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
write(46, "ENOENT\0", 7)                = 7
write(40, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [19 39 40], NULL, NULL) = 5
(in [38 46], out [19 39 40])
read(38, "/local/domain/704/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=7380, len=1})
= 0
lseek(49, 7384, SEEK_SET)               = 7384
read(49, "\344\213\3\0", 4)             = 4
lseek(49, 232420, SEEK_SET)             = 232420
read(49, "\0\0\0\0\200\0\0\0*\0\0\0\37\0\0\0\3045\26\332\231\31\1&", 24)
= 24
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=7380, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=2616, len=1})
= 0
lseek(49, 2620, SEEK_SET)               = 2620
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=2616, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24
lseek(49, 460392, SEEK_SET)             = 460392
read(49, "/local/domain", 13)           = 13
lseek(49, 460405, SEEK_SET)             = 460405
read(49, "\1\0\0\0\0\0\0\0/\0\0\0\0\0\0\0\0\0\0\0000\0004\00012\000208
\0002"..., 67) = 67
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=3196, len=1})
= 0
write(19, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
write(39, "ENOENT\0", 7)                = 7
read(46, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
write(40, "ENOENT\0", 7)                = 7
select(48, [4 5 6 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
33 34 35 36 37 38 39 40 41 42 43 44 46 47], [19 38], NULL, NULL) = 5 (in
[39 40 46], out [19 38])
write(38, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
write(19, "ENOENT\0", 7)                = 7
read(39, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
read(46, "/local/domain/690/vm\0", 21)  = 21
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=22632, len=1})
= 0
lseek(49, 22636, SEEK_SET)              = 22636
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=22632, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=28340, len=1})
= 0
lseek(49, 28344, SEEK_SET)              = 28344
read(49, "\0\0\0\0", 4)                 = 4
fcntl(49, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=28340, len=1})
= 0
fcntl(49, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=3196, len=1})
= 0
lseek(49, 3200, SEEK_SET)               = 3200
read(49, "P\6\7\0", 4)                  = 4
lseek(49, 460368, SEEK_SET)             = 460368
read(49, "\0\230\1\0\\\0\0\0\r\0\0\0C\0\0\0s\313d\275\231\31\1&", 24) =
24



xenstore ls

tool = ""
 xenstored = ""
 clodo = ""
  refresh = "asd"
local = ""
 domain = ""
  0 = ""
   vm = "/vm/00000000-0000-0000-0000-000000000000"
   device = ""
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "8378880"
   guest = ""
   hvmpv = ""
   data = ""
   cpu = ""
    1 = ""
     availability = "online"
    0 = ""
     availability = "online"
   description = ""
   console = ""
    limit = "1048576"
    type = "xenconsoled"
   domid = "0"
   name = "Domain-0"
   backend = ""
    vkbd = ""
     4 = ""
      0 = ""
       frontend-id = "4"
       domain = "1501-2"
       frontend = "/local/domain/4/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     12 = ""
      0 = ""
       frontend-id = "12"
       domain = "3473-3"
       frontend = "/local/domain/12/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     208 = ""
      0 = ""
       frontend-id = "208"
       domain = "2203-2"
       frontend = "/local/domain/208/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     272 = ""
      0 = ""
       frontend-id = "272"
       domain = "936-2"
       frontend = "/local/domain/272/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     334 = ""
      0 = ""
       frontend-id = "334"
       domain = "3735-2"
       frontend = "/local/domain/334/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     428 = ""
      0 = ""
       frontend-id = "428"
       domain = "3502-18"
       frontend = "/local/domain/428/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     483 = ""
      0 = ""
       frontend-id = "483"
       domain = "870-4"
       frontend = "/local/domain/483/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     487 = ""
      0 = ""
       frontend-id = "487"
       domain = "334-3"
       frontend = "/local/domain/487/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     490 = ""
      0 = ""
       frontend-id = "490"
       domain = "3706-1"
       frontend = "/local/domain/490/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     569 = ""
      0 = ""
       frontend-id = "569"
       domain = "634-19"
       frontend = "/local/domain/569/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
     832 = ""
      0 = ""
       frontend-id = "832"
       domain = "vpsstarttest"
       frontend = "/local/domain/832/device/vkbd/0"
       state = "4"
       online = "1"
       feature-abs-pointer = "1"
       hotplug-status = "connected"
    vfb = ""
     4 = ""
      0 = ""
       domain = "1501-2"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/4/device/vfb/0"
       vncpasswd = "xt3HOCcghZ"
       state = "4"
       online = "1"
       frontend-id = "4"
       uuid = "a0cdf26b-a3ce-fcd1-e0a9-e313a9c6173c"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5903"
     12 = ""
      0 = ""
       domain = "3473-3"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/12/device/vfb/0"
       vncpasswd = "0vaM9KvubO"
       state = "4"
       online = "1"
       frontend-id = "12"
       uuid = "fed2a3ec-2589-4025-3b4d-e48dc0657a0c"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5900"
     208 = ""
      0 = ""
       domain = "2203-2"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/208/device/vfb/0"
       vncpasswd = "mCNb8cW03K"
       state = "4"
       online = "1"
       frontend-id = "208"
       uuid = "ea0d3c00-d4f2-32f8-f0d2-2aa116231e6c"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5906"
     272 = ""
      0 = ""
       domain = "936-2"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/272/device/vfb/0"
       vncpasswd = "ToujU8fA10"
       state = "4"
       online = "1"
       frontend-id = "272"
       uuid = "21b1cbda-a7ac-cf05-4863-883cf2257167"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5902"
     334 = ""
      0 = ""
       domain = "3735-2"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/334/device/vfb/0"
       vncpasswd = "8EB6tcAE9Z"
       state = "4"
       online = "1"
       frontend-id = "334"
       uuid = "b010b3b3-b232-ea65-fedc-bf4e7fa2cacd"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5901"
     428 = ""
      0 = ""
       domain = "3502-18"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/428/device/vfb/0"
       vncpasswd = "tCKN4Qw9eQ"
       state = "4"
       online = "1"
       frontend-id = "428"
       uuid = "6217f2cd-f233-6802-68be-bddc6a2ff537"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5905"
     483 = ""
      0 = ""
       domain = "870-4"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/483/device/vfb/0"
       vncpasswd = "mX9EdM1fKw"
       state = "4"
       online = "1"
       frontend-id = "483"
       uuid = "db3d0673-5c67-f310-0dea-915bd8829ab8"
       feature-resize = "1"
       hotplug-status = "connected"
       location = "0.0.0.0:5908"
       request-update = "1"
     486 = ""
      0 = ""
       vncunused = "1"
       domain = "vps-58-147"
       vnc = "1"
       uuid = "bb921aed-a95f-0deb-1c2a-f0ddd278b031"
       frontend = "/local/domain/486/device/vfb/0"
       vncpasswd = "omkdRkM6NQ"
       state = "1"
       online = "1"
       frontend-id = "486"
       location = "0.0.0.0:5909"
     487 = ""
      0 = ""
       domain = "334-3"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/487/device/vfb/0"
       vncpasswd = "5oBaQQHsZ7"
       state = "4"
       location = "0.0.0.0:5910"
       online = "1"
       frontend-id = "487"
       uuid = "f855f853-54a2-06d5-78c8-97d56eb138c1"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
     490 = ""
      0 = ""
       domain = "3706-1"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/490/device/vfb/0"
       vncpasswd = "9RQFN7uk0S"
       state = "4"
       online = "1"
       frontend-id = "490"
       uuid = "e4a97190-8300-6d5d-8d75-af571cc2431d"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
       location = "0.0.0.0:5911"
     569 = ""
      0 = ""
       domain = "634-19"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/569/device/vfb/0"
       vncpasswd = "S5w832mRZc"
       state = "4"
       location = "0.0.0.0:5904"
       online = "1"
       frontend-id = "569"
       uuid = "eeda28ec-fe06-0570-2f6e-62d8edaaa979"
       feature-resize = "1"
       hotplug-status = "connected"
       request-update = "1"
     832 = ""
      0 = ""
       domain = "vpsstarttest"
       vnc = "1"
       xauthority = "/root/.Xauthority"
       frontend = "/local/domain/832/device/vfb/0"
       vncpasswd = "54ZDGZBvbK"
       state = "4"
       online = "1"
       frontend-id = "832"
       uuid = "2647c608-d3c5-6106-2b35-c477c143fb65"
       feature-resize = "1"
       hotplug-status = "connected"
       location = "0.0.0.0:5907"
       request-update = "1"
    tap = ""
     4 = ""
      51712 = ""
       domain = "1501-2"
       frontend = "/local/domain/4/device/vbd/51712"
       uuid = "3f968840-0f43-e664-7767-4194e020440f"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/1501-3"
       mode = "w"
       online = "1"
       frontend-id = "4"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10485760"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
      51728 = ""
       domain = "1501-2"
       frontend = "/local/domain/4/device/vbd/51728"
       uuid = "5e9a8be2-ff13-3256-3a52-e65fb4d184e7"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/1501-4"
       mode = "w"
       online = "1"
       frontend-id = "4"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
     12 = ""
      51712 = ""
       domain = "3473-3"
       frontend = "/local/domain/12/device/vbd/51712"
       uuid = "52863cad-4952-7fb4-108c-cda543c1c2a7"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/3473-5"
       mode = "w"
       online = "1"
       frontend-id = "12"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10485760"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
      51728 = ""
       domain = "3473-3"
       frontend = "/local/domain/12/device/vbd/51728"
       uuid = "c84456e2-08fe-bc4f-e5e1-7191ffb984f9"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/3473-6"
       mode = "w"
       online = "1"
       frontend-id = "12"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
     208 = ""
      51712 = ""
       domain = "2203-2"
       frontend = "/local/domain/208/device/vbd/51712"
       uuid = "f3b0238c-589d-b4b5-ef8a-2947425644ce"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/2203-3"
       mode = "w"
       online = "1"
       frontend-id = "208"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10485760"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
      51728 = ""
       domain = "2203-2"
       frontend = "/local/domain/208/device/vbd/51728"
       uuid = "4d8df03a-7529-ed94-99e0-aeab094ecc1f"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/2203-4"
       mode = "w"
       online = "1"
       frontend-id = "208"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
     428 = ""
      51712 = ""
       domain = "3502-18"
       frontend = "/local/domain/428/device/vbd/51712"
       uuid = "634e0baa-8de7-9795-bdbb-ecd604047d90"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/3502-35"
       mode = "w"
       online = "1"
       frontend-id = "428"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10485760"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
      51728 = ""
       domain = "3502-18"
       frontend = "/local/domain/428/device/vbd/51728"
       uuid = "05342f01-4594-d7a3-71e7-1494eb1e1e9f"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/3502-36"
       mode = "w"
       online = "1"
       frontend-id = "428"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
     483 = ""
      51712 = ""
       domain = "870-4"
       frontend = "/local/domain/483/device/vbd/51712"
       uuid = "ff34cd0d-f93a-79e3-a411-5debdd9ba281"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/870-4"
       mode = "w"
       online = "1"
       frontend-id = "483"
       type = "tap"
       hotplug-status = "connected"
       sectors = "12582912"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
      51728 = ""
       domain = "870-4"
       frontend = "/local/domain/483/device/vbd/51728"
       uuid = "d8b815a5-bf78-25f3-0497-9df5e2f033c1"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/870-5"
       mode = "w"
       online = "1"
       frontend-id = "483"
       type = "tap"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       hotplug-status = "connected"
       feature-barrier = "1"
     486 = ""
      768 = ""
       domain = "vps-58-147"
       frontend = "/local/domain/486/device/vbd/768"
       uuid = "e4a86a77-18e1-b983-39c5-9eeb18fc8ba1"
       bootable = "1"
       dev = "hda"
       state = "2"
       params = "aio:/mnt/storage/sas/58-249"
       mode = "w"
       online = "1"
       frontend-id = "486"
       type = "tap"
       sectors = "20971520"
       sector-size = "512"
       info = "0"
       hotplug-status = "connected"
      832 = ""
       domain = "vps-58-147"
       frontend = "/local/domain/486/device/vbd/832"
       uuid = "775e8918-0c70-e6bc-c65c-3b8db3881d08"
       bootable = "0"
       dev = "hdb"
       state = "2"
       params = "aio:/mnt/storage/iso/windows/gplpv.iso"
       mode = "r"
       online = "1"
       frontend-id = "486"
       type = "tap"
       sectors = "60884"
       sector-size = "512"
       info = "4"
       hotplug-status = "connected"
     490 = ""
      51712 = ""
       domain = "3706-1"
       frontend = "/local/domain/490/device/vbd/51712"
       uuid = "3cecf8c0-9448-6047-bb2c-94597117f72b"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/3706-1"
       mode = "w"
       online = "1"
       frontend-id = "490"
       type = "tap"
       hotplug-status = "connected"
       sectors = "10485760"
       sector-size = "512"
       info = "0"
       feature-barrier = "1"
      51728 = ""
       domain = "3706-1"
       frontend = "/local/domain/490/device/vbd/51728"
       uuid = "df6f4930-7739-2d75-2643-399e9af106d4"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/3706-2"
       mode = "w"
       online = "1"
       frontend-id = "490"
       type = "tap"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       hotplug-status = "connected"
       feature-barrier = "1"
     569 = ""
      51712 = ""
       domain = "634-19"
       frontend = "/local/domain/569/device/vbd/51712"
       uuid = "4c01ca74-6941-fa9f-529b-15c42b41e529"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "aio:/mnt/storage/sas/634-19"
       mode = "w"
       online = "1"
       frontend-id = "569"
       type = "tap"
       sectors = "10485760"
       sector-size = "512"
       info = "0"
       hotplug-status = "connected"
       feature-barrier = "1"
      51728 = ""
       domain = "634-19"
       frontend = "/local/domain/569/device/vbd/51728"
       uuid = "03e25668-f3b2-7979-a9d6-40f0131540ce"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "aio:/mnt/storage/sata/634-20"
       mode = "w"
       online = "1"
       frontend-id = "569"
       type = "tap"
       sectors = "10240000"
       sector-size = "512"
       info = "0"
       hotplug-status = "connected"
       feature-barrier = "1"
    vif = ""
     4 = ""
      0 = ""
       domain = "1501-2"
       handle = "0"
       uuid = "0c386934-999c-7b60-4d5e-1ce0299343c6"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.244.183"
       state = "4"
       frontend = "/local/domain/4/device/vif/0"
       mac = "00:16:3e:00:02:db"
       online = "1"
       frontend-id = "4"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     12 = ""
      0 = ""
       domain = "3473-3"
       handle = "0"
       uuid = "25af20a2-6fba-2455-d802-0ebe843dc327"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.241.203"
       state = "4"
       frontend = "/local/domain/12/device/vif/0"
       mac = "00:16:3e:00:04:97"
       online = "1"
       frontend-id = "12"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     208 = ""
      0 = ""
       domain = "2203-2"
       handle = "0"
       uuid = "38f07fad-41bb-b98e-0650-7addc842dcf5"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.236.225"
       state = "4"
       frontend = "/local/domain/208/device/vif/0"
       mac = "00:16:3e:00:01:0c"
       online = "1"
       frontend-id = "208"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     272 = ""
      0 = ""
       domain = "936-2"
       handle = "0"
       uuid = "3de6a5fc-6e87-4bb0-68f8-307b36a49dbf"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.238.60"
       state = "4"
       frontend = "/local/domain/272/device/vif/0"
       mac = "00:16:3e:00:01:5d"
       online = "1"
       frontend-id = "272"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     334 = ""
      0 = ""
       domain = "3735-2"
       handle = "0"
       uuid = "cf17db0e-c643-dedf-3f25-0999404b5d6d"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.236.37"
       state = "4"
       frontend = "/local/domain/334/device/vif/0"
       mac = "00:16:3e:00:05:66"
       online = "1"
       frontend-id = "334"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     428 = ""
      0 = ""
       domain = "3502-18"
       handle = "0"
       uuid = "7050be27-c52a-94dc-cb72-82211e07dbc1"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.236.41"
       state = "4"
       frontend = "/local/domain/428/device/vif/0"
       mac = "00:16:3e:00:05:6a"
       online = "1"
       frontend-id = "428"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     483 = ""
      0 = ""
       domain = "870-4"
       handle = "0"
       uuid = "b50cf0e0-a02d-04af-fe62-991abaf3bd3b"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.240.56"
       state = "4"
       frontend = "/local/domain/483/device/vif/0"
       mac = "00:16:3e:00:02:91"
       online = "1"
       frontend-id = "483"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     486 = ""
      0 = ""
       domain = "vps-58-147"
       handle = "0"
       uuid = "a3a1fd2e-4a00-edab-faec-92b9281707f7"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.244.11"
       state = "2"
       frontend = "/local/domain/486/device/vif/0"
       mac = "00:16:3e:00:03:c2"
       online = "1"
       frontend-id = "486"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     487 = ""
      0 = ""
       domain = "334-3"
       handle = "0"
       uuid = "303015cf-c802-d46f-090a-ae9cd2d3923a"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.237.200"
       state = "4"
       frontend = "/local/domain/487/device/vif/0"
       mac = "00:16:3e:00:05:4e"
       online = "1"
       frontend-id = "487"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     490 = ""
      0 = ""
       domain = "3706-1"
       handle = "0"
       uuid = "02bcab5b-ca2b-0293-0fcd-8384dbd7068c"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.245.175"
       state = "4"
       frontend = "/local/domain/490/device/vif/0"
       mac = "00:16:3e:00:05:29"
       online = "1"
       frontend-id = "490"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     569 = ""
      0 = ""
       domain = "634-19"
       handle = "0"
       uuid = "80232ea6-8ffa-2f5f-d22c-bc9471f3dd57"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.239.165"
       state = "4"
       frontend = "/local/domain/569/device/vif/0"
       mac = "00:16:3e:00:04:eb"
       online = "1"
       frontend-id = "569"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
     832 = ""
      0 = ""
       domain = "vpsstarttest"
       handle = "0"
       uuid = "8d5163ae-100a-c0bb-10bb-d755ebfbe05b"
       script = "/etc/xen/scripts/vif-route netdev=br0 extif=bond1
relays=relay00,relay01"
       ip = "188.127.241.125"
       state = "4"
       frontend = "/local/domain/832/device/vif/0"
       mac = "00:16:3e:00:04:6c"
       online = "1"
       frontend-id = "832"
       feature-sg = "1"
       feature-gso-tcpv4 = "1"
       feature-rx-copy = "1"
       feature-rx-flip = "0"
       hotplug-status = "connected"
    console = ""
     4 = ""
      0 = ""
       domain = "1501-2"
       protocol = "vt100"
       uuid = "3c20f493-7959-2b08-41ef-2822070af640"
       frontend = "/local/domain/4/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "4"
       hotplug-status = "connected"
     12 = ""
      0 = ""
       domain = "3473-3"
       protocol = "vt100"
       uuid = "969f6b92-c0a2-d6c0-4a18-9baa5b8abf60"
       frontend = "/local/domain/12/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "12"
       hotplug-status = "connected"
     208 = ""
      0 = ""
       domain = "2203-2"
       protocol = "vt100"
       uuid = "5aad7780-b412-41a2-aeb1-ea52437b469e"
       frontend = "/local/domain/208/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "208"
       hotplug-status = "connected"
     272 = ""
      0 = ""
       domain = "936-2"
       protocol = "vt100"
       uuid = "88bab82b-d4d8-7bf3-4997-051aebbb32ee"
       frontend = "/local/domain/272/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "272"
       hotplug-status = "connected"
     334 = ""
      0 = ""
       domain = "3735-2"
       protocol = "vt100"
       uuid = "0e9c80f3-a6c3-f441-d4b4-e6acbe6717aa"
       frontend = "/local/domain/334/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "334"
       hotplug-status = "connected"
     428 = ""
      0 = ""
       domain = "3502-18"
       protocol = "vt100"
       uuid = "017379c7-4fe9-28d5-6f08-79790f3a17fa"
       frontend = "/local/domain/428/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "428"
       hotplug-status = "connected"
     483 = ""
      0 = ""
       domain = "870-4"
       protocol = "vt100"
       uuid = "261b3bf6-3359-ec4d-ce78-20243a5f5202"
       frontend = "/local/domain/483/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "483"
       hotplug-status = "connected"
     486 = ""
      0 = ""
       domain = "vps-58-147"
       protocol = "vt100"
       uuid = "3474ea28-a217-0494-b048-cb4a3b8a2a4e"
       frontend = "/local/domain/486/device/console/0"
       state = "1"
       location = "3"
       online = "1"
       frontend-id = "486"
     487 = ""
      0 = ""
       domain = "334-3"
       protocol = "vt100"
       uuid = "ff6353ac-b77e-8b38-3091-3a8904482037"
       frontend = "/local/domain/487/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "487"
       hotplug-status = "connected"
     490 = ""
      0 = ""
       domain = "3706-1"
       protocol = "vt100"
       uuid = "ff57fe88-da1d-bcaf-772b-a6f9a8ffef7a"
       frontend = "/local/domain/490/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "490"
       hotplug-status = "connected"
     569 = ""
      0 = ""
       domain = "634-19"
       protocol = "vt100"
       uuid = "3d2f21f6-e1b1-1fde-a46a-becdffc31239"
       frontend = "/local/domain/569/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "569"
       hotplug-status = "connected"
     693 = ""
     832 = ""
      0 = ""
       domain = "vpsstarttest"
       protocol = "vt100"
       uuid = "afd8893f-2af0-bc1f-1764-466a3dcaa938"
       frontend = "/local/domain/832/device/console/0"
       state = "4"
       location = "2"
       online = "1"
       frontend-id = "832"
       hotplug-status = "connected"
    vbd = ""
     272 = ""
      51712 = ""
       domain = "936-2"
       frontend = "/local/domain/272/device/vbd/51712"
       uuid = "ff9599d0-6a1f-de38-9a42-5bb5221cecf8"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "/mnt/storage/sas/936-2"
       mode = "w"
       online = "1"
       frontend-id = "272"
       type = "file"
       node = "/dev/loop3"
       physical-device = "7:3"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10485760"
       info = "0"
       sector-size = "512"
      51728 = ""
       domain = "936-2"
       frontend = "/local/domain/272/device/vbd/51728"
       uuid = "5763aafc-55de-c9a9-5218-ad85a8eb1ce8"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "/mnt/storage/sata/936-3"
       mode = "w"
       online = "1"
       frontend-id = "272"
       type = "file"
       node = "/dev/loop2"
       physical-device = "7:2"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10240000"
       info = "0"
       sector-size = "512"
     334 = ""
      51712 = ""
       domain = "3735-2"
       frontend = "/local/domain/334/device/vbd/51712"
       uuid = "aa55c5b9-c128-88db-fb29-d80f5910698a"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "/mnt/storage/sas/3735-3"
       mode = "w"
       online = "1"
       frontend-id = "334"
       type = "file"
       node = "/dev/loop4"
       physical-device = "7:4"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10485760"
       info = "0"
       sector-size = "512"
      51728 = ""
       domain = "3735-2"
       frontend = "/local/domain/334/device/vbd/51728"
       uuid = "712b567b-4fc8-70c1-246f-e44f7aa7147d"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "/mnt/storage/sata/3735-4"
       mode = "w"
       online = "1"
       frontend-id = "334"
       type = "file"
       node = "/dev/loop5"
       physical-device = "7:5"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10240000"
       info = "0"
       sector-size = "512"
     487 = ""
      51712 = ""
       domain = "334-3"
       frontend = "/local/domain/487/device/vbd/51712"
       uuid = "08664518-0e45-d864-f48f-9d05ca3f3192"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "/mnt/storage/sas/334-4"
       mode = "w"
       online = "1"
       frontend-id = "487"
       type = "file"
       node = "/dev/loop6"
       physical-device = "7:6"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10485760"
       info = "0"
       sector-size = "512"
      51728 = ""
       domain = "334-3"
       frontend = "/local/domain/487/device/vbd/51728"
       uuid = "41f6bdc3-814b-77e9-77d4-2be1bef43d5b"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "/mnt/storage/sata/334-5"
       mode = "w"
       online = "1"
       frontend-id = "487"
       type = "file"
       node = "/dev/loop7"
       physical-device = "7:7"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10485760"
       info = "0"
       sector-size = "512"
     832 = ""
      51712 = ""
       domain = "vpsstarttest"
       frontend = "/local/domain/832/device/vbd/51712"
       uuid = "34d3a766-1659-85d3-bf55-cb680a84960c"
       bootable = "1"
       dev = "xvda"
       state = "4"
       params = "/mnt/storage/sas/6-324"
       mode = "r"
       online = "1"
       frontend-id = "832"
       type = "file"
       node = "/dev/loop0"
       physical-device = "7:0"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10485760"
       info = "4"
       sector-size = "512"
      51728 = ""
       domain = "vpsstarttest"
       frontend = "/local/domain/832/device/vbd/51728"
       uuid = "4504946c-c308-b363-93ba-c8ee05a9ca81"
       bootable = "0"
       dev = "xvdb"
       state = "4"
       params = "/mnt/storage/sata/6-325"
       mode = "r"
       online = "1"
       frontend-id = "832"
       type = "file"
       node = "/dev/loop1"
       physical-device = "7:1"
       hotplug-status = "connected"
       feature-barrier = "1"
       sectors = "10240000"
       info = "4"
       sector-size = "512"
   device-model = ""
    4 = ""
     state = "running"
    12 = ""
     state = "running"
    208 = ""
     state = "running"
    272 = ""
     state = "running"
    334 = ""
     state = "running"
    428 = ""
     state = "running"
    483 = ""
     state = "running"
    486 = ""
     disable_pf = "0"
     state = "running"
    487 = ""
     state = "running"
    490 = ""
     state = "running"
    569 = ""
     state = "running"
    832 = ""
     state = "running"
  4 = ""
   vm = "/vm/f15314c8-4067-bf5c-07a0-aec55b7e9e77"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/4/0"
      page-ref = "10509432"
      event-channel = "9"
      request-abs-pointer = "1"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/4/0"
      page-ref = "10509473"
      event-channel = "8"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/4/51712"
      ring-ref = "8"
      event-channel = "10"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/4/51728"
      ring-ref = "9"
      event-channel = "11"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:02:db"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/4/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "12"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/4/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-4-1290213807.fifo"
    device-model-pid = "22010"
    entry = "3242000384"
    loader = "generic"
    hv-start-low = "4118806528"
    guest-os = "linux"
    hypercall-page = "3238010880"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "3221225472"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "10546692"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5903"
    tty = "/dev/pts/4"
   store = ""
    ring-ref = "10546693"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "1501-2"
   domid = "4"
   serial = ""
    0 = ""
     tty = "/dev/pts/4"
  12 = ""
   vm = "/vm/f0ef2baf-2915-be21-fde7-4abe201af8e9"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/12/0"
      page-ref = "8624366"
      event-channel = "7"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/12/0"
      page-ref = "8624373"
      event-channel = "6"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/12/51712"
      ring-ref = "770"
      event-channel = "9"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/12/51728"
      ring-ref = "771"
      event-channel = "10"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:04:97"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/12/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "8"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/12/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "524288"
    memtotalbytes = "537051136"
    memfreebytes = "152653824"
    disktotalbytes = "5283381248"
    diskfreebytes = "894517248"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-12-1290307723.fifo"
    device-model-pid = "25179"
    entry = "3225419776"
    loader = "generic"
    guest-os = "linux"
    features = ""
     writable-descriptor-tables = "1"
     supervisor-mode-kernel = "1"
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "1"
     auto-translated-physmap = "1"
    hypercall-page = "3225423872"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "3221225472"
    virt-base = "3221225472"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "8623219"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5900"
    tty = "/dev/pts/2"
   store = ""
    ring-ref = "8623220"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "3473-3"
   domid = "12"
   serial = ""
    0 = ""
     tty = "/dev/pts/2"
  208 = ""
   vm = "/vm/6daf748e-7512-0014-b4af-cd8944da2b38"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/208/0"
      page-ref = "4233181"
      event-channel = "7"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/208/0"
      page-ref = "4233191"
      event-channel = "6"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/208/51712"
      ring-ref = "770"
      event-channel = "9"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/208/51728"
      ring-ref = "771"
      event-channel = "10"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:01:0c"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/208/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "8"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/208/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "524288"
    memtotalbytes = "537051136"
    memfreebytes = "295772160"
    disktotalbytes = "5194846208"
    diskfreebytes = "3707273216"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-208-1290431290.fifo"
    device-model-pid = "5144"
    entry = "3225419776"
    loader = "generic"
    guest-os = "linux"
    features = ""
     writable-descriptor-tables = "1"
     supervisor-mode-kernel = "1"
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "1"
     auto-translated-physmap = "1"
    hypercall-page = "3225423872"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "3221225472"
    virt-base = "3221225472"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "4231013"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5906"
    tty = "/dev/pts/7"
   store = ""
    ring-ref = "4231014"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "2203-2"
   domid = "208"
   serial = ""
    0 = ""
     tty = "/dev/pts/7"
  272 = ""
   vm = "/vm/35fee459-6078-2a6d-af17-8da54be89ade"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/272/0"
      page-ref = "4258918"
      event-channel = "13"
      request-abs-pointer = "1"
    vfb = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/272/0"
      page-ref = "4259012"
      event-channel = "9"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/272/51712"
      ring-ref = "8"
      event-channel = "10"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/272/51728"
      ring-ref = "9"
      event-channel = "11"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:01:5d"
      handle = "0"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/272/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "12"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
    console = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/272/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-272-1290499565.fifo"
    device-model-pid = "16050"
    entry = "18446744071584817664"
    loader = "generic"
    hv-start-low = "18446603336221196288"
    guest-os = "linux"
    hypercall-page = "18446744071578849280"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "18446744071562067968"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "4298635"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5902"
    tty = "/dev/pts/0"
   store = ""
    ring-ref = "4298636"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "936-2"
   domid = "272"
   serial = ""
    0 = ""
     tty = "/dev/pts/0"
  334 = ""
   vm = "/vm/5dff672d-7346-5692-fa99-4425d50c3d0b"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/334/0"
      page-ref = "8432788"
      event-channel = "13"
      request-abs-pointer = "1"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/334/0"
      page-ref = "8433061"
      event-channel = "9"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/334/51712"
      ring-ref = "8"
      event-channel = "10"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/334/51728"
      ring-ref = "9"
      event-channel = "11"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:05:66"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/334/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "12"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
      feature-smart-poll = "0"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/334/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
    memtotalbytes = "247668736"
    memfreebytes = "171130880"
    disktotalbytes = "5283381248"
    diskfreebytes = "4486578176"
   guest = ""
   hvmpv = ""
   data = ""
    memory = ""
     totalbytes = "247668736"
     freebytes = "171130880"
     usedbytes = "76537856"
    disk = ""
     totalbytes = "5283381248"
     freebytes = "4486578176"
     usedbytes = "796803072"
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-334-1290513348.fifo"
    device-model-pid = "22116"
    entry = "3243429888"
    loader = "generic"
    hv-start-low = "4118806528"
    guest-os = "linux"
    hypercall-page = "3238010880"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "3221225472"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "8485102"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5901"
    tty = "/dev/pts/3"
   store = ""
    ring-ref = "8485103"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "3735-2"
   domid = "334"
   serial = ""
    0 = ""
     tty = "/dev/pts/3"
  428 = ""
   vm = "/vm/ef9f0248-863f-2fa1-9da8-95e47ff3bc71"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/428/0"
      page-ref = "4448729"
      event-channel = "7"
    vfb = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/428/0"
      page-ref = "4448734"
      event-channel = "6"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/428/51712"
      ring-ref = "770"
      event-channel = "9"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/428/51728"
      ring-ref = "771"
      event-channel = "10"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:05:6a"
      handle = "0"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/428/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "8"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
    console = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/428/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
    memtotalbytes = "268435456"
    memfreebytes = "109547520"
    disktotalbytes = "5283381248"
    diskfreebytes = "3766464512"
   guest = ""
   hvmpv = ""
   data = ""
    memory = ""
     totalbytes = "268435456"
     freebytes = "109547520"
     update_time = "1290601514"
    swap = ""
     totalbytes = "5239459840"
     freebytes = "5239345152"
     update_time = "1290601514"
    disk = ""
     totalbytes = "5283381248"
     freebytes = "3766464512"
     update_time = "1290601514"
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-428-1290519895.fifo"
    device-model-pid = "25409"
    entry = "18446744071564165120"
    loader = "generic"
    guest-os = "linux"
    features = ""
     writable-descriptor-tables = "1"
     supervisor-mode-kernel = "1"
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "1"
     auto-translated-physmap = "1"
    hypercall-page = "18446744071564189696"
    guest-version = "2.6"
    paddr-offset = "18446744071562067968"
    virt-base = "18446744071562067968"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "8425400"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5905"
    tty = "/dev/pts/6"
   store = ""
    ring-ref = "8425401"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "3502-18"
   domid = "428"
   serial = ""
    0 = ""
     tty = "/dev/pts/6"
  483 = ""
   vm = "/vm/6f121ba2-0f33-85ad-15b5-caa8425e39c6"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/483/0"
      page-ref = "4271296"
      event-channel = "12"
      request-abs-pointer = "1"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/483/0"
      page-ref = "4269945"
      event-channel = "9"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/483/51712"
      ring-ref = "8"
      event-channel = "10"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/483/51728"
      ring-ref = "9"
      event-channel = "11"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:02:91"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/483/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "13"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
      feature-smart-poll = "0"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/483/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
    memtotalbytes = "247668736"
    memfreebytes = "140980224"
    disktotalbytes = "6340280320"
    diskfreebytes = "4681334784"
   guest = ""
   hvmpv = ""
   data = ""
    memory = ""
     totalbytes = "247668736"
     freebytes = "140980224"
     usedbytes = "106688512"
    disk = ""
     totalbytes = "6340280320"
     freebytes = "4681334784"
     usedbytes = "1658945536"
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-483-1290524182.fifo"
    device-model-pid = "29356"
    entry = "3243429888"
    loader = "generic"
    hv-start-low = "4118806528"
    guest-os = "linux"
    hypercall-page = "3238010880"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "3221225472"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "4323518"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5908"
    tty = "/dev/pts/9"
   store = ""
    ring-ref = "4323519"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "870-4"
   domid = "483"
   serial = ""
    0 = ""
     tty = "/dev/pts/9"
  486 = ""
   vm = "/vm/3dc76a45-98c8-473d-70c1-4b2dae2e8021"
   device = ""
    vfb = ""
     0 = ""
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/486/0"
    vbd = ""
     768 = ""
      backend-id = "0"
      virtual-device = "768"
      device-type = "disk"
      state = "1"
      backend = "/local/domain/0/backend/tap/486/768"
     832 = ""
      backend-id = "0"
      virtual-device = "832"
      device-type = "cdrom"
      state = "1"
      backend = "/local/domain/0/backend/tap/486/832"
    vif = ""
     0 = ""
      backend-id = "0"
      mac = "00:16:3e:00:03:c2"
      handle = "0"
      state = "1"
      backend = "/local/domain/0/backend/vif/486/0"
    console = ""
     0 = ""
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/486/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "1048576"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-486-1290524303.fifo"
    device-model-pid = "32121"
    suspend-cancel = "1"
   console = ""
    port = "3"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5909"
    tty = "/dev/pts/10"
   description = ""
   domid = "486"
   cpu = ""
    0 = ""
     availability = "online"
   store = ""
    ring-ref = "1044476"
    port = "2"
   name = "vps-58-147"
   serial = ""
    0 = ""
     tty = "/dev/pts/10"
  487 = ""
   vm = "/vm/4f44f847-fabb-37d6-4ca6-87921680bee1"
   device = ""
    vkbd = ""
     0 = ""
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/487/0"
      page-ref = "15268557"
      event-channel = "9"
      request-abs-pointer = "1"
    console = ""
     0 = ""
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/487/0"
    vfb = ""
     0 = ""
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/487/0"
      page-ref = "15268647"
      event-channel = "10"
      protocol = "x86_64-abi"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      protocol = "x86_64-abi"
      device-type = "disk"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/487/51712"
      ring-ref = "8"
      event-channel = "11"
     51728 = ""
      virtual-device = "51728"
      protocol = "x86_64-abi"
      device-type = "disk"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/487/51728"
      ring-ref = "9"
      event-channel = "12"
    vif = ""
     0 = ""
      backend-id = "0"
      mac = "00:16:3e:00:05:4e"
      handle = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/487/0"
      tx-ring-ref = "769"
      rx-ring-ref = "768"
      event-channel = "13"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    console = ""
     nextDeviceID = "1"
    vif = ""
     nextDeviceID = "1"
   image = ""
    entry = "18446744071584817664"
    loader = "generic"
    hv-start-low = "18446603336221196288"
    guest-os = "linux"
    hypercall-page = "18446744071578849280"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "18446744071562067968"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
    device-model-fifo = "/var/run/xend/dm-487-1290524336.fifo"
    device-model-pid = "576"
   console = ""
    port = "2"
    limit = "1048576"
    type = "ioemu"
    ring-ref = "15316386"
    vnc-port = "5910"
    tty = "/dev/pts/11"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "334-3"
   domid = "487"
   store = ""
    port = "1"
    ring-ref = "15316387"
   serial = ""
    0 = ""
     tty = "/dev/pts/11"
  490 = ""
   vm = "/vm/eee7ad9d-8d35-80d9-713c-8d2a943e8159"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/490/0"
      page-ref = "4336831"
      event-channel = "12"
      request-abs-pointer = "1"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/490/0"
      page-ref = "4337020"
      event-channel = "9"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/490/51712"
      ring-ref = "8"
      event-channel = "10"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/490/51728"
      ring-ref = "9"
      event-channel = "11"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:05:29"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/490/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "13"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
      feature-smart-poll = "0"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/490/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "262144"
    memtotalbytes = "247668736"
    memfreebytes = "207003648"
    disktotalbytes = "5283381248"
    diskfreebytes = "4716773376"
   guest = ""
   hvmpv = ""
   data = ""
    memory = ""
     totalbytes = "247668736"
     freebytes = "207003648"
     update_time = "1290601509"
     usedbytes = "40665088"
    swap = ""
     totalbytes = "944492544"
     freebytes = "944492544"
     update_time = "1290601509"
    disk = ""
     totalbytes = "5283381248"
     freebytes = "4716773376"
     update_time = "1290601509"
     usedbytes = "566607872"
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-490-1290524412.fifo"
    device-model-pid = "2570"
    entry = "3243429888"
    loader = "generic"
    hv-start-low = "4118806528"
    guest-os = "linux"
    hypercall-page = "3238010880"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "3221225472"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "4421821"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5911"
    tty = "/dev/pts/12"
   store = ""
    ring-ref = "4421822"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "3706-1"
   domid = "490"
   serial = ""
    0 = ""
     tty = "/dev/pts/12"
  569 = ""
   vm = "/vm/1e67fcce-450c-6124-b28a-f9264090d739"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/569/0"
      page-ref = "12998248"
      event-channel = "7"
    vfb = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/569/0"
      page-ref = "12998255"
      event-channel = "6"
      feature-update = "1"
    console = ""
     0 = ""
      protocol = "x86_32-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/569/0"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/569/51712"
      ring-ref = "770"
      event-channel = "9"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/tap/569/51728"
      ring-ref = "771"
      event-channel = "10"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:04:eb"
      handle = "0"
      protocol = "x86_32-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/569/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "8"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "524288"
    memtotalbytes = "537051136"
    memfreebytes = "432443392"
    disktotalbytes = "5283381248"
    diskfreebytes = "4142067712"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    console = ""
     nextDeviceID = "1"
    vif = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-569-1290530213.fifo"
    device-model-pid = "20140"
    entry = "3225419776"
    loader = "generic"
    guest-os = "linux"
    features = ""
     writable-descriptor-tables = "1"
     supervisor-mode-kernel = "1"
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "1"
     auto-translated-physmap = "1"
    hypercall-page = "3225423872"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "3221225472"
    virt-base = "3221225472"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "12983789"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5904"
    tty = "/dev/pts/5"
   store = ""
    ring-ref = "12983790"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "634-19"
   domid = "569"
   serial = ""
    0 = ""
     tty = "/dev/pts/5"
  832 = ""
   vm = "/vm/69845516-8daa-740b-bc8a-df2341087c6f"
   device = ""
    vkbd = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vkbd/832/0"
      page-ref = "12976085"
      event-channel = "13"
      request-abs-pointer = "1"
    vfb = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "4"
      backend-id = "0"
      backend = "/local/domain/0/backend/vfb/832/0"
      page-ref = "15047908"
      event-channel = "9"
      feature-update = "1"
    vbd = ""
     51712 = ""
      virtual-device = "51712"
      device-type = "disk"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/832/51712"
      ring-ref = "8"
      event-channel = "10"
     51728 = ""
      virtual-device = "51728"
      device-type = "disk"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vbd/832/51728"
      ring-ref = "9"
      event-channel = "11"
    vif = ""
     0 = ""
      mac = "00:16:3e:00:04:6c"
      handle = "0"
      protocol = "x86_64-abi"
      backend-id = "0"
      state = "4"
      backend = "/local/domain/0/backend/vif/832/0"
      tx-ring-ref = "768"
      rx-ring-ref = "769"
      event-channel = "12"
      request-rx-copy = "1"
      feature-rx-notify = "1"
      feature-sg = "1"
      feature-gso-tcpv4 = "1"
    console = ""
     0 = ""
      protocol = "x86_64-abi"
      state = "1"
      backend-id = "0"
      backend = "/local/domain/0/backend/console/832/0"
   control = ""
    platform-feature-multiprocessor-suspend = "1"
   error = ""
   memory = ""
    target = "1048576"
   guest = ""
   hvmpv = ""
   data = ""
   device-misc = ""
    vif = ""
     nextDeviceID = "1"
    console = ""
     nextDeviceID = "1"
   image = ""
    device-model-fifo = "/var/run/xend/dm-832-1290591873.fifo"
    device-model-pid = "9248"
    entry = "18446744071584817664"
    loader = "generic"
    hv-start-low = "18446603336221196288"
    guest-os = "linux"
    hypercall-page = "18446744071578849280"
    guest-version = "2.6"
    pae-mode = "yes"
    paddr-offset = "0"
    virt-base = "18446744071562067968"
    suspend-cancel = "1"
    features = ""
     pae-pgdir-above-4gb = "1"
     writable-page-tables = "0"
    xen-version = "xen-3.0"
   console = ""
    ring-ref = "14979695"
    port = "2"
    limit = "1048576"
    type = "ioemu"
    vnc-port = "5907"
    tty = "/dev/pts/8"
   store = ""
    ring-ref = "14979696"
    port = "1"
   description = ""
   cpu = ""
    0 = ""
     availability = "online"
   name = "vpsstarttest"
   domid = "832"
   serial = ""
    0 = ""
     tty = "/dev/pts/8"
 pool = ""
  0 = ""
   other_config = ""
   description = "Pool-0"
   uuid = "af314824-179a-9479-0258-43d2c3ac9af6"
   name = "Pool-0"
vm = ""
 00000000-0000-0000-0000-000000000000 = ""
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "00000000-0000-0000-0000-000000000000"
  on_reboot = "restart"
  image = "(linux (kernel ) (superpages 0) (nomigrate 0) (tsc_mode 0))"
   ostype = "linux"
   kernel = ""
   cmdline = ""
   ramdisk = ""
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "2"
  vcpu_avail = "3"
  bootloader = ""
  name = "Domain-0"
 f15314c8-4067-bf5c-07a0-aec55b7e9e77 = ""
  image = "(linux
(kernel /mnt/storage/repos/debian/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/debian/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 ') (superpages 0) (videoram 4) (pci \..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/debian/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 "
   ramdisk = "/mnt/storage/repos/debian/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/4/device/vkbd/0"
     frontend-id = "4"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/4/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/4/device/vfb/0"
     frontend-id = "4"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/4/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/4/device/vbd/51712"
     frontend-id = "4"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/4/51712"
    51728 = ""
     frontend = "/local/domain/4/device/vbd/51728"
     frontend-id = "4"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/4/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/4/device/vif/0"
     frontend-id = "4"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/4/0"
   console = ""
    0 = ""
     frontend = "/local/domain/4/device/console/0"
     frontend-id = "4"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/4/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "f15314c8-4067-bf5c-07a0-aec55b7e9e77"
  on_reboot = "restart"
  start_time = "1290213807.76"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "1501-2"
 f0ef2baf-2915-be21-fde7-4abe201af8e9 = ""
  image = "(linux
(kernel /mnt/storage/repos/centos/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/centos/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 ') (superpages 0) (videoram 4) (pci \..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/centos/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 "
   ramdisk = "/mnt/storage/repos/centos/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/12/device/vkbd/0"
     frontend-id = "12"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/12/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/12/device/vfb/0"
     frontend-id = "12"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/12/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/12/device/vbd/51712"
     frontend-id = "12"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/12/51712"
    51728 = ""
     frontend = "/local/domain/12/device/vbd/51728"
     frontend-id = "12"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/12/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/12/device/vif/0"
     frontend-id = "12"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/12/0"
   console = ""
    0 = ""
     frontend = "/local/domain/12/device/console/0"
     frontend-id = "12"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/12/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "f0ef2baf-2915-be21-fde7-4abe201af8e9"
  on_reboot = "restart"
  start_time = "1290307723.31"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "3473-3"
 6daf748e-7512-0014-b4af-cd8944da2b38 = ""
  image = "(linux
(kernel /mnt/storage/repos/centos/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/centos/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 ') (superpages 0) (videoram 4) (pci \..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/centos/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 "
   ramdisk = "/mnt/storage/repos/centos/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/208/device/vkbd/0"
     frontend-id = "208"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/208/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/208/device/vfb/0"
     frontend-id = "208"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/208/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/208/device/vbd/51712"
     frontend-id = "208"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/208/51712"
    51728 = ""
     frontend = "/local/domain/208/device/vbd/51728"
     frontend-id = "208"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/208/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/208/device/vif/0"
     frontend-id = "208"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/208/0"
   console = ""
    0 = ""
     frontend = "/local/domain/208/device/console/0"
     frontend-id = "208"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/208/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "6daf748e-7512-0014-b4af-cd8944da2b38"
  on_reboot = "restart"
  start_time = "1290431290.44"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "2203-2"
 35fee459-6078-2a6d-af17-8da54be89ade = ""
  image = "(linux
(kernel /mnt/storage/repos/debian/boot/64/vmlinuz-static)
(ramdisk /mnt/storage/repos/debian/boot/64/initrd-static) (args '
root=/dev/xvda1 tmem=1 console=hvc0 earlyprintk=xen debug l\..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/debian/boot/64/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 console=hvc0 earlyprintk=xen debug
loglevel=10 "
   ramdisk = "/mnt/storage/repos/debian/boot/64/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/272/device/vkbd/0"
     frontend-id = "272"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/272/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/272/device/vfb/0"
     frontend-id = "272"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/272/0"
   vbd = ""
    51712 = ""
     frontend = "/local/domain/272/device/vbd/51712"
     frontend-id = "272"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/272/51712"
    51728 = ""
     frontend = "/local/domain/272/device/vbd/51728"
     frontend-id = "272"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/272/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/272/device/vif/0"
     frontend-id = "272"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/272/0"
   console = ""
    0 = ""
     frontend = "/local/domain/272/device/console/0"
     frontend-id = "272"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/272/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "35fee459-6078-2a6d-af17-8da54be89ade"
  on_reboot = "restart"
  start_time = "1290499565.87"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "936-2"
 5dff672d-7346-5692-fa99-4425d50c3d0b = ""
  image = "(linux
(kernel /mnt/storage/repos/ubuntu/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/ubuntu/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 console=hvc0 earlyprintk=xen debug l\..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/ubuntu/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 console=hvc0 earlyprintk=xen debug
loglevel=10 "
   ramdisk = "/mnt/storage/repos/ubuntu/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/334/device/vkbd/0"
     frontend-id = "334"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/334/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/334/device/vfb/0"
     frontend-id = "334"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/334/0"
   vbd = ""
    51712 = ""
     frontend = "/local/domain/334/device/vbd/51712"
     frontend-id = "334"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/334/51712"
    51728 = ""
     frontend = "/local/domain/334/device/vbd/51728"
     frontend-id = "334"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/334/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/334/device/vif/0"
     frontend-id = "334"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/334/0"
   console = ""
    0 = ""
     frontend = "/local/domain/334/device/console/0"
     frontend-id = "334"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/334/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "5dff672d-7346-5692-fa99-4425d50c3d0b"
  on_reboot = "restart"
  start_time = "1290513348.74"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "3735-2"
 ef9f0248-863f-2fa1-9da8-95e47ff3bc71 = ""
  image = "(linux
(kernel /mnt/storage/repos/centos/boot/64/vmlinuz-static)
(ramdisk /mnt/storage/repos/centos/boot/64/initrd-static) (args '
root=/dev/xvda1 tmem=1 ') (superpages 0) (videoram 4) (pci \..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/centos/boot/64/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 "
   ramdisk = "/mnt/storage/repos/centos/boot/64/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/428/device/vkbd/0"
     frontend-id = "428"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/428/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/428/device/vfb/0"
     frontend-id = "428"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/428/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/428/device/vbd/51712"
     frontend-id = "428"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/428/51712"
    51728 = ""
     frontend = "/local/domain/428/device/vbd/51728"
     frontend-id = "428"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/428/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/428/device/vif/0"
     frontend-id = "428"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/428/0"
   console = ""
    0 = ""
     frontend = "/local/domain/428/device/console/0"
     frontend-id = "428"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/428/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "ef9f0248-863f-2fa1-9da8-95e47ff3bc71"
  on_reboot = "restart"
  start_time = "1290519895.37"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "3502-18"
 6f121ba2-0f33-85ad-15b5-caa8425e39c6 = ""
  image = "(linux
(kernel /mnt/storage/repos/debian/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/debian/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 ') (superpages 0) (videoram 4) (pci \..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/debian/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 "
   ramdisk = "/mnt/storage/repos/debian/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/483/device/vkbd/0"
     frontend-id = "483"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/483/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/483/device/vfb/0"
     frontend-id = "483"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/483/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/483/device/vbd/51712"
     frontend-id = "483"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/483/51712"
    51728 = ""
     frontend = "/local/domain/483/device/vbd/51728"
     frontend-id = "483"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/483/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/483/device/vif/0"
     frontend-id = "483"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/483/0"
   console = ""
    0 = ""
     frontend = "/local/domain/483/device/console/0"
     frontend-id = "483"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/483/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "6f121ba2-0f33-85ad-15b5-caa8425e39c6"
  on_reboot = "restart"
  start_time = "1290524182.08"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "870-4"
 3dc76a45-98c8-473d-70c1-4b2dae2e8021 = ""
  image = "(hvm (kernel ) (superpages 0) (videoram 4) (hpet 0) (stdvga
0) (loader /usr/lib/xen/boot/hvmloader) (xen_platform_pci 1)
(rtc_timeoffset 0) (pci ()) (hap 1) (localtime 0) (timer_mode 1) (pci
\..."
   ostype = "hvm"
   kernel = ""
   cmdline = ""
   ramdisk = ""
   dmargs = "-domain-name vps-58-147 -videoram 4 -vnc 0.0.0.0:0,password
-vncunused -vcpus 1 -vcpu_avail 0x1 -boot c -serial pty -acpi -usb
-usbdevice tablet -net nic,vlan=1,macaddr=00:16:3e:00:03:c2,m\..."
   device-model = "/usr/lib/xen/bin/qemu-dm"
   display = ""
  vncpasswd = "\000"
  rtc = ""
   timeoffset = "0"
  device = ""
   vfb = ""
    0 = ""
     frontend = "/local/domain/486/device/vfb/0"
     frontend-id = "486"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/486/0"
   tap = ""
    768 = ""
     frontend = "/local/domain/486/device/vbd/768"
     frontend-id = "486"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/486/768"
    832 = ""
     frontend = "/local/domain/486/device/vbd/832"
     frontend-id = "486"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/486/832"
   vif = ""
    0 = ""
     frontend = "/local/domain/486/device/vif/0"
     frontend-id = "486"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/486/0"
   console = ""
    0 = ""
     frontend = "/local/domain/486/device/console/0"
     frontend-id = "486"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/486/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "9"
  uuid = "3dc76a45-98c8-473d-70c1-4b2dae2e8021"
  on_reboot = "restart"
  start_time = "1290524303.41"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "vps-58-147"
 4f44f847-fabb-37d6-4ca6-87921680bee1 = ""
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "4f44f847-fabb-37d6-4ca6-87921680bee1"
  on_reboot = "restart"
  start_time = "1290288295.09"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  image = "(linux
(kernel /mnt/storage/repos/debian/boot/64/vmlinuz-static)
(ramdisk /mnt/storage/repos/debian/boot/64/initrd-static) (args '
root=/dev/xvda1 tmem=1 console=hvc0 xencons=tty ') (superpa\..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/debian/boot/64/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 console=hvc0 xencons=tty "
   ramdisk = "/mnt/storage/repos/debian/boot/64/initrd-static"
  name = "334-3"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/487/device/vkbd/0"
     frontend-id = "487"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/487/0"
   console = ""
    0 = ""
     frontend = "/local/domain/487/device/console/0"
     frontend-id = "487"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/487/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/487/device/vfb/0"
     frontend-id = "487"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/487/0"
   vbd = ""
    51712 = ""
     frontend = "/local/domain/487/device/vbd/51712"
     frontend-id = "487"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/487/51712"
    51728 = ""
     frontend = "/local/domain/487/device/vbd/51728"
     frontend-id = "487"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/487/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/487/device/vif/0"
     frontend-id = "487"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/487/0"
  vncpasswd = "\000"
 eee7ad9d-8d35-80d9-713c-8d2a943e8159 = ""
  image = "(linux
(kernel /mnt/storage/repos/debian/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/debian/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 console=hvc0 xencons=tty ') (superpa\..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/debian/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 console=hvc0 xencons=tty "
   ramdisk = "/mnt/storage/repos/debian/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/490/device/vkbd/0"
     frontend-id = "490"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/490/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/490/device/vfb/0"
     frontend-id = "490"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/490/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/490/device/vbd/51712"
     frontend-id = "490"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/490/51712"
    51728 = ""
     frontend = "/local/domain/490/device/vbd/51728"
     frontend-id = "490"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/490/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/490/device/vif/0"
     frontend-id = "490"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/490/0"
   console = ""
    0 = ""
     frontend = "/local/domain/490/device/console/0"
     frontend-id = "490"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/490/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "eee7ad9d-8d35-80d9-713c-8d2a943e8159"
  on_reboot = "restart"
  start_time = "1290524412.02"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "3706-1"
 1e67fcce-450c-6124-b28a-f9264090d739 = ""
  image = "(linux
(kernel /mnt/storage/repos/centos/boot/32/vmlinuz-static)
(ramdisk /mnt/storage/repos/centos/boot/32/initrd-static) (args '
root=/dev/xvda1 tmem=1 ') (superpages 0) (videoram 4) (pci \..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/centos/boot/32/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 "
   ramdisk = "/mnt/storage/repos/centos/boot/32/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/569/device/vkbd/0"
     frontend-id = "569"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/569/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/569/device/vfb/0"
     frontend-id = "569"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/569/0"
   console = ""
    0 = ""
     frontend = "/local/domain/569/device/console/0"
     frontend-id = "569"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/569/0"
   tap = ""
    51712 = ""
     frontend = "/local/domain/569/device/vbd/51712"
     frontend-id = "569"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/569/51712"
    51728 = ""
     frontend = "/local/domain/569/device/vbd/51728"
     frontend-id = "569"
     backend-id = "0"
     backend = "/local/domain/0/backend/tap/569/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/569/device/vif/0"
     frontend-id = "569"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/569/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "1e67fcce-450c-6124-b28a-f9264090d739"
  on_reboot = "restart"
  start_time = "1290530213.16"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "2"
   last_shutdown_reason = "reboot"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "634-19"
 69845516-8daa-740b-bc8a-df2341087c6f = ""
  image = "(linux
(kernel /mnt/storage/repos/ubuntu/boot/64/vmlinuz-static)
(ramdisk /mnt/storage/repos/ubuntu/boot/64/initrd-static) (args '
root=/dev/xvda1 tmem=1 console=hvc0 xencons=tty ') (superpa\..."
   ostype = "linux"
   kernel = "/mnt/storage/repos/ubuntu/boot/64/vmlinuz-static"
   cmdline = " root=/dev/xvda1 tmem=1 console=hvc0 xencons=tty "
   ramdisk = "/mnt/storage/repos/ubuntu/boot/64/initrd-static"
  vncpasswd = "\000"
  device = ""
   vkbd = ""
    0 = ""
     frontend = "/local/domain/832/device/vkbd/0"
     frontend-id = "832"
     backend-id = "0"
     backend = "/local/domain/0/backend/vkbd/832/0"
   vfb = ""
    0 = ""
     frontend = "/local/domain/832/device/vfb/0"
     frontend-id = "832"
     backend-id = "0"
     backend = "/local/domain/0/backend/vfb/832/0"
   vbd = ""
    51712 = ""
     frontend = "/local/domain/832/device/vbd/51712"
     frontend-id = "832"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/832/51712"
    51728 = ""
     frontend = "/local/domain/832/device/vbd/51728"
     frontend-id = "832"
     backend-id = "0"
     backend = "/local/domain/0/backend/vbd/832/51728"
   vif = ""
    0 = ""
     frontend = "/local/domain/832/device/vif/0"
     frontend-id = "832"
     backend-id = "0"
     backend = "/local/domain/0/backend/vif/832/0"
   console = ""
    0 = ""
     frontend = "/local/domain/832/device/console/0"
     frontend-id = "832"
     backend-id = "0"
     backend = "/local/domain/0/backend/console/832/0"
  on_xend_stop = "ignore"
  pool_name = "Pool-0"
  shadow_memory = "0"
  uuid = "69845516-8daa-740b-bc8a-df2341087c6f"
  on_reboot = "restart"
  start_time = "1290591873.23"
  on_poweroff = "destroy"
  bootloader_args = ""
  on_xend_start = "ignore"
  on_crash = "restart"
  xend = ""
   restart_count = "0"
  vcpus = "1"
  vcpu_avail = "1"
  bootloader = ""
  name = "vpsstarttest"




> I suspect xm destroy doesn't remove all the xenstore entries created by
> xm create...
> 


-- 
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: RE: "xm create" take more time to return.
  2010-11-24  9:02   ` Keir Fraser
  2010-11-24  9:04     ` Zhang, Yang Z
@ 2010-11-25  7:38     ` Zhang, Yang Z
  2010-11-25 10:48       ` Stefano Stabellini
  1 sibling, 1 reply; 12+ messages in thread
From: Zhang, Yang Z @ 2010-11-25  7:38 UTC (permalink / raw)
  To: Keir Fraser, xen-devel; +Cc: Ian Jackson, Stefano Stabellini

Hi keir
Our testing is base on xm now . And we know xl will be official supported by xen 4.1, so should we move to xl now or after xen 4.1 release?

BTW: we had investigated xl several months ago, and there were some problems with it(I have send a mail to discuss it before), but I am not sure whether those bugs are fixed or not.

best regards
yang


> -----Original Message-----
> From: Keir Fraser [mailto:keir.xen@gmail.com] On Behalf Of Keir Fraser
> Sent: Wednesday, November 24, 2010 5:03 PM
> To: Zhang, Yang Z; xen-devel@lists.xensource.com
> Cc: Ian Jackson
> Subject: Re: [Xen-devel] RE: "xm create" take more time to return.
> 
> Noone cares that much about xm any more. Reproduce with xl create and you
> might get some takers from the maintainers of libxl.
> 
> 
> On 24/11/2010 03:14, "Zhang, Yang Z" <yang.z.zhang@intel.com> wrote:
> 
> > No one care about the stress case? Or this issue only happen to me?
> >
> > best regards
> > yang
> >
> >
> >> -----Original Message-----
> >> From: xen-devel-bounces@lists.xensource.com
> >> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Zhang, Yang
> Z
> >> Sent: Friday, November 19, 2010 9:47 AM
> >> To: xen-devel@lists.xensource.com
> >> Cc: Keir Fraser
> >> Subject: [Xen-devel] "xm create" take more time to return.
> >>
> >> Hi all
> >> Now I am running stress test against xen-unstable. We have one case that
> >> repeated to create/destroy guest one thousand times. I can see it is always
> >> successful to create/destroy guest at begin of the testing(about first three
> >> hundreds). But after create/destroy guest about three hundreds, we start
> to
> >> see the testing will fail sometime. And at ending of the testing, it always
> >> fail to
> >> create guest.
> >> After investigation, we found after many times create/destroy guest. The
> >> return from "xm create guest.config" was very slowly. It may take more
> than 1
> >> minutes to return. But guest still successful to create when it returned.
> >> With
> >> "top", I found the xenstored take about 70% cpu utilization when run "xm
> >> create". So I think there would be something wrong with xenstored after
> >> create/destroy guest many many times.
> >> Anyone have suggestion?
> >>
> >> best regards
> >> yang
> >>
> >>
> >>
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xensource.com
> >> http://lists.xensource.com/xen-devel
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: RE: "xm create" take more time to return.
  2010-11-25  7:38     ` Zhang, Yang Z
@ 2010-11-25 10:48       ` Stefano Stabellini
  2010-11-25 12:13         ` Vasiliy G Tolstov
  2010-11-30  1:40         ` Zhang, Yang Z
  0 siblings, 2 replies; 12+ messages in thread
From: Stefano Stabellini @ 2010-11-25 10:48 UTC (permalink / raw)
  To: Zhang, Yang Z; +Cc: Ian Jackson, xen-devel, Keir Fraser, Stefano Stabellini

On Thu, 25 Nov 2010, Zhang, Yang Z wrote:
> Hi keir
> Our testing is base on xm now . And we know xl will be official supported by xen 4.1, so should we move to xl now or after xen 4.1 release?
> 

I think it makes sense to start now, considering that on January
xen-unstable is going to freeze anyway.
If you don't use python in your VM config files it should be just a
matter of linking xl to xm.


> BTW: we had investigated xl several months ago, and there were some problems with it(I have send a mail to discuss it before), but I am not sure whether those bugs are fixed or not.
> 

We'll try to fix any issues that you might find.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: RE: "xm create" take more time to return.
  2010-11-25 10:48       ` Stefano Stabellini
@ 2010-11-25 12:13         ` Vasiliy G Tolstov
  2010-11-30  1:40         ` Zhang, Yang Z
  1 sibling, 0 replies; 12+ messages in thread
From: Vasiliy G Tolstov @ 2010-11-25 12:13 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Zhang, Yang Z, Keir Fraser, xen-devel, Ian Jackson

On Thu, 2010-11-25 at 10:48 +0000, Stefano Stabellini wrote:
> On Thu, 25 Nov 2010, Zhang, Yang Z wrote:
> > Hi keir
> > Our testing is base on xm now . And we know xl will be official supported by xen 4.1, so should we move to xl now or after xen 4.1 release?
> > 
> 
> I think it makes sense to start now, considering that on January
> xen-unstable is going to freeze anyway.
> If you don't use python in your VM config files it should be just a
> matter of linking xl to xm.
> 
> 
> > BTW: we had investigated xl several months ago, and there were some problems with it(I have send a mail to discuss it before), but I am not sure whether those bugs are fixed or not.
> > 
> 
> We'll try to fix any issues that you might find.
> 

Can You try to fix xm issues too (only this). I hope that novell team
moved from xm to xl in thair sles rpms....

-- 
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: RE: "xm create" take more time to return.
  2010-11-25 10:48       ` Stefano Stabellini
  2010-11-25 12:13         ` Vasiliy G Tolstov
@ 2010-11-30  1:40         ` Zhang, Yang Z
  2010-11-30  2:50           ` Zhang, Yang Z
  1 sibling, 1 reply; 12+ messages in thread
From: Zhang, Yang Z @ 2010-11-30  1:40 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Ian Jackson, xen-devel, Keir Fraser

> -----Original Message-----
> From: Stefano Stabellini [mailto:stefano.stabellini@eu.citrix.com]
> Sent: Thursday, November 25, 2010 6:49 PM
> To: Zhang, Yang Z
> Cc: Keir Fraser; xen-devel@lists.xensource.com; Ian Jackson; Stefano Stabellini
> Subject: RE: [Xen-devel] RE: "xm create" take more time to return.
> 
> On Thu, 25 Nov 2010, Zhang, Yang Z wrote:
> > Hi keir
> > Our testing is base on xm now . And we know xl will be official supported by
> xen 4.1, so should we move to xl now or after xen 4.1 release?
> >
> 
> I think it makes sense to start now, considering that on January
> xen-unstable is going to freeze anyway.
> If you don't use python in your VM config files it should be just a
> matter of linking xl to xm.
Use python in config files? What does this mean?
For I know until now, the only different between the config of xl and xm is that xl uses the absolute path. Am I right?

best regards
yang
> 
> > BTW: we had investigated xl several months ago, and there were some
> problems with it(I have send a mail to discuss it before), but I am not sure
> whether those bugs are fixed or not.
> >
> 
> We'll try to fix any issues that you might find.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: RE: "xm create" take more time to return.
  2010-11-30  1:40         ` Zhang, Yang Z
@ 2010-11-30  2:50           ` Zhang, Yang Z
  0 siblings, 0 replies; 12+ messages in thread
From: Zhang, Yang Z @ 2010-11-30  2:50 UTC (permalink / raw)
  To: Zhang, Yang Z, Stefano Stabellini; +Cc: Keir Fraser, xen-devel, Ian Jackson

> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Zhang, Yang Z
> Sent: Tuesday, November 30, 2010 9:41 AM
> To: Stefano Stabellini
> Cc: Ian Jackson; xen-devel@lists.xensource.com; Keir Fraser
> Subject: RE: [Xen-devel] RE: "xm create" take more time to return.
> 
> > -----Original Message-----
> > From: Stefano Stabellini [mailto:stefano.stabellini@eu.citrix.com]
> > Sent: Thursday, November 25, 2010 6:49 PM
> > To: Zhang, Yang Z
> > Cc: Keir Fraser; xen-devel@lists.xensource.com; Ian Jackson; Stefano
> Stabellini
> > Subject: RE: [Xen-devel] RE: "xm create" take more time to return.
> >
> > On Thu, 25 Nov 2010, Zhang, Yang Z wrote:
> > > Hi keir
> > > Our testing is base on xm now . And we know xl will be official supported by
> > xen 4.1, so should we move to xl now or after xen 4.1 release?
> > >
> >
> > I think it makes sense to start now, considering that on January
> > xen-unstable is going to freeze anyway.
> > If you don't use python in your VM config files it should be just a
> > matter of linking xl to xm.
> Use python in config files? What does this mean?
> For I know until now, the only different between the config of xl and xm is that xl
> uses the absolute path. Am I right?
Ok, I know what you mean. 
And I also checked xl with latest xen-unstable. It also supports pass "hvmloader" to kernel directly in config files. So there are no difference between them except using python in config file.

best regards
yang
> best regards
> yang
> >
> > > BTW: we had investigated xl several months ago, and there were some
> > problems with it(I have send a mail to discuss it before), but I am not sure
> > whether those bugs are fixed or not.
> > >
> >
> > We'll try to fix any issues that you might find.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-11-30  2:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-19  1:47 "xm create" take more time to return Zhang, Yang Z
2010-11-24  3:14 ` Zhang, Yang Z
2010-11-24  9:02   ` Keir Fraser
2010-11-24  9:04     ` Zhang, Yang Z
2010-11-25  7:38     ` Zhang, Yang Z
2010-11-25 10:48       ` Stefano Stabellini
2010-11-25 12:13         ` Vasiliy G Tolstov
2010-11-30  1:40         ` Zhang, Yang Z
2010-11-30  2:50           ` Zhang, Yang Z
2010-11-24 12:18   ` Vasiliy G Tolstov
2010-11-24 12:23     ` Stefano Stabellini
2010-11-24 12:26       ` Vasiliy G Tolstov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.