diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 68954a1feb..b7c21b4234 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -153,6 +153,7 @@ global $g, $config; /* System stats/info */ defCmdT("System uptime","/usr/bin/uptime"); defCmdT("Interfaces","/sbin/ifconfig -a"); +defCmdT("Interface Statistics","/usr/bin/netstat -ni"); defCmdT("Top Process Info", "/usr/bin/top | /usr/bin/head -n5"); defCmdT("Processes","/bin/ps xauww"); defCmdT("Mounted Filesystems", "/sbin/mount");