Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Move (DHCP)
close comment
fix merge conflict
cleaner and more proper cpu graph
Correctly set the status field HTML text during ajax process.
Add ajax mojo to gateway status widget
fix apparent eri typo
Remove remaining env4801 files
Continue interface improvements
Remove 4801 temp monitoring binary.
Use AJAX for loading of new widgets. Now most widgets will use AJAX for new data. Also improved performance
why add 30 seconds to uptime if we have been up greater than 60 seconds?
MFC of change [19782] per request from sullrich@
Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
Ticket #1135: better mousetrap for detecting amount of swap
Correct warnings and errors found eclipse
require_once("config.inc") so that the $config structure is set for AJAX only queries
Memory meter changes.
Submitted-by: Dan Swartzendruber <dswartz_AT_druber.com>
Switch Array Location of CPU and MEM
Merged Function for Single HTTP Request
backout to sleep(1) in between cp_time
usleep for 255
usleep instead of sleep
Remove sleep 1
Remove sleep 5
Check for disconnected clients and exit
Correct cpu meters
Just another CPU meter fix :p
Make temp monitor really work - make a little more modular too
Make 4801 temp monitor work (and make it work with sajax)
Sleeping 5 seconds is just way to long, seems to screw up the cpu usage
pedantic...use full paths to binaries
Hopefully CPU meter should be much more accurate now.
Only sleep 5, not 10
Sleep 5 seconds before returning CPU usage information. This lowers the CPU usage to 3% on my Nexcom.
Added SAJAX support.System Meters are updated via AJAX now.Started XHTML/CSS cleanup.