1condor_tail(1)              General Commands Manual             condor_tail(1)
2
3
4

Name

6       condor_tailDisplay the last contents of a running job's standard output
7       or file
8

Synopsis

10       condor_tail[-help] | [-version]
11
12       condor_tail[-pool  centralmanagerhostname[:portnumber]]  [-name   name]
13       [-debug]  [-maxbytes  numbytes]  [-auto-retry]  [-follow]  [-no-stdout]
14       [-stderr] job-ID[filename1] [filename2 ...]
15

Description

17       condor_taildisplays the last bytes of a file in the sandbox of  a  run‐
18       ning  job  identified  by  the  command  line argument job-ID. stdoutis
19       tailed by default. The number of bytes displayed is  limited  to  1024,
20       unless changed by specifying the -maxbytesoption. This limit is applied
21       for each individual tail of a file; for example, when following a file,
22       the limit is applied each subsequent time output is obtained.
23

Options

25       -help
26
27          Display usage information and exit.
28
29
30
31       -version
32
33          Display version information and exit.
34
35
36
37       -pool centralmanagerhostname[:portnumber]
38
39          Specify  a  pool  by  giving  the central manager's host name and an
40          optional port number.
41
42
43
44       -name name
45
46          Query the condor_schedddaemon identified with name.
47
48
49
50       -debug
51
52          Display extra debugging information.
53
54
55
56       -maxbytes numbytes
57
58          Limits the maximum number of bytes transferred per tail  access.  If
59          not specified, the maximum number of bytes is 1024.
60
61
62
63       -auto-retry
64
65          Retry the tail of the file(s) every 2 seconds, if the job is not yet
66          running.
67
68
69
70       -follow
71
72          Repetitively tail the file(s), until interrupted.
73
74
75
76       -no-stdout
77
78          Do not tail stdout.
79
80
81
82       -stderr
83
84          Tail stderrinstead of stdout.
85
86
87

Exit Status

89       The exit status of condor_tailis zero on success.
90

Author

92       Center  for  High   Throughput   Computing,   University   of   Wiscon‐
93       sin–Madison
94
96       Copyright  ©  1990-2019  Center for High Throughput Computing, Computer
97       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
98       Rights Reserved. Licensed under the Apache License, Version 2.0.
99
100
101
102                                     date                       condor_tail(1)
Impressum