I'm using 384.6 on an RT-AC3100. Something interesting happened the other day. Everything seemed to be working fine. When I went to the router GUI, for some reason, I noticed that Core 2 was at 100%. When I checked TOP through ssh, there didn't seem to be any process using a corresponding amount of CPU resources. I remembered reading that restarting HTTPD might fix this. I couldn't figure out or find out the correct command to do this. So, I rebooted the router through the GUI. After the GUI became responsive again, the CPU for core 2 was still at 100%. Then I turned the router off, left it off for 1/2 to 1 minute. After that, the CPU for core 2 was back to normal at 0-3% or so.
Another interesting thing that happened was that the router could not reconnect to the internet until after I turned it off and then back on and I think it took a little while to reconnect as well. I'm thinking that it may not be related to the 100% issue and just may be a coincidence.
I also noticed that a day or so before this happened, there was a Two-way IPS detected. I was wondering if the 100% was related to this.
Last thing I did to see where the 100% was coming from was to look at the results of http://192.168.1.1/cpu_ram_status.asp?_=### It looks like this URL is what provides the GUI with the data to determine the CPU % and ram usage. The memory info seems obvious in the results. However, the CPUInfo numbers kept going up and were not obvious. Here's a sample of the output
var cpuInfo, memInfo = new Object(); cpuInfo = {"cpu0":{"total":"13071040","usage":"350289"},"cpu1":{"total":"13071002","usage":"294963"}} ; memInfo = {"total":"524288","free":"322552","used":"201736"};
So, can someone comment and explain how the % is determined from the data returned and does anyone have any ideas about the cause of the 100% CPU core usage?
Another interesting thing that happened was that the router could not reconnect to the internet until after I turned it off and then back on and I think it took a little while to reconnect as well. I'm thinking that it may not be related to the 100% issue and just may be a coincidence.
I also noticed that a day or so before this happened, there was a Two-way IPS detected. I was wondering if the 100% was related to this.
Last thing I did to see where the 100% was coming from was to look at the results of http://192.168.1.1/cpu_ram_status.asp?_=### It looks like this URL is what provides the GUI with the data to determine the CPU % and ram usage. The memory info seems obvious in the results. However, the CPUInfo numbers kept going up and were not obvious. Here's a sample of the output
var cpuInfo, memInfo = new Object(); cpuInfo = {"cpu0":{"total":"13071040","usage":"350289"},"cpu1":{"total":"13071002","usage":"294963"}} ; memInfo = {"total":"524288","free":"322552","used":"201736"};
So, can someone comment and explain how the % is determined from the data returned and does anyone have any ideas about the cause of the 100% CPU core usage?