Abhishek Jain
|
e01c7b1b1d
|
Retrofitted all the schedulers to call UpdateEnvironment(..) function instead of the old named function i.e AddHostIfNew(..)
|
2017-03-25 18:06:39 -04:00 |
|
Abhishek Jain
|
b4f9a989cb
|
Retrofitted all the schedulers to now call the offerutils.AddHostIfNew(..) utility function which will dynamically populate the constants.Hosts and constants.PowerClasses.
|
2017-03-24 16:28:49 -04:00 |
|
Abhishek Jain
|
aed4fd1073
|
Retrofitted all schedulers to now pick the hostname from the offer and add it to constants.Hosts
|
2017-03-23 22:16:05 -04:00 |
|
Pradyumna Kaushik
|
d42b7a3a3b
|
changed the type of percentage in rapl.Cap(...) from int to float64. Retrofitted power-capping strategies to cap using a float64 value instead of an int. Moved common functions in loganddynamiccap.go and logAndProgressiveExtrema.go into pcp/utils.go. New power-capping strategy that builds on top of extrema, where it caps the victims at different until it can't cap further, in which case it starts uncapping them in the reverse order of capping.
|
2017-02-15 19:22:56 -05:00 |
|
Pradyumna Kaushik
|
02fede7184
|
resolved merge conflict with master. Also, changed the name of the constructor for BPSWMaxMin from NewBPMaxMinWatts to NewBPSWMaxMinWatts
|
2017-02-11 14:26:27 -05:00 |
|
Pradyumna Kaushik
|
1dcf416849
|
Resolved merge conflicts with master
|
2017-02-10 16:23:09 -05:00 |
|
Pradyumna Kaushik
|
9dc5bdada2
|
Moved all the common scheduler attributes into base.go
|
2017-02-09 20:27:18 -05:00 |
|
Pradyumna Kaushik
|
57512ac2dd
|
Changed ignoreWatts to wattsAsAResource. This resulted in flipping of the condition checks that use these variablees
|
2017-02-09 18:41:40 -05:00 |
|
Pradyumna Kaushik
|
fdcb401447
|
Made classMapWatts a commandLine option where one can enable and disable mapping of watts to powerclasses when accepting offers from Mesos. Removed the schedulers that were created solely for the classMapWatts feature. Retrofitted all schedulers to use the powerClass mapped watts attribute for a task, if classMapWatts has been enabled. Removed unnecessary functions and variables from constants.go. Removed unnecessary functions from utilities/utils.go. Fixed operator precendence issue with takeOffer(...) in some of the schedulers. Added TODO to decouple capping strategies from the schedulers completely. Added TODO to move all the common struct attributes in the schedulers into base.go.
|
2017-02-09 18:05:38 -05:00 |
|