condor_tail(1) | General Commands Manual | condor_tail(1) |
condor_tail Display - the last contents of a running job's standard output or file
condor_tail [-help] | [-version]
condor_tail[-pool centralmanagerhostname[:portnumber]] [-name name] [-debug] [-maxbytes numbytes] [-auto-retry] [-follow] [-no-stdout] [-stderr] job-ID[filename1] [filename2 ...]
condor_taildisplays the last bytes of a file in the sandbox of a running job identified by the command line argument job-ID. stdoutis tailed by default. The number of bytes displayed is limited to 1024, unless changed by specifying the -maxbytesoption. This limit is applied for each individual tail of a file; for example, when following a file, the limit is applied each subsequent time output is obtained.
-help
-version
-pool centralmanagerhostname[:portnumber]
-name name
-debug
-maxbytes numbytes
-auto-retry
-follow
-no-stdout
-stderr
The exit status of condor_tailis zero on success.
Center for High Throughput Computing, University of Wisconsin-Madison
Copyright (C) 1990-2016 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.
May 2022 |