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

Re: [HTCondor-users] Metrics on the processed input/output file sizes for a job



No, HTCondor does not have that.  but it  does have the option to produce a manifest of input and output files.


-tj

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Seung-Jin Sul <ssul@xxxxxxx>
Sent: Friday, August 23, 2024 12:05 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] Metrics on the processed input/output file sizes for a job
 
Hi,

I was wondering if I could get any native metrics from HTCondor log or somewhere on the input/output file sizes after running a job.
We would like to check if we could get the list of input file sizes and output file sizes involved in running a job after completion without running `du` for each job.

Thank you.

Best,
Seung