[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Tracking resource utilization in condor_submit -interactive



We've got a few folks who need interactive shells due to the nature of their workflow, and I've set up appropriate submit descriptions for use with condor_submit -interactive. However, the job attributes such as MemoryUsage and RemoteUserCpu don't track the resource utilization by the condor_ssh_to_job sessions launched by condor_submit (as would be desired under any other circumstance), and so I'm wondering if there may be some way to bring the work they're doing in the shell under the job's metadata umbrella so that their resource use can be appropriately tracked and recorded.

I've been mulling the possibility of somehow launching condor_ssh_to_job_sshd_setup as the job - rather than the /bin/sleep followed by an ssh_to_job - and then SSH-ing to that, but if there's a better approach that will be obvious in hindsight, please let me know.

Thanks!

	-Michael Pelletier.