Displaying 5 results from an estimated 5 matches for "xm_top".
Did you mean:
m_top
2006 Mar 26
1
as asked... i''m reporting an unexpected error
...om
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 1021, in
main
rc = cmd(args)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 654, in
xm_top
os.execvp(''xentop'', [''xentop''])
File "/usr/lib64/python2.4/os.py", line 341, in execvp
_execvpe(file, args)
File "/usr/lib64/python2.4/os.py", line 379, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or di...
2009 Jun 23
6
network usage gathering
I''ve run into a problem gathering usage for my xen virtual systems. With my
old model I used to gather all network usage via my cisco devices using the
the counters for each port. Each system had it''s own port on the switch, and
I tracked network usage accordingly. Now that I''m using xen for virtual
systems, and multiple vm''s share the same switch port,
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
...+++ b/tools/python/xen/xm/main.py Mon Dec 26 10:16:56 2005
@@ -625,6 +625,8 @@
server.xend_domain_cpu_sedf_set(dom, *v)
def xm_info(args):
+ arg_check(args, "info", 0)
+
from xen.xend.XendClient import server
info = server.xend_node()
@@ -645,9 +647,12 @@
def xm_top(args):
+ arg_check(args, "top", 0)
+
os.execvp(''xentop'', [''xentop''])
def xm_dmesg(args):
+ arg_check(args, "dmesg", 0)
gopts = Opts(use="""[-c|--clear]
_______________________________________________
Xen-dev...
2006 May 22
0
Unexpected error: exceptions.OSError
...Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 1021, in main
rc = cmd(args)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 654, in
xm_top
os.execvp(''xentop'', [''xentop''])
File "/usr/lib/python2.4/os.py", line 341, in execvp
_execvpe(file, args)
File "/usr/lib/python2.4/os.py", line 379, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or...
2008 Jan 30
0
I got Error on Xen.
...e.com
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 1460, in main
rc = cmd(args)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 1037, in
xm_top
os.execvp(''xentop'', [''xentop''])
File "/usr/lib/python2.4/os.py", line 341, in execvp
_execvpe(file, args)
File "/usr/lib/python2.4/os.py", line 379, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or direct...