<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Rate of growth HDFS Filesystem in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182523#M58695</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11304/kumarveerappan.html" nodeid="11304"&gt;@Kumar Veerappan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari provides some inbuilt alerts to findout the Weekly/Daily growth in the HDFS usage.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;
Ambari UI --&amp;gt; Alerts (Tab) --&amp;gt; "Alert Definition Filter" Search for "HDFS Storage Capacity Usage" 
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This service-level alert is triggered if the increase in storage capacity usage deviation has grown beyond the specified threshold within a given period. This alert will monitor Daily and Weekly periods.&lt;/P&gt;&lt;P&gt;Please see: &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/hdfs_service_alerts.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/hdfs_service_alerts.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However if you want to get this data for 6 months then you might have to write your own custom alert script. &lt;/P&gt;&lt;P&gt;\Sometime back i have written a basic example of how we can have our own custom ambari alert.
&lt;A href="https://community.hortonworks.com/articles/38149/how-to-create-and-register-custom-ambari-alerts.html" target="_blank"&gt;https://community.hortonworks.com/articles/38149/how-to-create-and-register-custom-ambari-alerts.html&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Grafana basically fetches data from AMS (Ambari Metrics Collector) using APIs so the data need to be available on AMS first. &lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2017 20:51:06 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-03-31T20:51:06Z</dc:date>
    <item>
      <title>Rate of growth HDFS Filesystem</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182521#M58693</link>
      <description>&lt;P&gt;I need to know the rate of growth of my HDFS file system for past 6 months. I did browse Ambari and I do not see in Name Node UI too.&lt;/P&gt;&lt;P&gt;Is there any other UI I need to check ?&lt;/P&gt;&lt;P&gt;Or Is there any hdfs admin commnds to get this information ?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:43:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182521#M58693</guid>
      <dc:creator>kums</dc:creator>
      <dc:date>2017-03-31T18:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rate of growth HDFS Filesystem</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182522#M58694</link>
      <description>&lt;P&gt;@Kumar Veerapan    Im not sure whether I got your question right. But If you are asking for UI to check the rate of file growth then do check this &lt;A href="https://www.datadoghq.com/product/" target="_blank"&gt;https://www.datadoghq.com/product/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also grafana &lt;A href="https://grafana.com/grafana" target="_blank"&gt;https://grafana.com/grafana&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Helped me a lot in terms of time series metrics. &lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 20:32:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182522#M58694</guid>
      <dc:creator>balavignesh_nag</dc:creator>
      <dc:date>2017-03-31T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rate of growth HDFS Filesystem</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182523#M58695</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11304/kumarveerappan.html" nodeid="11304"&gt;@Kumar Veerappan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari provides some inbuilt alerts to findout the Weekly/Daily growth in the HDFS usage.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;
Ambari UI --&amp;gt; Alerts (Tab) --&amp;gt; "Alert Definition Filter" Search for "HDFS Storage Capacity Usage" 
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This service-level alert is triggered if the increase in storage capacity usage deviation has grown beyond the specified threshold within a given period. This alert will monitor Daily and Weekly periods.&lt;/P&gt;&lt;P&gt;Please see: &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/hdfs_service_alerts.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/hdfs_service_alerts.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However if you want to get this data for 6 months then you might have to write your own custom alert script. &lt;/P&gt;&lt;P&gt;\Sometime back i have written a basic example of how we can have our own custom ambari alert.
&lt;A href="https://community.hortonworks.com/articles/38149/how-to-create-and-register-custom-ambari-alerts.html" target="_blank"&gt;https://community.hortonworks.com/articles/38149/how-to-create-and-register-custom-ambari-alerts.html&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Grafana basically fetches data from AMS (Ambari Metrics Collector) using APIs so the data need to be available on AMS first. &lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 20:51:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Rate-of-growth-HDFS-Filesystem/m-p/182523#M58695</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-31T20:51:06Z</dc:date>
    </item>
  </channel>
</rss>

