-
Notifications
You must be signed in to change notification settings - Fork 7
Machine Timestamp #41
Comments
Hi, We currently do not explicitly track the timestamp at which a machine becomes idle. However, this feature is easy to implement yourself. My suggestion would be to track the timestamp at which a machine becomes idle at To give you a few pointers, here the scheduler identifies finished tasks: Lines 150 to 154 in 3d4ee87
Here, the scheduler schedules a task on a machine: Lines 188 to 194 in 3d4ee87
Hope this helps! Let me know if you have any further questions. |
Thank you for your reply Fabian. Also, is there a script to convert parquet format to gwf? |
That's ok for now. Also, I think we indeed have a script for using traces in Parquet format. I'll come back on this. |
@fabianishere I got the script from Laurens, thanks for the response. |
Hello,
I am working on the lab for distributed systems class.
Is there a way to get the machine which became idle the earliest?
Or should I add timestamps to the machines locally or at StageScheduler when DONE message is received? If you suggest the latter, how can I get the machine that sent the DONE message?
Thanks!
The text was updated successfully, but these errors were encountered: