function ov rootfs state
NAME [edit section]
ov_rootfs_state
SYNOPSIS [edit section]
- ov_rootfs_state
DESCRIPTION [edit section]
This routine performs a bunch of commands on the target, to populate the console log with information about the state of the target.The following operations are performed:
- uptime - show time target has been running
- free - show memory status
- df -h - show status of mounted file systems
- mount - show status of mounted file systems
- ps - show currently running processes (excluding system threads)
- cat /proc/interrupts - show current interrupt status
EXAMPLES [edit section]
Here are some sample invocations:ov_rootfs_state
ENVIRONMENT and ARGUMENTS [edit section]
Nothing explicit, but it uses 'cmd' extensively.
RETURN [edit section]
Performs an abort_job on error.
SOURCE [edit section]
Located in engine/overlays/base/base-distrib.fuegoclass
SEE ALSO [edit section]