FrontPage 

Fuego wiki

Login or create account

function ov rootfs state in split format

NAME [edit section]

= NAME =
ov_rootfs_state

SYNOPSIS [edit section]

= SYNOPSIS =
 * ov_rootfs_state

DESCRIPTION [edit section]

= DESCRIPTION =
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
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]

= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
  ov_rootfs_state
}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =
Nothing explicit, but it uses 'cmd' extensively.

RETURN [edit section]

= RETURN =
Performs an abort_job on error.

SOURCE [edit section]

= SOURCE =
Located in ''engine/overlays/base/base-distrib.fuegoclass''

SEE ALSO [edit section]

cmd, abort_job
= SEE ALSO =
 * [[function_cmd|cmd]], [[function_abort_job|abort_job]]
TBWiki engine 1.8.3 by Tim Bird