.\"Man page for condor_tail .\"Generated by makeman on Tue May 29 00:38:53 2018 .TH condor_tail 1 "May 2018" .SH Name .P condor_tail Display \- the last contents of a running job's standard output or file .P .SH Synopsis condor_tail [-help] | [-version] .P condor_tail[-pool centralmanagerhostname[:portnumber]] [-name name] [-debug] [-maxbytes numbytes] [-auto-retry] [-follow] [-no-stdout] [-stderr] job-ID[filename1] [filename2 ...] .P .SH Description .P condor_taildisplays 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 -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. .P .SH Options .P .B -help .IP "" 3 Display usage information and exit. .IP "" 3 .P .B -version .IP "" 3 Display version information and exit. .IP "" 3 .P .B -pool centralmanagerhostname[:portnumber] .IP "" 3 Specify a pool by giving the central manager's host name and an optional port number. .IP "" 3 .P .B -name name .IP "" 3 Query the condor_schedddaemon identified with name. .IP "" 3 .P .B -debug .IP "" 3 Display extra debugging information. .IP "" 3 .P .B -maxbytes numbytes .IP "" 3 Limits the maximum number of bytes transferred per tail access. If not specified, the maximum number of bytes is 1024. .IP "" 3 .P .B -auto-retry .IP "" 3 Retry the tail of the file(s) every 2 seconds, if the job is not yet running. .IP "" 3 .P .B -follow .IP "" 3 Repetitively tail the file(s), until interrupted. .IP "" 3 .P .B -no-stdout .IP "" 3 Do not tail stdout . .IP "" 3 .P .B -stderr .IP "" 3 Tail stderr instead of stdout . .IP "" 3 .P .SH Exit Status .P The exit status of condor_tailis zero on success. .P .SH Author Center for High Throughput Computing, University of Wisconsin-Madison .SH Copyright 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.