Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pegasus-remove(1) [debian man page]

PEGASUS-REMOVE(1)														 PEGASUS-REMOVE(1)

NAME
pegasus-remove - removes a workflow that has been planned and submitted using pegasus-plan and pegasus-run SYNOPSIS
pegasus-remove [-d dagid] [-v] [rundir] DESCRIPTION
The pegasus-remove command remove a submitted/running workflow that has been planned and submitted using pegasus-plan and pegasus-run. The command can be invoked either in the planned directory with no options and arguments or just the full path to the run directory. OPTIONS
By default pegasus-remove does not require any options or arguments if invoked from within the planned workflow directory. If running the command outside the workflow directory then a full path to the workflow directory needs to be specified or the dagid of the workflow to be removed. pegasus-remove takes the following options: -d dagid, --dagid dagid The workflow dagid to remove -v, --verbose Raises debug level. Each invocation increase the level by 1. rundir Is the full qualified path to the base directory containing the planned workflow DAG and submit files. This is optional if pegasus-remove command is invoked from within the run directory. RETURN VALUE
If the workflow is removed successfully pegasus-remove returns with an exit code of 0. However, in case of error, a non-zero exit code indicates problems. An error message clearly marks the cause. FILES
The following files are opened: braindump This file is located in the rundir. pegasus-remove uses this file to find out paths to several other files. ENVIRONMENT VARIABLES
PATH The path variable is used to locate binary for condor_rm. SEE ALSO
pegasus-plan(1), pegasus-run(1) AUTHORS
Gaurang Mehta <gmehta at isi dot edu> Jens-S. Vockler <voeckler at isi dot edu> Pegasus Team http://pegasus.isi.edu 05/24/2012 PEGASUS-REMOVE(1)

Check Out this Related Man Page

PEGASUS-PLOTS(1)														  PEGASUS-PLOTS(1)

NAME
pegasus-plots - A tool to generate graphs and charts to visualize workflow run. SYNOPSIS
pegasus-plots [-h|--help] [-o|--output outdir] [-c|--conf propfile] [-m|--max-graph-nodes max] [-p|--plotting-level level] [-i|--ignore-db-inconsistency] [-v|--verbose] [-q|--quiet] [submitdir] DESCRIPTION
pegasus-plots generates graphs and charts to visualize workflow run. It generates workflow execution Gantt chart, job over time chart, time chart, dax and dag graph. It uses executable 'dot' to generate graphs. pegasus-plots looks for the executable in your path and generates graphs based on it's availability . OPTIONS
-h, --help Prints a usage summary with all the available command-line options. -o outdir, --output outdir Writes the output to the given directory -c propfile, --conf propfile The properties file to use. This option overrides all other property files. -m max, --max-graph-nodes max Maximum limit on the number of tasks/jobs in the dax/dag up to which the graph should be generated. The default value is 100. -p level, --plotting-level level Specifies the charts and graphs to generate. Valid levels are: all, all_charts, all_graphs, dax_graph, dag_graph, gantt_chart, host_chart, time_chart, breakdown_chart. Default is all_charts. The output generated by pegasus-plots is based on the level set: o all: generates all charts and graphs. o all_charts: generates all charts. o all_graphs: generates all graphs. o dax_graph: generates dax graph. o dag_graph: generates dag graph. o gantt_chart: generates the workflow execution Gantt chart. o host_chart: generates the host over time chart. o time_chart: generates the time chart which shows the job instance/invocation count and runtime over time. o breakdown_chart: generates the breakdown chart which shows the invocation count and runtime grouped by transformation name. -i, --ignore-db-inconsistency Turn off the the check for database consistency. -v, --verbose Increases the log level. If omitted, the default level will be set to WARNING. When this option is given, the log level is changed to INFO. If this option is repeated, the log level will be changed to DEBUG. -q, --quiet Decreases the log level. If omitted, the default level will be set to WARNING. When this option is given, the log level is changed to ERROR. EXAMPLE
Runs pegasus-plots and writes the output to the given directory: pegasus-plots -o /scratch/plot /scratch/grid-setup/run0001 AUTHORS
Prasanth Thomas Pegasus Team http://pegasus.isi.edu 05/24/2012 PEGASUS-PLOTS(1)
Man Page