From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q47MxoOa209356 for ; Mon, 7 May 2012 17:59:51 -0500 Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by cuda.sgi.com with ESMTP id CJ53eWCVnF3TeMzu for ; Mon, 07 May 2012 15:59:48 -0700 (PDT) Date: Tue, 8 May 2012 08:59:44 +1000 From: Dave Chinner Subject: Re: Still seeing hangs in xlog_grant_log_space Message-ID: <20120507225944.GA5091@dastard> References: <20120425223845.GX9541@dastard> <20120426224412.GA9541@dastard> <20120426230738.GB9541@dastard> <20120427110922.GF9541@dastard> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Juerg Haefliger Cc: xfs@oss.sgi.com On Sat, May 05, 2012 at 09:44:35AM +0200, Juerg Haefliger wrote: > >> But better would be to use the device number of the relevant > >> filesystem to filter the events. The device is 252:2, which means in > >> kernel terms is it: > >> > >> =A0 =A0 =A0 =A0dev =3D (major << 20) | minor > >> =A0 =A0 =A0 =A0 =A0 =A0=3D 0xfc00002 > >> > >> So you should be able to get just the xfs-hang events via: > >> > >> # trace-cmd record -e xfs\* -d 'dev =3D=3D 0xfc00002' > >> > >> and as long as you don't host log files on /xfs-hang, it'll only > >> record the workload running on the xfs-hang filesystem. > > > > Third try: https://region-a.geo-1.objects.hpcloudsvc.com:443/v1.0/AUTH_= 9630ead2-6194-40df-afd3-7395448d4536/xfs-hang/report-2012-04-27-180secs.tgz > > Filtered by device, trace events go to a different filesystem. > = > Did anybody have a chance to look at the data? I've had a quick look, but I need to write scripts to visualise it (i.e. graph it) to determine if there's any pattern to the issue. Cheers, Dave. -- = Dave Chinner david@fromorbit.com _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs