From ddbc58753ab3d17526d33ca806f6ebbb8020ab65 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 5 Oct 2016 16:01:10 -0400 Subject: [PATCH] Use tree-style ps output in status.php --- src/usr/local/www/status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/status.php b/src/usr/local/www/status.php index 5dc890c46f..8c77374101 100644 --- a/src/usr/local/www/status.php +++ b/src/usr/local/www/status.php @@ -165,7 +165,7 @@ defCmdT("System Uptime", "/usr/bin/uptime"); defCmdT("Interfaces", "/sbin/ifconfig -a"); defCmdT("Interface Statistics", "/usr/bin/netstat -nWi"); defCmdT("Top Process Info", "/usr/bin/top | /usr/bin/head -n5"); -defCmdT("Processes", "/bin/ps xauww"); +defCmdT("Processes", "/bin/ps xauwwd"); defCmdT("Mounted Filesystems", "/sbin/mount"); defCmdT("Free Disk Space", "/bin/df -hi"); defCmdT("Routing tables", "/usr/bin/netstat -nWr");