From: Anthony Liguori <aliguori@us.ibm.com>
To: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@unisys.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: RE: RE: Re: "xm list"causing "OverflowError:int exceedsXML-RPC limits"
Date: Tue, 28 Mar 2006 00:03:08 -0600 [thread overview]
Message-ID: <4428D19C.2040001@us.ibm.com> (raw)
In-Reply-To: <EF8D308BE33AF54D8934DF26520252D304274EA2@USTR-EXCH5.na.uis.unisys.com>
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
>
next prev parent reply other threads:[~2006-03-28 6:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-28 4:19 RE: RE: Re: "xm list"causing "OverflowError:int exceedsXML-RPC limits" Puthiyaparambil, Aravindh
2006-03-28 6:03 ` Anthony Liguori [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-03-28 15:06 RE: RE: Re: "xm list" causing " Puthiyaparambil, Aravindh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4428D19C.2040001@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=aravindh.puthiyaparambil@unisys.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.