Project

General

Profile

« Previous | Next » 

Revision 9a5eb723

Added by Jim Pingle over 2 years ago

Add ifmcstat to status.php. Implements #13731

View differences:

src/usr/local/www/status.php
278 278
defCmdT("OS-Uptime", "/usr/bin/uptime");
279 279
defCmdT("Network-Interfaces", "/sbin/ifconfig -vvvvvam");
280 280
defCmdT("Network-Interface Statistics", "/usr/bin/netstat -nWi");
281
defCmdT("Network-Multicast Groups", "/usr/sbin/ifmcstat");
281 282
defCmdT("Process-Top Usage", "/usr/bin/top | /usr/bin/head -n5");
282 283
defCmdT("Process-List", "/bin/ps xauwwd");
283 284
defCmdT("Disk-Mounted Filesystems", "/sbin/mount");

Also available in: Unified diff