From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:06:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E3A16A41F for ; Mon, 5 Sep 2005 20:06:54 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from mdhost1.centroin.com.br (mdhost1.centroin.com.br [200.225.63.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CDE43D48 for ; Mon, 5 Sep 2005 20:06:52 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by mdhost1.centroin.com.br (8.13.4/8.13.4/CIP SMTP HOST) with ESMTP id j85K6Rb3083414 for ; Mon, 5 Sep 2005 17:06:27 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Mon, 5 Sep 2005 17:06:49 -0300 (EST) From: Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: ls -l taking too much time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 20:06:54 -0000 Hi all, =09It=B4s a FreeBSD 5.4-STABLE, on a P-IV(2.4GHz) with 120G IDE HDD (UFS2+softupdates), as one data partition (mail). =09The test was done in a non-production server. =09GENERIC kernel. =09A "ls -l" in a /var/mail folder with +6000 files (not maildir) is taking more then 2 min to complete. =09I compiled (static) "ls" from the GNU filetools-4.1 and it takes ~1 min. =09Observing the final behavior I can say that gnu has an "unbuffered" output, while fbsds is buffered. =09It was tested in two different machines. =09Is it right? - Marcelo