From owner-freebsd-current@FreeBSD.ORG  Wed Jul  6 17:04:53 2011
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: current@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CBF54106566C
	for <current@freebsd.org>; Wed,  6 Jul 2011 17:04:53 +0000 (UTC)
	(envelope-from pluknet@gmail.com)
Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com
	[209.85.213.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 911C88FC17
	for <current@freebsd.org>; Wed,  6 Jul 2011 17:04:53 +0000 (UTC)
Received: by yxl31 with SMTP id 31so86463yxl.13
	for <current@freebsd.org>; Wed, 06 Jul 2011 10:04:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=WVjKwPFr5LQf/Ljr7NoXVgFhffcwc9pzVJU+dK/Gukw=;
	b=Vjf4f5uAEZsyb4dqcKl/Jz+Upa+DObHW6ry5ft1OKZdMuihsVCMeAWkbuAsr/WPbe9
	nhHGPJF/S3BvST/jHoVIppETzyOsRcJjxHtD60y9wnclm2ucLRBWpmtTVtZO4+xirlJC
	djcphdhE+LeIhXyoXRERL/nQbTs6O02ezJQes=
MIME-Version: 1.0
Received: by 10.150.243.6 with SMTP id q6mr32911ybh.129.1309970418755; Wed, 06
	Jul 2011 09:40:18 -0700 (PDT)
Received: by 10.150.92.6 with HTTP; Wed, 6 Jul 2011 09:40:18 -0700 (PDT)
In-Reply-To: <20110706091945.GA64202@freebsd.org>
References: <20110706091945.GA64202@freebsd.org>
Date: Wed, 6 Jul 2011 20:40:18 +0400
Message-ID: <CAE-mSO+XNjRd7TTkN4LJMbLR5HTrSbRogQCeO9UpOOXRectT0g@mail.gmail.com>
From: Sergey Kandaurov <pluknet@gmail.com>
To: Alexander Best <arundel@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Cc: current@freebsd.org
Subject: Re: displaying thread id in top -H
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Jul 2011 17:04:53 -0000

On 6 July 2011 13:19, Alexander Best <arundel@freebsd.org> wrote:
> hi there,
>
> any reason why bin/139389 hasn't been committed, yet? i think seeing the thread
> id in top -H output is extremely useful!

I think the main reason is that tid takes a log of space (6 digits + 2 spaces),
and top already suffers from a lack of free columns.

-- 
wbr,
pluknet