summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_activity.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_system_activity.php')
-rw-r--r--usr/local/www/diag_system_activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php
index 272a7da..8fd2eba 100644
--- a/usr/local/www/diag_system_activity.php
+++ b/usr/local/www/diag_system_activity.php
@@ -46,7 +46,7 @@ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
$pgtitle = gettext("Diagnostics: System Activity");
if($_REQUEST['getactivity']) {
- $text = `/usr/bin/top -HS`;
+ $text = `/usr/bin/top -aHS | cut -c1-105`;
echo $text;
exit;
}
OpenPOWER on IntegriCloud