Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

 Description | Usage | Options | Examples | Notes | See also

Description

qberr retrieves and prints the standard error log for a single job instance. 

Usage 

qberr [optionsjobID[.subjobID]…

where subjobID represents the subjob ID of jobID. If the subjob ID is omitted, a subjob ID of 0 is assumed.

Options

Option

Description

--pos int

Starting file position at int bytes

--sleep int

Refresh every int seconds (default: 60)

--follow

Similar to "tail -f"

--help

Command help

--version

Command version 

Notes

 

Examples

 

See also

 

 

 

Displays the standard error of a job.
Usage
qberr [options] jobID[.subjobID]…
Description
Qberr obtains the standard error for a job
where subjobID represents the subjob ID of jobID. If the subjob ID is omitted, a subjob ID of 0 is assumed.
Example
Display the standard error for subjob 12354.0:
% qberr 12354.0
Options

Option

Description

--pos int

Starting file position at int bytes

--sleep int

Refresh every int seconds (default: 60)

--follow

Similar to "tail -f"

--help

Command help

--version

Command version

  • No labels