<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cpu and memory utilisation graphs]]></title><description><![CDATA[<p dir="auto">1. Is it possible to have graphs showing cpu and memory utilisation, similar to the existing RRD graphs for the interfaces?<br />
2. Is it possible to have a page where we can choose which graphs to display and have them displayed on a single page? What I mean is that, it would be useful to have, for example,  graphs of bandwidth, cpu and memory utilisation on the same page.</p>
]]></description><link>https://forum.netgate.com/topic/1254/cpu-and-memory-utilisation-graphs</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 16:33:00 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/1254.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Jun 2006 19:32:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Sun, 17 Sep 2006 19:41:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sullrich">@<bdi>sullrich</bdi></a>:</p>
<blockquote>
<p dir="auto">Take a look at /etc/inc/pfsense-utils.inc</p>
<p dir="auto">In paticular:</p>
<p dir="auto">enable_rrd_graphing()</p>
</blockquote>
<p dir="auto">Thank you sullrich for the tip.</p>
<p dir="auto">I am using pfsense in a very pequliar way, you can find in :<br />
http://forum.pfsense.org/index.php/topic,772.msg4635.html#msg4635</p>
<p dir="auto">Since my original post, the ethernet card of the LAN interface, totally useless to my wireless community application, gave it's seat on the PCI bus to a 3rd wireless card, shrinking to a vlan opt that serves nothing.</p>
<p dir="auto">This, as an update.</p>
<p dir="auto">The important thing is that by looking at your mentioned file, I now have quality rrd graphing on one of my wireless links.</p>
<p dir="auto">My coding skills are just not existing, so my implementation is the "crude" way.</p>
<p dir="auto">a) For my setup the quality of the WAN interface is of minimal importance. It is directly wired to the cisco router.</p>
<p dir="auto">So, I changed the if statement :</p>
<p dir="auto"><em>if("$ifname" == "wan") {<br />
/* create link quality database */</em></p>
<p dir="auto">to the Atheros card interface :</p>
<p dir="auto">if("$ifname" == "<strong>opt2</strong>")</p>
<p dir="auto">b) Then, I had to change the ip address it is pinging to. I did this by "hardwiring" the ip of my peer's wireless card.</p>
<p dir="auto">I know, it's not a very educated way, but it works.</p>
<p dir="auto"><em>out=$btick ping -c $numpings -q $gatewayip $btick</em></p>
<p dir="auto">this was changed to :</p>
<p dir="auto"><em>out=$btick ping -c $numpings -q <strong>aaa.bbb.ccc.ddd</strong> $btick</em></p>
<p dir="auto">The next thing I have to figure out is which part of the code I have to duplicate to provide the same service for the other two wireless interfaces.</p>
<p dir="auto">Any help on this will be appreciated.</p>
<p dir="auto">If I had the required programming skills, I would have included a parameter box in the wireless interface web page for setting the ip to be pinged.</p>
<p dir="auto">But I am not a programmer, nor a purist, so even so it's a nice thing to have.</p>
]]></description><link>https://forum.netgate.com/post/140920</link><guid isPermaLink="true">https://forum.netgate.com/post/140920</guid><dc:creator><![CDATA[MAuVE]]></dc:creator><pubDate>Sun, 17 Sep 2006 19:41:19 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Mon, 05 Jun 2006 19:06:55 GMT]]></title><description><![CDATA[<p dir="auto">Take a look at /etc/inc/pfsense-utils.inc</p>
<p dir="auto">In paticular:</p>
<p dir="auto">enable_rrd_graphing()</p>
]]></description><link>https://forum.netgate.com/post/137671</link><guid isPermaLink="true">https://forum.netgate.com/post/137671</guid><dc:creator><![CDATA[sullrich]]></dc:creator><pubDate>Mon, 05 Jun 2006 19:06:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Mon, 05 Jun 2006 19:05:41 GMT]]></title><description><![CDATA[<p dir="auto">That's what I'm trying to do. I've already started writing some code using the pfSense source code.<br />
I have MRTG running on a server at work (on Linux) and I've scheduled the updates using cron.<br />
I thought the current RRD graphs were being updated in a similar fashion in pfSense.<br />
That's why I checked /etc/crontab.</p>
<p dir="auto">I'm new to FreeBSD. Can you just tell me how the automatic update is being done in pfSense, since it does not seem to be running from cron?</p>
]]></description><link>https://forum.netgate.com/post/137669</link><guid isPermaLink="true">https://forum.netgate.com/post/137669</guid><dc:creator><![CDATA[netsysadmin]]></dc:creator><pubDate>Mon, 05 Jun 2006 19:05:41 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Mon, 05 Jun 2006 18:31:12 GMT]]></title><description><![CDATA[<p dir="auto">You have to write the code.  There are no magic hooks waiting for you to complete this task.</p>
]]></description><link>https://forum.netgate.com/post/137663</link><guid isPermaLink="true">https://forum.netgate.com/post/137663</guid><dc:creator><![CDATA[sullrich]]></dc:creator><pubDate>Mon, 05 Jun 2006 18:31:12 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Mon, 05 Jun 2006 08:21:25 GMT]]></title><description><![CDATA[<p dir="auto">root crontab does not seem to contain anything regarding the automatic updates of the values.<br />
I found the file /var/db/rrd/updaterrd.sh which does the interface updates when run, but is it being called from another program?<br />
I want to know how pfSense is automatically updating the RRD values. Any help here?</p>
]]></description><link>https://forum.netgate.com/post/137648</link><guid isPermaLink="true">https://forum.netgate.com/post/137648</guid><dc:creator><![CDATA[netsysadmin]]></dc:creator><pubDate>Mon, 05 Jun 2006 08:21:25 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Sat, 03 Jun 2006 05:25:35 GMT]]></title><description><![CDATA[<p dir="auto">OK. I've found the files (/usr/local/www) from which I can get enough help to start working on this.<br />
Will post back to let you know.</p>
]]></description><link>https://forum.netgate.com/post/137595</link><guid isPermaLink="true">https://forum.netgate.com/post/137595</guid><dc:creator><![CDATA[netsysadmin]]></dc:creator><pubDate>Sat, 03 Jun 2006 05:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Fri, 02 Jun 2006 04:53:21 GMT]]></title><description><![CDATA[<p dir="auto">Are there any files concerned apart from status_rrd_graph.php?<br />
Anything else I should know?</p>
<p dir="auto">What do I need to know to retrieve/store the cpu and memory utilisation values and eventually plot them on a graph?</p>
]]></description><link>https://forum.netgate.com/post/137576</link><guid isPermaLink="true">https://forum.netgate.com/post/137576</guid><dc:creator><![CDATA[netsysadmin]]></dc:creator><pubDate>Fri, 02 Jun 2006 04:53:21 GMT</pubDate></item><item><title><![CDATA[Reply to Cpu and memory utilisation graphs on Thu, 01 Jun 2006 20:10:13 GMT]]></title><description><![CDATA[<p dir="auto">Anything is possible.  You have the source code.</p>
]]></description><link>https://forum.netgate.com/post/137564</link><guid isPermaLink="true">https://forum.netgate.com/post/137564</guid><dc:creator><![CDATA[sullrich]]></dc:creator><pubDate>Thu, 01 Jun 2006 20:10:13 GMT</pubDate></item></channel></rss>