[root@KC7DMF allmon]# uptime 08:44:31 up 10:32, 1 user, load average: 5.05, 13.11, 10.29 any idea why when allmon is running the load avg is so high? Do I need something a lot more then an intel Atom @1.86Ghz to run this with allstar? I also end up with severe packet loss...
I had the same problem. The update was happening much too quick and it took a lot of resources. I changes in server.php the following: $response = getNode($fp, $node); print "<table class='gridtable'>"; printNode($node, $response); print "</table>"; } sleep(1); #usleep(10000); exit; This updates once a second. You can try more often using usleep with higher numbers. . 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Mon, 6 Jan 2014 08:48:57 -0800 From: markjohnston73@gmail.com To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] allmon causing packet loss [root@KC7DMF allmon]# uptime 08:44:31 up 10:32, 1 user, load average: 5.05, 13.11, 10.29 any idea why when allmon is running the load avg is so high? Do I need something a lot more then an intel Atom @1.86Ghz to run this with allstar? I also end up with severe packet loss... _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Thanks Doug, that works well - not sure why anyone would want it to sleep 0.01 seconds that's just way too fast, not sure my eyes could even catch it, lol "Got Root?" How many software engineers does it take to change a light bulb? *None. It's a hardware problem.* Unix is user friendly. It's just very particular about who it's friends are. WINDOWS: Will Install Needless Data On Whole System MICROSOFT: Most Intelligent Customers Realize Our Software Only Fools Teenagers. A ntennas P oorly P laced L acks E ngineering The best way to accelerate a computer running Windows is at 9.81 m/s². *"I get paid to support Windows, I use Linux to get work done."* On Mon, Jan 6, 2014 at 9:28 AM, Doug Crompton <doug@crompton.com> wrote:
I had the same problem. The update was happening much too quick and it took a lot of resources.
I changes in server.php the following:
$response = getNode($fp, $node); print "<table class='gridtable'>"; printNode($node, $response); print "</table>"; } sleep(1); #usleep(10000); exit;
This updates once a second. You can try more often using usleep with higher numbers. .
*73 DougWA3DSPhttp://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
------------------------------ Date: Mon, 6 Jan 2014 08:48:57 -0800 From: markjohnston73@gmail.com To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] allmon causing packet loss
[root@KC7DMF allmon]# uptime 08:44:31 up 10:32, 1 user, load average: 5.05, 13.11, 10.29
any idea why when allmon is running the load avg is so high? Do I need something a lot more then an intel Atom @1.86Ghz to run this with allstar?
I also end up with severe packet loss...
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (2)
-
Doug Crompton -
Mark Johnston