<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: average file size</title>
	<atom:link href="http://rajeev.name/2006/09/18/average-file-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajeev.name/2006/09/18/average-file-size/</link>
	<description>technologist defying the peter principle</description>
	<lastBuildDate>Fri, 09 Mar 2012 17:19:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://rajeev.name/2006/09/18/average-file-size/comment-page-1/#comment-109</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Mon, 18 Sep 2006 23:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2006/09/18/average-file-size/#comment-109</guid>
		<description>Thx for the note. We/I know about the filestats command. I even use it in a few occasions. However, that requires access to the console and not very helpful to users. At our location, non-admins do not have any console access.  My &lt;a href=&quot;http://rajeev.name/2006/09/18/netapp-filestat/&quot;&gt;next post&lt;/a&gt; attempts to provide a shell routine (about to become a php routine)

I also experienced high load on the filers when running filestats. 

Netapp does have an exhaustive SNMP mib. I provide several php routines that are used to get the filer info as part of our workflow.

AJAX and Netapp MIB is a killer combination!
</description>
		<content:encoded><![CDATA[<p>Thx for the note. We/I know about the filestats command. I even use it in a few occasions. However, that requires access to the console and not very helpful to users. At our location, non-admins do not have any console access.  My <a href="http://rajeev.name/2006/09/18/netapp-filestat/">next post</a> attempts to provide a shell routine (about to become a php routine)</p>
<p>I also experienced high load on the filers when running filestats. </p>
<p>Netapp does have an exhaustive SNMP mib. I provide several php routines that are used to get the filer info as part of our workflow.</p>
<p>AJAX and Netapp MIB is a killer combination!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Golliher</title>
		<link>http://rajeev.name/2006/09/18/average-file-size/comment-page-1/#comment-108</link>
		<dc:creator>Blake Golliher</dc:creator>
		<pubDate>Mon, 18 Sep 2006 18:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2006/09/18/average-file-size/#comment-108</guid>
		<description>You can use filestats on the filer to get filesize information from a filer.  It&#039;s on a volume basis, so if you have a lot of volumes, I see a for loop in your future.  The syntax looks like this.  

filestats sizes * snapshot hourly.0 volume vol03

That will give you counters for every unique filesize in volume vol03, in snapshot hourly.0.  Filestats only runs against a snapshot.  

If you wanted more in buckets, you could do this.

filestats ages 1k 2k 3k 4k 5k 6k 7k 8k 9k 10k snapshot hourly.0 volume vol03

I warn you if you run this you will loose your console until the command is done running.  This can take anywhere from a few minutes to a few hours (not suprisingly) based off the number of files you have.  I therefor recommend running doing this via rsh. :)

You could graph this fairly easily I think, might be nice to have a running average or plot things over the lifespan of a filer.</description>
		<content:encoded><![CDATA[<p>You can use filestats on the filer to get filesize information from a filer.  It&#8217;s on a volume basis, so if you have a lot of volumes, I see a for loop in your future.  The syntax looks like this.  </p>
<p>filestats sizes * snapshot hourly.0 volume vol03</p>
<p>That will give you counters for every unique filesize in volume vol03, in snapshot hourly.0.  Filestats only runs against a snapshot.  </p>
<p>If you wanted more in buckets, you could do this.</p>
<p>filestats ages 1k 2k 3k 4k 5k 6k 7k 8k 9k 10k snapshot hourly.0 volume vol03</p>
<p>I warn you if you run this you will loose your console until the command is done running.  This can take anywhere from a few minutes to a few hours (not suprisingly) based off the number of files you have.  I therefor recommend running doing this via rsh. :)</p>
<p>You could graph this fairly easily I think, might be nice to have a running average or plot things over the lifespan of a filer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

