Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753879AbXLWOOO (ORCPT ); Sun, 23 Dec 2007 09:14:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752285AbXLWON7 (ORCPT ); Sun, 23 Dec 2007 09:13:59 -0500 Received: from one.firstfloor.org ([213.235.205.2]:42744 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751658AbXLWON6 (ORCPT ); Sun, 23 Dec 2007 09:13:58 -0500 Date: Sun, 23 Dec 2007 15:15:00 +0100 From: Andi Kleen To: Willy Tarreau Cc: Steven Rostedt , Linus Torvalds , Theodore Tso , Ingo Molnar , Andi Kleen , Christoph Lameter , Peter Zijlstra , LKML , Andrew Morton , Christoph Hellwig , "Rafael J. Wysocki" Subject: Re: Major regression on hackbench with SLUB (more numbers) Message-ID: <20071223141500.GB6430@one.firstfloor.org> References: <20071221225413.GA26189@elte.hu> <20071222100326.GF26157@elte.hu> <20071222192550.GD28891@thunk.org> <20071222221050.GA20753@1wt.eu> <20071223051241.GA4449@1wt.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071223051241.GA4449@1wt.eu> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 17 > Same here. In fact, I've always considered that procfs was for > humans while sysfs was for tools. sysfs reminds me too much the > unexploitable /devices in Solaris. With the proper tools, I think > we can do a lot with it, but it's not as intuitive to find the > proper tools as it was to do "ls" followed by "cat" in /proc. find /sys/... -type f | while read i ; do echo "$i: $(<$i)" ; done tends to work reasonably well for a quick overview, but yes cat was nicer for humans. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/