Simply a shortcut for tasks("-l")
Simply a shortcut for tasks("-l")
<ex>tasks</ex> Prints list of all tasks and executions for the last hour (default).
Prints statistics about executed tasks.
Prints statistics about executed tasks.
<ex>tasks</ex> Prints list of all tasks for the last hour (default).
<ex>tasks "-l"</ex> Prints list of all tasks for the last hour (default).
<ex>tasks "-l -a"</ex> Prints list of all tasks and executions for the last hour (default).
<ex>tasks "-l -t=5m"</ex> Prints list of tasks that started during last 5 minutes.
<ex>tasks "-g"</ex> Prints list of tasks grouped by nodes.
<ex>tasks "-g -t=5m"</ex> Prints list of tasks that started during last 5 minutes grouped by nodes.
<ex>tasks "-h"</ex> Prints list of tasks grouped by hosts.
<ex>tasks "-h -t=5m"</ex> Prints list of tasks that started during last 5 minutes grouped by hosts.
<ex>tasks "-n=GridTask"</ex> Prints summary for task named 'GridTask'.
<ex>tasks "-n=GridTask -a"</ex> Prints summary and executions for task named 'GridTask'.
<ex>tasks "-e=7D5CB773-225C-4165-8162-3BB67337894B"</ex> Traces task execution with ID '7D5CB773-225C-4165-8162-3BB67337894B'.
<ex>tasks "-e=@s1"</ex> Traces task execution with ID taken from 's1' memory variable.
Command arguments.
Overview
Visor 'tasks' command implementation.
Help
Specification
Arguments
-l List all tasks and executions for a given time period. Executions sorted chronologically (see '-r'), and tasks alphabetically See '-t=<num>s|m|h|d' on how to specify the time limit. Default time period is one hour, i.e '-t=1h' This is a default mode when command is called without parameters. -s=<substring> List all tasks and executions for a given task name substring. Executions sorted chronologically (see '-r'), and tasks alphabetically See '-t=<num>s|m|h|d' on how to specify the time limit. Default time period is one hour, i.e '-t=1h' -g List all tasks grouped by nodes for a given time period. Tasks sorted alphabetically See '-t=<num>s|m|h|d' on how to specify the time limit. Default time period is one hour, i.e '-t=1h' -h List all tasks grouped by hosts for a given time period. Tasks sorted alphabetically See '-t=<num>s|m|h|d' on how to specify the time limit. Default time period is one hour, i.e '-t=1h' -t=<num>s|m|h|d Defines time frame for '-l' parameter: =<num>s Last <num> seconds. =<num>m Last <num> minutes. =<num>h Last <num> hours. =<num>d Last <num> days. -r Reverse sorting of executions. -n=<task-name> Prints aggregated statistic for named task. -e=<exec-id> Prints aggregated statistic for given task execution.Examples