Important
New Docs are available at https://docs.aws.amazon.com/parallelcluster
All new features, starting with 2.4.0, will be documented there.
Shows the output of the given Job.
usage: awsbout [-h] [-c CLUSTER] [-hd HEAD] [-t TAIL] [-s] [-sp STREAM_PERIOD]
job_id
| job_id | The job ID |
| -c, --cluster | Cluster to use |
| -hd, --head | Gets the first <head> lines of the job output |
| -t, --tail | Gets the last <tail> lines of the job output |
| -s, --stream | Gets the job output and waits for additional output to be produced. It can be used in conjunction with –tail to start from the latest <tail> lines of the job output Default: False |
| -sp, --stream-period | |
| Sets the streaming period. Default is 5 | |