Add useful commands for checking system status

This commit is contained in:
Scott Ullrich 2007-03-27 20:34:35 +00:00
parent 7568638bdf
commit 9cd0b618ae

View File

@ -152,6 +152,9 @@ defCmdT("config.xml","dumpconfigxml");
defCmdT("DMESG","/sbin/dmesg -a");
defCmdT("netstat -mb","netstat -mb");
defCmdT("vmstat -z","vmstat -z");
exec("/bin/date", $dateOutput, $dateStatus);
$currentDate = $dateOutput[0];