From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 00:13:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71FA6106564A for ; Wed, 6 Jul 2011 00:13:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id C23F68FC08 for ; Wed, 6 Jul 2011 00:13:19 +0000 (UTC) Received: by wwe6 with SMTP id 6so6252912wwe.31 for ; Tue, 05 Jul 2011 17:13:18 -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 :content-type; bh=Y7vBcbw38juKhH3gjIkT0qxkpxqBxAg4G3XTQT7jceU=; b=ecqLfpXM/KlDpl/QLlduBNKrjMOXBe+nTC24XIBClPz2YPF2CArGZZvZR7MM8ID/+1 3Ouk1af6v3DnHvoErk0S+n0y5qx9JRBa1/AEtZ9vCZrDatx5j2q6VTI7CluCmvou3Fby ymsdoHuCxPp1rVKSOnbeXWtbku9eabg9C0g9M= MIME-Version: 1.0 Received: by 10.216.237.8 with SMTP id x8mr5204293weq.37.1309911198507; Tue, 05 Jul 2011 17:13:18 -0700 (PDT) Received: by 10.216.91.69 with HTTP; Tue, 5 Jul 2011 17:13:18 -0700 (PDT) In-Reply-To: <4E1367E7.3050205@rawbw.com> References: <4E1367E7.3050205@rawbw.com> Date: Tue, 5 Jul 2011 17:13:18 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Subject: Re: Tool to show the recent disk space consumers? 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: Wed, 06 Jul 2011 00:13:20 -0000 On Tue, Jul 5, 2011 at 12:37, Yuri wrote: > Hi, > > I hit this problem periodically when a lot of disk space is gone and it's > hard to tell where did it go. Once it was thunderbird writing huge index > file as a consequence of some bug, on another occasion it was the bug in KDE > writing some huge index somewhere in ~/.kde4. > > Is there a tool slowly indexing the file system and showing where exactly > did the sudden growth of consumed space occur? > > I know about du(1) but I am looking for some program that can detect the > dynamics and pinpoint the offending files. > > Yuri kdirstat might prove useful, if it's run periodically. Kurt