summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 03:16:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 03:16:33 +0000
commit6e91cf316fb1cff4c7c9cc1a3651eb8e78d597dc (patch)
tree27fbff522ced98a769fe2ba5063d565c0b949144 /usr/local/www/includes
parent74474fec482d111f46ca0b5b77936a836f87c85c (diff)
downloadpfsense-6e91cf316fb1cff4c7c9cc1a3651eb8e78d597dc.zip
pfsense-6e91cf316fb1cff4c7c9cc1a3651eb8e78d597dc.tar.gz
usleep for 255
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index c142340..79af60c 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -29,7 +29,7 @@ function get_uptime() {
function cpu_usage() {
$cpuTicks = explode(" ", `/sbin/sysctl -n kern.cp_time`);
- usleep(5);
+ usleep(255);
$cpuTicks2 = explode(" ", `/sbin/sysctl -n kern.cp_time`);
$diff = array();
OpenPOWER on IntegriCloud