Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resource utilization endpoint(s). #207

Open
claymcleod opened this issue Sep 10, 2024 · 4 comments
Open

Add resource utilization endpoint(s). #207

claymcleod opened this issue Sep 10, 2024 · 4 comments

Comments

@claymcleod
Copy link

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
Copy link
Contributor

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

@claymcleod
Copy link
Author

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
Copy link
Contributor

uniqueg commented Sep 20, 2024

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants