summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_activity.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-10 21:27:36 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-10 21:27:51 -0500
commit06231a7d95deb1d1dbdf5cd467de1e199c292ab4 (patch)
treeb3fd9c7e0dd546ebf47a7c085a60f7925df4941c /usr/local/www/diag_system_activity.php
parent51b14faaa149524ea71d92f091ed189419734c78 (diff)
downloadpfsense-06231a7d95deb1d1dbdf5cd467de1e199c292ab4.zip
pfsense-06231a7d95deb1d1dbdf5cd467de1e199c292ab4.tar.gz
Default to top -HS
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 bae83da..18e6842 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 = "Diagnostics: System Activity";
if($_REQUEST['getactivity']) {
- $text = `/usr/bin/top`;
+ $text = `/usr/bin/top -HS`;
echo $text;
exit;
}
OpenPOWER on IntegriCloud