Scroll to navigation

CONDOR_TAIL(1) HTCondor Manual CONDOR_TAIL(1)

NAME

condor_tail - HTCondor Manual

Display the last contents of a running job's standard output or file

SYNOPSIS

condor_tail [-help ] | [-version ]

condor_tail [-pool centralmanagerhostname[:portnumber]] [-name name] [-debug ] [-maxbytes numbytes] [-auto-retry ] [-follow ] [-no-stdout ] [-stderr ] job-ID [filename1 ] [filename2 ... ]

DESCRIPTION

condor_tail displays the last bytes of a file in the sandbox of a running job identified by the command line argument job-ID. stdout is tailed by default. The number of bytes displayed is limited to 1024, unless changed by specifying the -maxbytes option. 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.

If you specify filename, that name must be specifically listed in the job's transfer_output_files.

OPTIONS

Display usage information and exit.
Display version information and exit.
Specify a pool by giving the central manager's host name and an optional port number.
Query the condor_schedd daemon identified with name.
Display extra debugging information.
Limits the maximum number of bytes transferred per tail access. If not specified, the maximum number of bytes is 1024.
Retry the tail of the file(s) every 2 seconds, if the job is not yet running.
Repetitively tail the file(s), until interrupted.
Do not tail stdout.
Tail stderr instead of stdout.



EXIT STATUS

The exit status of condor_tail is zero on success.

AUTHOR

HTCondor Team

COPYRIGHT

1990-2024, Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI, US. Licensed under the Apache License, Version 2.0.

April 1, 2024