<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 06:01:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[php|architect: Creating RRD graphs in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/15964</guid>
      <link>http://www.phpdeveloper.org/news/15964</link>
      <description><![CDATA[<p>
On the php|architect site today there's a new tutorial from <i>Joshua Thijssen</i> about <a href="http://www.phparch.com/2011/02/creating-rrd-graphs-in-php/">using RDD graphs</a> in PHP. <a href="http://oss.oetiker.ch/rrdtool/gallery/">RDD graphs</a> are commonly used in dashboard monitoring applications for everything from web servers to network traffic. <i>Joshua</i> introduces you to the topic and shows you how to use the extension in a sample script.
</p>
<blockquote>
You may not be familiar with the term RRD graph, but if I <a href="http://oss.oetiker.ch/rrdtool/gallery/">show you one</a>, you probably recognize them instantaneously. They are used to plot all kind of data against time in a very easy way which is why they are used a lot in all kind of applications. Even though many consider RRD as a library to create graphs, it is actually more than that: it's a complete system to store aggregated data in a very efficient way.
</blockquote>
<p>
He talks about how to load in the extension (or the command line, if it won't compile) and create a sample graph or two from some database information. The functions the extension enables make it simple to create some <a href="http://www.phparch.com/wp-content/uploads/2011/02/rrdgraphs.png">basic graphs</a> quickly and easily.
</p>]]></description>
      <pubDate>Fri, 25 Feb 2011 11:35:52 -0600</pubDate>
    </item>
  </channel>
</rss>
