Man page - condor_tail(1)
Packages contains this manual
- condor_job_router_info(1)
- condor_store_cred(1)
- condor_submit_dag(1)
- condor_stats(1)
- condor_top(1)
- gidd_alloc(1)
- condor_rmdir(1)
- condor_qsub(1)
- classad_eval(1)
- condor_install(1)
- condor_ping(1)
- condor_who(1)
- condor_rm(1)
- condor_router_rm(1)
- condor_upgrade_check(1)
- condor_reconfig(1)
- condor_gather_info(1)
- condor_annex(1)
- condor_vacate_job(1)
- get_htcondor(1)
- condor_preen(1)
- condor_master(1)
- condor_tail(1)
- condor_token_request_auto_approve(1)
- condor_restart(1)
- condor_continue(1)
- condor_update_machine_ad(1)
- classads(1)
- condor_evicted_files(1)
- condor_chirp(1)
- condor_q(1)
- condor_qedit(1)
- condor_test_token(1)
- condor_router_history(1)
- condor_history(1)
- condor_procd(1)
- condor_on(1)
- condor_status(1)
- condor_watch_q(1)
- condor_ssl_fingerprint(1)
- condor_token_fetch(1)
- condor_fetchlog(1)
- condor_submit(1)
- condor_token_request_list(1)
- condor_transfer_data(1)
- condor_hold(1)
- condor_wait(1)
- condor_ssh_to_job(1)
- condor_prio(1)
- condor_pool_job_report(1)
- condor_token_request(1)
- condor_config_val(1)
- condor_set_shutdown(1)
- condor_userprio(1)
- condor_adstash(1)
- condor_userlog(1)
- condor_sos(1)
- condor_gpu_discovery(1)
- condor_transform_ads(1)
- condor_findhost(1)
- condor_now(1)
- condor_updates_stats(1)
- condor_version(1)
- htcondor(1)
- condor_vacate(1)
- condor_run(1)
- condor_advertise(1)
- condor_suspend(1)
- procd_ctl(1)
- condor_router_q(1)
- condor_token_request_approve(1)
- condor_check_userlogs(1)
- condor_reschedule(1)
- condor_token_create(1)
- condor_dagman(1)
- condor_power(1)
- condor_drain(1)
- condor_release(1)
- condor_ssh_start(1)
- condor_urlfetch(1)
- condor_remote_cluster(1)
- condor_check_password(1)
- condor_token_list(1)
- condor_off(1)
- condor_configure(1)
apt-get install condor
Manual
CONDOR_TAIL
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXIT STATUS
AUTHOR
COPYRIGHT
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
|
-help |
Display usage information and exit. |
-version
Display version information and exit.
-pool centralmanagerhostname[:portnumber]
Specify a pool by giving the central manager's host name and an optional port number.
-name name
Query the condor_schedd daemon identified with name .
|
-debug |
Display extra debugging information. |
-maxbytes numbytes
Limits the maximum number of bytes transferred per tail access. If not specified, the maximum number of bytes is 1024.
-auto-retry
Retry the tail of the file(s) every 2 seconds, if the job is not yet running.
-follow
Repetitively tail the file(s), until interrupted.
-no-stdout
Do not tail stdout .
-stderr
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.