ga4gh / task-execution-schemas

Apache License 2.0
81 stars 28 forks source link

Add resource utilization endpoint(s). #207

Open claymcleod opened 2 weeks ago

claymcleod commented 2 weeks ago

It would be nice if you could query the amount of CPU, RAM, and disk space being used at any given time for an executor. This would enable folks to more easily optimize their pipelines using TES.

vsmalladi commented 2 weeks ago

@claymcleod do you mean in realtime or historic? WE do have the logs for each task that was submitted.

claymcleod commented 2 weeks ago

I was saying in real-time so that external monitoring tools could be built around the API and could query at whatever frequency is convenient.

uniqueg commented 5 days ago

Interesting idea - I like it.

I also don't think we report summary stats on completed tasks in a standardized way - or am I missing sth, @vsmalladi?

vsmalladi commented 5 days ago

We don't. Its dumped in Logs i think. We could standardize this.