<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Monitoring disk usage on a BSD box</title>
      <link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box/</link>
      <description>Comments on Ask MetaFilter post Monitoring disk usage on a BSD box</description>
	  	  <pubDate>Sun, 12 Feb 2006 08:10:42 -0800</pubDate>
      <lastBuildDate>Sun, 12 Feb 2006 08:10:42 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Monitoring disk usage on a BSD box</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box</link>	
  	<description>Is there something like Spacemonger for FreeBSD? &lt;br /&gt;&lt;br /&gt; I use &lt;a href=&quot;http://www.werkema.com/software/spacemonger.html&quot;&gt;Spacemonger&lt;/a&gt; all the time to keep an eye on my Windows disk usage and weed out huge temp/log files etc. I also have root on a command-line FreeBSD box and I&apos;m fed up with using du drilldowns to work out where all my space has gone. Is there something similar to spacemonger which I could use? I&apos;m open to any suggestions: command line, web-interface, local (Windows) installation... Thanks.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.32536</guid>
  	<pubDate>Sun, 12 Feb 2006 08:00:54 -0800</pubDate>
  	<dc:creator>blag</dc:creator>
	
	<category>freebsd</category>
	
	<category>spacemonger</category>
	
	<category>disk</category>
	
	<category>diskspace</category>
	
	<category>commandline</category>
	
	<category>bsd</category>
	
	<category>server</category>
	
</item>
<item>
  	<title>By: Freaky</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508370</link>	
  	<description>&lt;a href=&quot;http://www.freshports.org/sysutils/kdirstat&quot;&gt;sysutils/kdirstat&lt;/a&gt; looks like what you&apos;re after.  Others will doubtless be in the same section.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508370</guid>
  	<pubDate>Sun, 12 Feb 2006 08:10:42 -0800</pubDate>
  	<dc:creator>Freaky</dc:creator>
</item>
<item>
  	<title>By: reynaert</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508375</link>	
  	<description>&lt;a href=&quot;http://www.marzocca.net/linux/baobab.html&quot;&gt;Baobab&lt;/a&gt;  maybe? Never used it personally. And it&apos;s a Gnome tool, so it&apos;ll probably need a lot of stuff that&apos;s not installed on your server.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508375</guid>
  	<pubDate>Sun, 12 Feb 2006 08:13:37 -0800</pubDate>
  	<dc:creator>reynaert</dc:creator>
</item>
<item>
  	<title>By: blag</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508470</link>	
  	<description>Thanks for the suggestions but both of those seem to require (KDE|Gnome) and my box is i) command-line only and ii) remote. Is there such a thing as a Windows app I could run on my local machine which would query the server remotely over SSH or something?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508470</guid>
  	<pubDate>Sun, 12 Feb 2006 10:38:30 -0800</pubDate>
  	<dc:creator>blag</dc:creator>
</item>
<item>
  	<title>By: cathodeheart</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508505</link>	
  	<description>i&apos;ve had success using spacemonger on a windows machine to analyze the diskspace on a mac on the same network. just connect to the mac as a network drive, and then tell spacemonger to look at that drive. not sure how this would work on freeBSD, but it could be worth a shot if you have the two boxes networked already.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508505</guid>
  	<pubDate>Sun, 12 Feb 2006 11:20:30 -0800</pubDate>
  	<dc:creator>cathodeheart</dc:creator>
</item>
<item>
  	<title>By: Nelson</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508595</link>	
  	<description>It&apos;s very old school, but &amp;quot;du | xdu&amp;quot; is a 1 dimensional version that&apos;s worked on Unix machines for 15 years.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508595</guid>
  	<pubDate>Sun, 12 Feb 2006 13:22:16 -0800</pubDate>
  	<dc:creator>Nelson</dc:creator>
</item>
<item>
  	<title>By: advil</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508608</link>	
  	<description>&lt;i&gt;I&apos;m fed up with using du drilldowns&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
By this I assume you mean something like &amp;quot;du | sort -n &amp;gt; sizes&amp;quot; right?  The only thing this doesn&apos;t show you that spacemonger/etc does is the containment relations.  Without sorting it, I can imagine it would be a pain, though.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508608</guid>
  	<pubDate>Sun, 12 Feb 2006 13:44:04 -0800</pubDate>
  	<dc:creator>advil</dc:creator>
</item>
<item>
  	<title>By: jjj606</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508683</link>	
  	<description>To find large files, for instance, over 10mb:&lt;br&gt;
find / -size +10000&lt;br&gt;
&lt;br&gt;
You could output it to a file periodically, using cron, and do diff on two of the files to see what&apos;s new.&lt;br&gt;
&lt;br&gt;
I have two cron jobs running weekly:&lt;br&gt;
&lt;br&gt;
Disk space usage:&lt;br&gt;
df &amp;gt;&amp;gt;/var/log/df.log&lt;br&gt;
Then I do:  grep /dev/sda6 df.log to see just the sda6 filesystem trends.&lt;br&gt;
&lt;br&gt;
The top 20 files from my large data file directory:&lt;br&gt;
cd /mybigfilesdirectory ;  ls -s |sort -nr |head -20 &amp;gt;&amp;gt; /var/log/top20.log&lt;br&gt;
&lt;br&gt;
This way I can see the usage trends over a long period of time.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508683</guid>
  	<pubDate>Sun, 12 Feb 2006 15:50:13 -0800</pubDate>
  	<dc:creator>jjj606</dc:creator>
</item>
<item>
  	<title>By: Rhomboid</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508767</link>	
  	<description>&lt;blockquote&gt;&lt;i&gt;Thanks for the suggestions but both of those seem to require (KDE|Gnome) and my box is i) command-line only and ii) remote.&lt;/i&gt;&lt;/blockquote&gt;Uh, hello?  X11?  This is precisely the kind of situation it was designed to cope with.  Install the X server on your local machine (e.g. Cygwin or Xming), ssh with &amp;quot;ssh -Y&amp;quot;, run your app remotely and it will display locally.  If they are not installed you will need to install the Gnome libs on the server, but that can all be done from the command line -- you aren&apos;t installing an X server, just the client libraries.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508767</guid>
  	<pubDate>Sun, 12 Feb 2006 19:32:14 -0800</pubDate>
  	<dc:creator>Rhomboid</dc:creator>
</item>
<item>
  	<title>By: blag</title>
  	<link>http://ask.metafilter.com/32536/Monitoring-disk-usage-on-a-BSD-box#508953</link>	
  	<description>Thanks for all the answers. &lt;br&gt;
&lt;br&gt;
I never got round to setting up X on the box so this might provide me with the impetus needed. If so, then xdu will be perfect, thanks Nelson.&lt;br&gt;
&lt;br&gt;
I&apos;m currently doing something similar to advil&apos;s suggestion but was hoping for a more graphical solution. Poking around in the category suggested by Freaky yielded &lt;a href=&quot;http://www.hibernaculum.net/durep/&quot;&gt;Durep &lt;/a&gt;which might be perfect.&lt;br&gt;
&lt;br&gt;
Thanks again, all.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.32536-508953</guid>
  	<pubDate>Mon, 13 Feb 2006 08:42:16 -0800</pubDate>
  	<dc:creator>blag</dc:creator>
</item>

    </channel>
</rss>
