HP 3PAR OS 3.1.3 Command Line Interface Reference

showtask
DESCRIPTION
The showtask command displays information about tasks. By default, this command displays all
non-system tasks on the system within the last 24 hours.
SYNTAX
showtask [options <arg>] [<task_name> | <pattern>]
AUTHORITY
Any role in the system.
OPTIONS
all
Specifies that all scheduled tasks will be displayed. Unless the -all option is specified, system
tasks are not displayed.
done
Display includes only tasks that are successfully completed.
failed
Display includes only tasks that are unsuccessfully completed.
active
Display includes only tasks that are currently in progress.
t <hours>
Show only tasks that started within the past <hours>, where <hours> is an integer from 1
through 99999.
type <task_type | pattern>
Specifies that specified patterns are treated as glob-style patterns and that all tasks whose types
match the specified pattern are displayed. To see the different task types use the showtask column
help.
d <task_ID>...
Show detailed task status for specified tasks. Tasks must be explicitly specified using their task IDs
<task_ID>. Multiple task IDs can be specified. This option cannot be used in conjunction with
other options.
-sortcol <col>[,<dir>][:<col>[,<dir>]...]
Sorts command output based on column number (<col>). Columns are numbered from left to right,
beginning with 0. At least one column must be specified. In addition, the direction of sorting
(<dir>) can be specified as follows:
inc
Sort in increasing order (default).
dec
Sort in decreasing order.
Multiple columns can be specified and separated by a colon (:). Rows with the same information
in them as earlier columns will be sorted by values in later columns.
showtask 481