Revision 9cd0b618
Added by Scott Ullrich about 18 years ago
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
Add useful commands for checking system status