<?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 Usage high on one core. Reload didn&#x27;t fix [SOLVED]]]></title><description><![CDATA[<p dir="auto">OK, so I have been trying to figure out why my CPU usage on one core has been stuck at 100% so I reinstalled all my packages thinking maybe something wasn't working correctly and all that did was load up both cores at 100% and cause my 160GB hard drive to fill up rapidly. So much so I had to reload because I don't know how to figure out where the source of the problem is as I'm still learning FreeBSD.<br />
So here are my system specs….</p>
<p dir="auto">Pentium D 3.0Ghz<br />
2GB of ECC RAM<br />
Dual GB onboard NICs (bge0=LAN bge0=Not in use)<br />
1 X 10/100 PCI NIC (WAN)<br />
1 X Linksys Wireless BG PCI NIC (Not in use curretnly)<br />
Motorola Cable modem plugged directly into the PfSense box<br />
Linksys SLM2024 24 port gigabit switch for the network.</p>
<p dir="auto">I have the following installed and running.....<br />
arpwatch<br />
bandwidthd<br />
darkstat<br />
dhcpd<br />
havp<br />
ntpd<br />
snort<br />
squid<br />
squidGuard</p>
<p dir="auto">Squid's cache is setup to cache as much as possible. I figured since I have a 160GB hard drive why not.</p>
<p dir="auto">After my reload I have one core that is stuck at 100% again. I know this because my CPU usage is stuck at 50% total and my RRD graphs indicate that either system or interrupts are using the CPU but I can't tell which it is because the colors are so close to the same and i would attach a graph but I don't see any ways to attach to the forum.</p>
<p dir="auto">My processes are sitting at about 155, states 144/195000, MBUF Usage 1266/25600. Memory currently 27%, swap 0</p>
<p dir="auto">Does anyone have any ideas or can anyone help me troubleshoot this?</p>
]]></description><link>https://forum.netgate.com/topic/39422/cpu-usage-high-on-one-core-reload-didn-t-fix-solved</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 02:26:19 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/39422.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Nov 2011 20:37:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Sat, 26 Nov 2011 00:39:02 GMT]]></title><description><![CDATA[<p dir="auto">Ahh, well thank you gentleman. I have learned even more!</p>
]]></description><link>https://forum.netgate.com/post/306123</link><guid isPermaLink="true">https://forum.netgate.com/post/306123</guid><dc:creator><![CDATA[Visseroth]]></dc:creator><pubDate>Sat, 26 Nov 2011 00:39:02 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 11:19:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/visseroth">@<bdi>Visseroth</bdi></a>:</p>
<blockquote>
<p dir="auto">ahhh, so because the NIC wasn't in use and it was being polled it caused that additional load because the system was trying to poll at something that wasn't there?</p>
</blockquote>
<p dir="auto">No, idlepoll is an optional FreeBSD procedure which polls the network interfaces instead of using interrupts. In some types of loads this polling can give higher throughput than interrupt driven NICs because polling reduces overhead in interrupt servicing.</p>
<p dir="auto">The vmstat figures for irq19 would be entirely for uhci1+. 16 interrupts a second is probably not a big load but at least three device interrupt service routines (ral0, uhci1 and unspecified, the "+") are called on every irq19 interrupt. That ral0 was unused would mean the idlepoll thread was calling the ral service routine unnecessarily.</p>
<p dir="auto">idlepoll will effectively result in one CPU being always busy.</p>
]]></description><link>https://forum.netgate.com/post/305929</link><guid isPermaLink="true">https://forum.netgate.com/post/305929</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Thu, 24 Nov 2011 11:19:10 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 09:01:30 GMT]]></title><description><![CDATA[<p dir="auto">ahhh, so because the NIC wasn't in use and it was being polled it caused that additional load because the system was trying to poll at something that wasn't there?</p>
]]></description><link>https://forum.netgate.com/post/305899</link><guid isPermaLink="true">https://forum.netgate.com/post/305899</guid><dc:creator><![CDATA[Visseroth]]></dc:creator><pubDate>Thu, 24 Nov 2011 09:01:30 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 08:59:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/visseroth">@<bdi>Visseroth</bdi></a>:</p>
<blockquote>
<p dir="auto">irq19: ral0 uhci1+                734832         16</p>
</blockquote>
<p dir="auto">ral0 = your non-active wifi network card.<br />
uhc1+ = some USB sub system.</p>
<p dir="auto">Strange to see that kind of activity on these two devices, knowing that one, ral0,  isn't used, and the USB business on a firewall is more an exception (maybe a UPS, that's it).</p>
<p dir="auto">Remove the wifi NIC card to get more details.</p>
<p dir="auto"><strong>edit</strong>: ok, saw you post above, seems that polling the unemployed ral0 device was responsible for this.</p>
]]></description><link>https://forum.netgate.com/post/305897</link><guid isPermaLink="true">https://forum.netgate.com/post/305897</guid><dc:creator><![CDATA[Gertjan]]></dc:creator><pubDate>Thu, 24 Nov 2011 08:59:15 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 08:55:08 GMT]]></title><description><![CDATA[<p dir="auto">huh, and I guess you figured that out by looking at idlepoll usage there in the list. I figured that was just a idle process. That definitely did it though, my CPUs went down to idle.</p>
]]></description><link>https://forum.netgate.com/post/305895</link><guid isPermaLink="true">https://forum.netgate.com/post/305895</guid><dc:creator><![CDATA[Visseroth]]></dc:creator><pubDate>Thu, 24 Nov 2011 08:55:08 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 08:43:59 GMT]]></title><description><![CDATA[<p dir="auto">Try turning off polling from</p>
<p dir="auto">system –&gt; advanced --&gt; networking</p>
]]></description><link>https://forum.netgate.com/post/305889</link><guid isPermaLink="true">https://forum.netgate.com/post/305889</guid><dc:creator><![CDATA[cougarmaster]]></dc:creator><pubDate>Thu, 24 Nov 2011 08:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 08:52:10 GMT]]></title><description><![CDATA[<p dir="auto">I managed to find a image past bin, so here's what my system RRD graphs look like….</p>
<p dir="auto"><img src="http://imagepaste.nullnetwork.net/img/1322123690status_rrd_graph_img1.png" alt="" class=" img-fluid img-markdown" /><br />
<img src="http://imagepaste.nullnetwork.net/img/1322123764status_rrd_graph_img2.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">In the second graph where you see the rise of light red is where I reinstalled all my packages. The gap between the rise and the drop is where I reloaded my system from scratch and then uploaded my config back to the system.</p>
<p dir="auto">I also just now went through and stopped each package one at a time while watching top via putty before restarting the package then stopping another package and repeating with each package until I had gone through them all and it didn't seem like the stopping of any package made a difference in CPU usage.</p>
]]></description><link>https://forum.netgate.com/post/305888</link><guid isPermaLink="true">https://forum.netgate.com/post/305888</guid><dc:creator><![CDATA[Visseroth]]></dc:creator><pubDate>Thu, 24 Nov 2011 08:52:10 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Thu, 24 Nov 2011 08:31:36 GMT]]></title><description><![CDATA[<p dir="auto">top gives me…..</p>
<p dir="auto">19 root    171 ki-6    0K    16K CPU1    1 743:13 98.29% idlepoll<br />
  11 root    171 ki31    0K    32K RUN    0 588:56 94.19% {idle: cpu0}<br />
  11 root    171 ki31    0K    32K RUN    1  71:41  6.79% {idle: cpu1}<br />
8516 proxy    44    0    99M 83504K kqread  0  3:17  0.20% {initial thread}<br />
20748 root      49    0  102M 25692K accept  0  0:11  0.20% php</p>
<p dir="auto">for the top processes and vmstat gives me.....</p>
<p dir="auto">interrupt                          total       rate<br />
irq1: atkbd0                           5          0<br />
irq14: ata0                           78          0<br />
irq16: bge0 dc0+                     180          0<br />
irq19: ral0 uhci1+                734832         16<br />
irq23: uhci0 ehci0                     2          0<br />
cpu0: timer                     89821972       1999<br />
cpu1: timer                     89821869       1999<br />
Total                          180378938       4015</p>
]]></description><link>https://forum.netgate.com/post/305887</link><guid isPermaLink="true">https://forum.netgate.com/post/305887</guid><dc:creator><![CDATA[Visseroth]]></dc:creator><pubDate>Thu, 24 Nov 2011 08:31:36 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Wed, 23 Nov 2011 20:59:01 GMT]]></title><description><![CDATA[<p dir="auto">pfSense shell command <em>top -S -H</em> will give you more information on processes consuming CPU.</p>
<p dir="auto">pfSense shell command <em>vmstat -i</em> will give you interrupt rates,</p>
<p dir="auto">I suggest you post the output in a reply. In the the pfSense web GUI you can execute a pfSense shell command on page <em>Diagnostics</em> -&gt; <em>Command Prompt</em>.</p>
]]></description><link>https://forum.netgate.com/post/305823</link><guid isPermaLink="true">https://forum.netgate.com/post/305823</guid><dc:creator><![CDATA[wallabybob]]></dc:creator><pubDate>Wed, 23 Nov 2011 20:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to CPU Usage high on one core. Reload didn&#x27;t fix [SOLVED] on Wed, 23 Nov 2011 20:58:13 GMT]]></title><description><![CDATA[<p dir="auto">You should take a look at "DIAGNOSTICS -&gt; System Activity" and see which process is using so much CPU usage.</p>
<p dir="auto">It could be a problem of a very high squid hard disk cache. On start of squid this can cause a high CPU usage.</p>
]]></description><link>https://forum.netgate.com/post/305822</link><guid isPermaLink="true">https://forum.netgate.com/post/305822</guid><dc:creator><![CDATA[Nachtfalke]]></dc:creator><pubDate>Wed, 23 Nov 2011 20:58:13 GMT</pubDate></item></channel></rss>