-
Notifications
You must be signed in to change notification settings - Fork 111
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
Task ressources is collected from machine ressources #520
Comments
Hi! Yes, we can rename |
It makes total sense and it has it uses. But IMO it would be best to have both host and task ressources. We're running several tasks per host quite alot. Mostly for nuke and houdini. When running multiple tasks it's essential to now how much the use per task to not overload the ressources on the host. |
I see that it's only in the python part. Will create a merge request with the changes.. |
Or would it be better to collect the process stats in C? I've previously created a process stats collector, but was depending on a seperate python library (psutil). |
I think that better to do it in C. But it can be much harder than in Python. So I do not know, not a simple question. |
So rename it now, so it doesn't break too much and make ready for task resources? |
btw. |
Yes, multi-os is very good. May be better put |
Task ressources are collected from machine ressources and not actual task ressources. When running multiple tasks at the same time it gives an incorrect picture.
I would suggest that eg. 'res_mem_peak_mb' is renamed 'host_res_mem_peak_mb' to start with before a proper solution to collect task ressources is in place.
The text was updated successfully, but these errors were encountered: