-
Notifications
You must be signed in to change notification settings - Fork 157
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
Slowdown for cluster load 10% to 190% #12
Comments
Thanks for the detailed question and sorry for the late reply. Load larger than 100% has to be ephemeral. Two things can affect the system load, the interval between the new jobs as you pointed out, and the new job size distribution. Lines 25 to 59 in b42eff0
You can compute the load using average area of new job per time interval / the width of the bottlenecked resource. If I remember it correctly, since our simulated interval is finite, the scenario is ephemeral. You can vary the two distributions to create different loads. Hope this helps! |
Thank You for your response. I am able to figure it out. One more thing, I wanted to get clarified is about the res_slot value. So In this repository, you have used res_slot = 10, but in another repository, you have modified it to 20. So, using 20 has given a very good slowdown value less than 2 for heuristics (SJF, Packer) as well. But the reported results in paper have got huge slowdown Waiting for your response. |
Dear Hongzi,
I am trying to reproduce all the results that you reported on paper. From the source code, it is unclear to plot the slowdown from 10% to 190% cluster load. When I run the run_script.py, I am able to see the generated logs and nothing corresponds to the Figure 4.
Can you please give a detailed explanation on how you are plotting the slowdown for cluster load from 10% to 190%. Again from the source code, It is clear that you are relying on the job rate from 0.1 to 1.0 to vary the load from 10% to 190%, but when I tried to rely on just the job rate from 0.1 to 1.0 , and varied the cluster load from 10 to 190%, the slowdown after 100% was constant till 190%.
Thank You.
The text was updated successfully, but these errors were encountered: