WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] RE: RE: Re: "xm list"causing "OverflowError:int exceedsX

To: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
Subject: Re: [Xen-devel] RE: RE: Re: "xm list"causing "OverflowError:int exceedsXML-RPC limits"
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Tue, 28 Mar 2006 00:03:08 -0600
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 28 Mar 2006 06:04:47 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <EF8D308BE33AF54D8934DF26520252D304274EA2@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <EF8D308BE33AF54D8934DF26520252D304274EA2@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mail/News 1.5 (X11/20060309)
Puthiyaparambil, Aravindh wrote:
I think it would be more common the more RAM your system has.  This is
the
sort of thing that's easy to miss since I don't have too many machines
with huge amounts of memory available :-)

In future if you need anything that needs to be tried out on a large
memory or large SMP system, please let me know and I will try to help
out.

Actually, I'd be very grateful if you could post the output of the following:

First enable the Xend TCP XML-RPC server by adding:

(xend-tcp-xmlrpc-server yes)

Then, start up python, and execute the following:

Python 2.4.2 (#2, Sep 30 2005, 21:19:01)
[GCC 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xmlrpclib
>>> a = xmlrpclib.ServerProxy("http://localhost:8005";)
>>> a.xend.domains(0)
['Domain-0']
>>> a.xend.domains(1)
[['domain', ['domid', 0], ['uuid', '00000000-0000-0000-0000-000000000000'], ['ssidref', 0], ['vcpus', 2], ['vcpu_avail', 1], ['cpu_weight', 1.0], ['memory', 514], ['maxmem', 514], ['name', 'Domain-0'], ['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['state', 'r-----'], ['shutdown_reason', 'poweroff'], ['cpu_time', 8251.5099515279999], ['online_vcpus', 1]]]

I'm interested only in the last line of output. I'm a bit perplexed still about what where this large int is occurring.

Regards,

Anthony Liguori

Cheers,
Aravindh


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>