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-users

Re: [Xen-users] Domain level Network and VBD numbers in a loggable forma

To: "Ashish Gupta" <ashishgup@xxxxxxxxx>
Subject: Re: [Xen-users] Domain level Network and VBD numbers in a loggable format
From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
Date: Mon, 21 May 2007 19:26:24 +0530
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 21 May 2007 06:54:48 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QO06G+ZXjRqjQvG8ROJ7Iv82RDGtkClGJC4S7mpkgTldY4ClsXuL1YnYiOvFQ2Ncf/MH5SPrIHORl6TwdTO7n4wJxofCOXdlTO4Qagiw4y9fqgqHxnzK95hWbmxKfR/jPE1Dwz3DoRAS0B/3T0FEMEm1tyNADhM0/2duVH/5d6I=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=P7acg1MLy+4e+vvnQ1igEvVSW2U9K1UJFqovBEZiYVC51K5aYFSyLZQEihJcbPbzaaKEd3RRKN3DQf84vo49Yr6BjmcgHQSDx9oJWo5KhOrXtT31iPHFHtIOenFZwcz5O+jUe5FqdZL6Ds1LjULEqx6Y72yWeuJ8wyoATs6VYIE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <fcc5876b0705181721w4dc3216fvacd1d9021328d958@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <fcc5876b0705181721w4dc3216fvacd1d9021328d958@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Yes that u can do,

 /usr/sbin/xentop --help
Usage: /usr/sbin/xentop [OPTION]
Displays ongoing information about xen vm resources

-h, --help           display this help and exit
-V, --version        output version information and exit
-d, --delay=SECONDS  seconds between updates (default 3)
-n, --networks       output vif network data
-x, --vbds           output vbd block device data
-r, --repeat-header  repeat table header before each domain
-v, --vcpus          output vcpu data
-b, --batch          output in batch mode, no user input accepted
-i, --iterations     number of iterations before exiting

U shoud use option -b ( Batch ) and -i to get the No of times u want to get the output and then pass stanadard output to a file for later analysis.

Example
#xentop -b -i 10 1>log &

log file contains the output of 10 iterations.

Then use appropriate options to filter the output for either network or others.

Thanks,
Trilok

On 5/19/07, Ashish Gupta <ashishgup@xxxxxxxxx> wrote:
Hi,

xentop displays network and VBD numbers at the domain level. Can I somehow log them  for offline analysis ?
Are they available in procfs or sysfs ?

thanks!
Ashish

--
http://www.cs.northwestern.edu/~agupta

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>