Changes between Version 5 and Version 6 of qcg-tools

Show
Ignore:
Timestamp:
08/09/13 14:31:55 (12 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-tools

    v5 v6  
    172172 
    173173= qcg-list = 
     174 
     175The command displays table with information about tasks that meet the given criteria. 
     176 
    174177{{{ 
    175178Display information about tasks 
     
    193196}}} 
    194197 
     198{{{ 
     199qcg-list 
     200qcg-list -S 1d 
     201qcg-list -s failed 
     202qcg-list -S 1d -s all -R 
     203}}} 
     204 
     205* The options -C/--changed and -S/--submitted accept definition of time period of days ("d"), hours ("h") or minutes ("m"). 
     206* The Option -s/--status allows to limit the list to task with concrete statuses. It is possible to specify list of statuses separate by commas. 
     207* The option -n/--note supports search patterns with "%" as a wildcard. (e.g. "experiment_%"). 
     208 
     209List of possible task statuses: 
     210* ''UNSUBMITTED'' – processing of the task postponed due to the precedence constraints, 
     211* ''UNCOMMITED'' - tasks waits to be committed, 
     212* ''QUEUED'' – tasks waits in the queue to be processed, 
     213* ''PREPROCESSING'' – the execution environment in prepared, 
     214* ''PENDING'' – application waits in the queuing system to be executed, 
     215* ''RUNNING'' – task (application) is running, 
     216* ''STOPPED'' – application has finished, system in ready to stage out results, 
     217* ''POSTPROCESSING'' – system stages out results or cleans the working directory  
     218* ''FINISHED'' – the whole task (application and all transfers) has finished 
     219* ''FAILED'' – processing of the task failed 
     220* ''CANCELED'' – the task has been canceled by the user or system 
     221 
     222Dla wygody użytkowników zamiast listy stanów możliwe jest podanie zdefiniowanych stałych: 
     223 
     224    all - zadania we wszystkich stanach, 
     225    terminated - zadania zakończone (FINISHED,FAILED,CANCELED) 
     226    unterminated - zadania niezakończone (UNSUBMITED,UNCOMMITED,QUEUED,PREPROCESSING,PENDING,RUNNING,STOPPED,POSTPROCESSING). 
    195227= qcg-peak = 
    196228{{{