summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 02:45:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 02:45:43 +0000
commitbee4062ac87819b86b3773ea992c5acbf109900e (patch)
tree3208033094a0741a314fb02462f23996dfc855eb /usr/local/www/includes
parentb82d131e67b5da0fd3e4babbfada4021bead74e8 (diff)
downloadpfsense-bee4062ac87819b86b3773ea992c5acbf109900e.zip
pfsense-bee4062ac87819b86b3773ea992c5acbf109900e.tar.gz
Remove sleep 5
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/functions.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index f36bbff..5482bac 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -28,7 +28,6 @@ function get_uptime() {
}
function cpu_usage() {
- sleep(5);
$cpuTicks = explode(" ", `/sbin/sysctl -n kern.cp_time`);
sleep(1);
$cpuTicks2 = explode(" ", `/sbin/sysctl -n kern.cp_time`);
OpenPOWER on IntegriCloud