search for: httpu

Displaying 4 results from an estimated 4 matches for "httpu".

Did you mean: http
2007 Oct 08
0
Node CPU Utilization
...time session = None def print_cpu_utilization(): # Find a non-template VM object cpus = session.xenapi.host_cpu.get_all() while True: for cpu in cpus: load = session.xenapi.host_cpu.get_utilisation(cpu) print load time.sleep(1) url = ''httpu:///var/run/xend/xen-api.sock'' username = ''fakeuser'' # we run as root, dont worry about auth password = ''fakepass'' # First acquire a valid session by logging in: session = XenAPI.Session(url) session.xenapi.login_with_password(username, password) print_cp...
2006 Jun 09
15
[RFC][PATCH] Secure XML-RPC for Xend
Hi, The following patch implements a secure XML-RPC protocol for Xend. Instead of using HTTPS with basic authentication and dealing with all that nasty OpenSSL/PAM integration, it just uses SSH. This gives you all the properties you want (great security and PAM integration) with very little code. There are some minor issues so I''d rather it not be applied immediately.
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems to only occur on systems with very large memory. However, on those systems, it''s a show-stopper. I see this as a temporary solution until we can sanitize the XML-RPC functions and get rid of all the S-Expression stuff. I''ll run xm-test tomorrow against it. Right now I''ve only done basic
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel