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