toil icon indicating copy to clipboard operation
toil copied to clipboard

Could toil also store requested cores data for stats purposes?

Open jsmedmar opened this issue 3 years ago • 2 comments
trafficstars

I'm not aware if recent versions do this already, but it would be nice to store stats about the number of cpus requested by jobs. Doing clock / cores could help calculate cpu efficiency.

Thoughts?

┆Issue is synchronized with this Jira Story ┆friendlyId: TOIL-1201

jsmedmar avatar Aug 04 '22 18:08 jsmedmar

I think the JobDescription tracks the cores requirement for each job, unless it ended up using the default for the workflow run because no explicit requirement was set.

Where would you want this information to be visible to the user, @jsmedmar? Maybe in the table from toil stats?

adamnovak avatar Aug 17 '22 15:08 adamnovak

Yes, toil stats human and json. This would be very nice!

jsmedmar avatar Aug 17 '22 21:08 jsmedmar