From 37ca49b426f88995a4e8713323e55cc637aa2bb2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Oct 2008 01:02:33 +0000 Subject: [PATCH] Adding Diagnostics -> System Activity which shows top in an ajaxy way. --- usr/local/www/diag_system_activity.php | 99 ++++++++++++++++++++++++++ usr/local/www/fbegin.inc | 1 + 2 files changed, 100 insertions(+) create mode 100644 usr/local/www/diag_system_activity.php diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php new file mode 100644 index 0000000000..d63363e5e5 --- /dev/null +++ b/usr/local/www/diag_system_activity.php @@ -0,0 +1,99 @@ + + + + +
+ +{$pgtitle}

"; + if($savemsg) { + echo "
"; + print_info_box($savemsg); + echo "
"; + } + if ($input_errors) + print_input_errors($input_errors); +?> + + + + +
+ + + + +
+
+ Gathering CPU activity, please wait... +
+
+ +
+ + + + diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index aad75d26d0..5af5ae1f53 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -265,6 +265,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') { +