1CONDOR_TAIL(1) HTCondor Manual CONDOR_TAIL(1)
2
3
4
6 condor_tail - HTCondor Manual
7
8 Display the last contents of a running job's standard output or file
9
10
12 condor_tail [-help ] | [-version ]
13
14 condor_tail [-pool centralmanagerhostname[:portnumber]] [-name name]
15 [-debug ] [-maxbytes numbytes] [-auto-retry ] [-follow ] [-no-stdout ]
16 [-stderr ] job-ID [filename1 ] [filename2 ... ]
17
19 condor_tail displays the last bytes of a file in the sandbox of a run‐
20 ning job identified by the command line argument job-ID. stdout is
21 tailed by default. The number of bytes displayed is limited to 1024,
22 unless changed by specifying the -maxbytes option. This limit is
23 applied for each individual tail of a file; for example, when following
24 a file, the limit is applied each subsequent time output is obtained.
25
27 -help Display usage information and exit.
28
29 -version
30 Display version information and exit.
31
32 -pool centralmanagerhostname[:portnumber]
33 Specify a pool by giving the central manager's host name and
34 an optional port number.
35
36 -name name
37 Query the condor_schedd daemon identified with name.
38
39 -debug Display extra debugging information.
40
41 -maxbytes numbytes
42 Limits the maximum number of bytes transferred per tail
43 access. If not specified, the maximum number of bytes is
44 1024.
45
46 -auto-retry
47 Retry the tail of the file(s) every 2 seconds, if the job is
48 not yet running.
49
50 -follow
51 Repetitively tail the file(s), until interrupted.
52
53 -no-stdout
54 Do not tail stdout.
55
56 -stderr
57 Tail stderr instead of stdout.
58
60 The exit status of condor_tail is zero on success.
61
63 HTCondor Team
64
66 1990-2020, Center for High Throughput Computing, Computer Sciences
67 Department, University of Wisconsin-Madison, Madison, WI, US. Licensed
68 under the Apache License, Version 2.0.
69
70
71
72
738.8 Aug 06, 2020 CONDOR_TAIL(1)