1just-man-pages/condor_tail(1)General Commands Manuajlust-man-pages/condor_tail(1)
2
3
4

Name

6       condor_tail  Display the last contents of a running job's standard out‐
7       put 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-
14       stdout ] [ -stderr ] job-ID [ filename1 ] [ filename2 ...  ]
15

Description

17       condor_tail displays the last bytes of a file in the sandbox of a  run‐
18       ning  job  identified  by the command line argument job-ID .  stdout is
19       tailed by default. The number of bytes displayed is  limited  to  1024,
20       unless  changed  by  specifying  the  -maxbytes  option.  This limit is
21       applied for each individual tail of a file; for example, when following
22       a file, 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_schedd daemon 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  stderr instead of  stdout .
85
86
87

Exit Status

89       The exit status of condor_tail is zero on success.
90

Author

92       Center for High Throughput Computing, University of Wisconsin-Madison
93
95       Copyright (C) 1990-2018 Center for High Throughput Computing,  Computer
96       Sciences  Department, University of Wisconsin-Madison, Madison, WI. All
97       Rights Reserved. Licensed under the Apache License, Version 2.0.
98
99
100
101                                     date        just-man-pages/condor_tail(1)
Impressum