vsy

Analyze job status reasons.


vsy: Usage Message

DESCRIPTION:
    Analyze job status reasons.

USAGE:
    % vsy [-failed | -invalid | -help] <jobid | ! | set | dir | file> ...

COMMON OPTIONS:
    -help                  -- Print this message
    -maxreasons <number>   -- Occasionally, there can be more than
                              one reason for nodes to be INVALID.
                              The range for <number> is 1 to 1000.
                              The default value is 4.

OPTIONS FOR DIRECTORY-BASED QUERIES:
    -failed                -- Show failed jobs (default)
    -idle                  -- Show idle jobs
    -queued                -- Show queued jobs

RESPONSES FOR DIRECTORY-BASED QUERIES:
    y     -- Why is the node not valid?
    1     -- Show stdout.
    2     -- Show stderr.
    p     -- Print job information.
    h,?   -- Show help.
    l     -- List all jobs with the specified status.
    <     -- Previous job.
    >     -- Next job.
    <ret> -- Next job.
    q     -- Quit.

Options are case insensitive and can be abbreviated to one character.

EXAMPLES:
    % vsy 45233        -- Check job with id of 45233.
    % vsy -json 45233  -- Same as above, but format output as JSON.
    % vsy -jsondoc     -- Documentation of JSON format returned by "vsy -json"
    % vsy !            -- Check most recent job in the current directory.
    % vsy -h           -- Get this message.
    % vsy -failed      -- Failed jobs in current dir.
    % vsy -f           -- Same as above.