Project

General

Profile

Download (6.01 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
880637d2 11/21/2009 10:05 PM Scott Ullrich

Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

2ff9980b 03/16/2009 08:40 PM Scott Ullrich
  • Remove non-needed grep (we use fifolog now)
  • Change "No data" to "Gathering data"
030f0cb7 03/15/2009 03:59 AM Scott Ullrich

Move (DHCP)

e637075a 03/12/2009 04:42 AM Bill Marquette

close comment

63d05a4f 03/12/2009 04:29 AM Bill Marquette

fix merge conflict

4a1cd18f 03/12/2009 04:26 AM Bill Marquette

cleaner and more proper cpu graph

4fab3ba5 03/11/2009 10:15 PM Scott Ullrich

Correctly set the status field HTML text during ajax process.

3dfa6a52 03/11/2009 09:28 PM Scott Ullrich

Add ajax mojo to gateway status widget

c7b8b46a 08/30/2008 12:41 AM Scott Ullrich
  • We do not need guiconfig.inc. This fixes the sudden burst of javascript
    that is populated on the dashboard on first load.
  • Close PHP tag
97e9b109 06/22/2008 05:21 AM Chris Buechler

fix apparent eri typo

8aa9496a 06/22/2008 04:16 AM Scott Ullrich

Remove remaining env4801 files

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

19604f5d 06/20/2008 09:43 PM Scott Ullrich

Remove 4801 temp monitoring binary.

65d4de2e 12/30/2007 09:13 PM Scott Dale

Use AJAX for loading of new widgets. Now most widgets will use AJAX for new data. Also improved performance

b4b3cf42 10/18/2007 03:23 AM Bill Marquette

why add 30 seconds to uptime if we have been up greater than 60 seconds?

639aaa95 10/17/2007 11:51 PM Bill Marquette

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

08f834dd 10/22/2006 05:39 AM Bill Marquette

Ticket #1135: better mousetrap for detecting amount of swap

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

2fc0b1c7 10/26/2005 06:23 PM Scott Ullrich

require_once("config.inc") so that the $config structure is set for AJAX only queries

60928664 10/13/2005 09:03 PM Scott Ullrich

Memory meter changes.

Submitted-by: Dan Swartzendruber <dswartz_AT_druber.com>

948593b0 09/18/2005 05:34 AM Erik Kristensen

Switch Array Location of CPU and MEM

477361c7 09/18/2005 04:58 AM Erik Kristensen

Merged Function for Single HTTP Request

d716fb2b 09/18/2005 03:22 AM Scott Ullrich

backout to sleep(1) in between cp_time

6e91cf31 09/18/2005 03:16 AM Scott Ullrich

usleep for 255

74474fec 09/18/2005 02:58 AM Scott Ullrich

usleep instead of sleep

bebade2d 09/18/2005 02:54 AM Scott Ullrich

Remove sleep 1

bee4062a 09/18/2005 02:45 AM Scott Ullrich

Remove sleep 5

d6ad908c 09/15/2005 06:01 AM Scott Ullrich

Check for disconnected clients and exit

85c54575 09/15/2005 05:49 AM Scott Ullrich

Correct cpu meters

4fe00253 09/15/2005 03:29 AM Espen Johansen

Just another CPU meter fix :p

7979a809 09/15/2005 03:21 AM Bill Marquette

Make temp monitor really work - make a little more modular too

1804023d 09/15/2005 02:55 AM Bill Marquette

Make 4801 temp monitor work (and make it work with sajax)

9f0309d3 09/15/2005 02:11 AM Bill Marquette

Sleeping 5 seconds is just way to long, seems to screw up the cpu usage

7e1b16ca 09/15/2005 01:27 AM Bill Marquette

pedantic...use full paths to binaries

f155c21c 09/15/2005 12:25 AM Espen Johansen

Hopefully CPU meter should be much more accurate now.

966c07c6 09/11/2005 09:49 PM Scott Ullrich

Only sleep 5, not 10

ba31ab65 09/11/2005 09:42 PM Scott Ullrich

Sleep 5 seconds before returning CPU usage information. This lowers the CPU usage to 3% on my Nexcom.

d772ac32 09/11/2005 06:17 AM Erik Kristensen

Added SAJAX support.
System Meters are updated via AJAX now.
Started XHTML/CSS cleanup.