Project

General

Profile

« Previous | Next » 

Revision 9cd0b618

Added by Scott Ullrich about 18 years ago

Add useful commands for checking system status

View differences:

usr/local/www/status.php
152 152

  
153 153
defCmdT("DMESG","/sbin/dmesg -a");
154 154

  
155
defCmdT("netstat -mb","netstat -mb");
156
defCmdT("vmstat -z","vmstat -z");
157

  
155 158
exec("/bin/date", $dateOutput, $dateStatus);
156 159
$currentDate = $dateOutput[0];
157 160

  

Also available in: Unified diff