Project

General

Profile

« Previous | Next » 

Revision ddbc5875

Added by Jim Pingle almost 9 years ago

Use tree-style ps output in status.php

View differences:

src/usr/local/www/status.php
165 165
defCmdT("Interfaces", "/sbin/ifconfig -a");
166 166
defCmdT("Interface Statistics", "/usr/bin/netstat -nWi");
167 167
defCmdT("Top Process Info", "/usr/bin/top | /usr/bin/head -n5");
168
defCmdT("Processes", "/bin/ps xauww");
168
defCmdT("Processes", "/bin/ps xauwwd");
169 169
defCmdT("Mounted Filesystems", "/sbin/mount");
170 170
defCmdT("Free Disk Space", "/bin/df -hi");
171 171
defCmdT("Routing tables", "/usr/bin/netstat -nWr");

Also available in: Unified diff