similar to: Xentop not work and do segfault

Displaying 20 results from an estimated 100 matches similar to: "Xentop not work and do segfault"

2010 Aug 18
0
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] Issue resolved
.config from Ubuntu instance just copied over to F13 instance.  2.6.32.19 rebuilt on F13 with minimal initramfs and get 3D on F13.   I also made diff between .configs   Looks like CONFIG_DRM_RADEON=y caused a problem   should be =m.   CONFIG_DRM_RADEON_KMS=y to make modesetting on radeon by   default.  Boris. --- On Wed, 8/18/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From:
2010 Aug 18
1
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
> Can you try fiddling with the dracut options to force it include the > proper firmware bits? Build kernel 2.6.32.19 with 1. CONFIG_DRM_RADEON=y 2. Drivers->Staging Drivers-> Enable modesetting on radeon by default <*> ( otherwise KMS switches to userspace modesetting ) Whatever option like --add , --install i tried with dracut. initramfs been uncompressed # cd /root/test #
2010 Oct 22
0
[PATCH] tools/xenstat/xentop/xentop.c -- fix xentop so it returns the correct exit code on invalid argument
This patch fixes the problem with xentop where it returns an exit code of 0 when passing it invalid options when it should return 1. The issue comes from getopt() returning ''?'' and the case from switch matching it. The solution was to remove the case ''?'' so that the default match could be triggered. Quote from `man 3 getopt` "If getopt() does not
2007 Apr 03
0
xentop and vcpu-list???
Hi, I have a couple of questions. on Xentop: In Xentop what does the NETS column mean. I see a NETTX and a NETRX, and i think they mean the number of network bytes transmitted and received. Also what does the VBDs number mean. Is that the number of block device IO operations? or the number of IO bytes. on vcpu-list: I expected that at any point of time a pcpu would have only 1VMID in
2007 Mar 29
0
extracting CPU usage from xentop
Hi, I want to extract CPU usage values done by specific domain for long interval of time. How can I do that ? Is there any option to set with xentop command. thanks, -Rahul --------------------------------- Here’s a new way to find what you''re looking for - Yahoo! Answers --0-1332848610-1175145966=:89690 Content-Type: text/html; charset=iso-8859-1
2006 Jul 05
0
[Xentop] perl script for data extraction.
Hi All I wrote a perl script for extracting csv file from xentop batch mode (-b) . This script extracts data(time and cpu%) in CSV format. Please use it and comments are welcome! Thanks, Shao _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Feb 26
0
[PATCH] Fix for Solaris compile/output for VBDs in xentop
# HG changeset patch # User john.levon@sun.com # Date 1172534164 28800 # Node ID 37fce3c0c10baee370ecc39b6a50fed8b232bd69 # Parent 4998793aa87729fbe8a582faa3a22c9ecfefe13c Fix for Solaris compile/output for VBDs in xentop. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c --- a/tools/xenstat/xentop/xentop.c +++
2006 Jun 30
0
[PATCH 0/2][Resend] Display VBD information by xentop. ver.2
I sent before few days. However, anyone did not comments. So, I resend this patch series. I hope to response for this patch series. This patch series provides the function to display VBD information through xentop. VBD information will be possible to get through sysfs which is locale in /sys/devices/xen-backed/vbd-x-xxxx, by previous patch. In this patch series, libxenstat collects these
2009 May 21
1
Xentop and hvm?
Does xentop show network and disk stats from hvm guests? Mine are always showing up with 0. Thanks Tom _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 28
0
[PATCH] Fix return code of xentop
Hi, When I tested the xentop with a wrong option, the xentop returned the return code 0. # xentop --abc xentop: unrecognized option `--abc'' Usage: xentop [OPTION] Displays ongoing information about xen vm resources <snip> # echo $? 0 If the wrong option was specified, I think that the xentop had better return the return code 1 (or not 0). This patch fixes the return code of
2010 May 19
0
[PATCH] xentop: fix sigsegv
On my system, I''m getting SIGSEGVs in xentop because xenstat_node_domain() is returning NULL. Skip the loop if it does rather than crashing. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> diff -r 9dda78d7af3b -r 5895ad758076 tools/xenstat/libxenstat/src/xenstat_linux.c --- a/tools/xenstat/libxenstat/src/xenstat_linux.c Tue May 18 15:38:36 2010 -0700 +++
2012 Oct 25
0
PVonHVM, Networking and xentop
All, I have a domU running Ubuntu 12.04.1 LTS 64bit using PVonHVM which is working well but I noticed a quirk and just wanted to check it wasn''t just my misunderstanding. On my dom0 (Arch Linux, 64bit, AMD Phenom 2 X4 965 CPU, Xen 4.2.0 from my own PKGBUILD) I run "xl top" and xentop loads and shows all the currently running domains; only none of the domains have anything
2006 Nov 01
1
iteration option for xentop?
Hello to all, Does anyone know if there is an iteration option planned for xentop (similar to top) to make it easier for simple shell scripts to scrape the output? I don''t see one in tools/xenstat/xentop/xentop.c , but I''ve been meaning to play with stuff in libxenstat anyway. If its going to be added soon I''ll tinker much later than sooner. TIA :) Best, -Tim
2008 Mar 14
0
[PATCH] Add periodic fflush to xentop batch mode.
Add periodic fflush to xentop(batch mode). If you want to make monitor tool using the following command, you can not get output every some seconds. xentop -b -d 1 > xentop.log (above tool use tail command to get periodic data from xentop.log) This patch is useful when you get xentop output(batch mode) periodicaly using pipe. Best Regards, Yusuke Kaneki ---- *** old/xentop.c
2006 Apr 26
1
Is there a multi-processor version of Xentop ?
Hi, Can someone please tell me if there is a multiprocessor version of xentop available or in the making ? I notice that the current xentop does not give any information per physical cpu on a multiprocessor machine. Thanks and regards Arjun _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Jun 05
0
xentop VBD and N/w stats
Hi Is there a place where I can get explaination for VBD and N/W related stats produced by xentop ? Or if some one knows.. can they please reply to this email. Thanks in advance. -nb _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jun 05
0
[PATCH][XENTOP][4/4] Display blktap statistics.
This patch make xentop output statistics about both blkback and blktap. And, xentop also display back-end driver type in detail view mode. # HG changeset patch # User s-uchida@ap.jp.nec.com # Date 1180665749 -32400 # Node ID 1b36d6f6c7a98728382de93ee23c8c97b0b95dbd # Parent 1768a89bb87824249827d935d7803d8193bdeb05 XENTOP: Displaying blktap information. Signed-off-by: Satoshi UCHIDA
2008 Oct 17
1
top result different with xentop
Hello, I found the result of "xentop" differented with the result of "top", I think this may be the "top" can not monitor the load of xen hypervisor, how can I get the load of xen hypervisor, thanks! 2008-10-17 xdongp _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Jun 25
1
different core number in "top" and "xentop"
Hi everyone, How many cores should show on command “top”? We have a 24 cores machine with XCP, we can see 24 cores show on XenCenter and xentop, But when use “top” and “cat /proc/cupinfo”, it only show 4 cores, Is this right? ----------------------------------------------------------------------- 黃獻輝(Hunag Hsien Hui) 中華電信研究所網路維運研究室 TEL: 03-4244997 Mobile: 0928-752495
2014 Apr 16
0
Bug#744927: No VIF information in xentop with xl
Package: xen-utils-4.3 Version: 4.3.0-3+b1 Using the xl toolstack there's no information about the networks of the domUs in xentop. I have a PV and a HVM domU and both are shown as having 0 network interfaces, while in fact they have functioning interfaces. Here's one of the interfaces that should be shown, from xenstore: 29 = "" 0 = "" frontend =