mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add useful commands for checking system status
This commit is contained in:
parent
7568638bdf
commit
9cd0b618ae
@ -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];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user