Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] curl file transfer problem
- Date: Fri, 19 Apr 2019 22:10:35 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] curl file transfer problem
if you run
condor_who
on an execute node, it will show you what jobs are running on that machine, and what the root PID for each job is.
for example
[johnkn@e304 ~]$ condor_who
OWNER CLIENT SLOT JOB RUNTIME PID PROGRAM
foo@xxxxxxxxxxxxx submit-1.chtc.wisc.edu 1_32 6300432.0 0+00:05:36 31720 /var/lib/condor/exe
foo@xxxxxxxxxxxxx submit-1.chtc.wisc.edu 1_10 6300404.0 0+00:11:48 25820 /var/lib/condor/exe
foo@xxxxxxxxxxxxx submit-1.chtc.wisc.edu 1_20 6300302.0 0+00:12:52 25301 /var/lib/condor/exe
bar@xxxxxxxxxxxxx submit2.chtc.wisc.edu 1_5 570809.45 0+00:35:44 16318 /var/lib/condor/exe
Add the -wide argument to see the full command line with arguments
-tj