Pradyumna Kaushik
|
c2b42c2662
|
Now retrieving path to rapl throttle script by reading value of an environment variable. Also, stored the RAPL_PKG_Throttle.py script in a directory called scripts/. The location of this needs to be stored in an environment variable named RAPL_PKG_THROTTLE_LOCATION.
|
2017-09-28 15:01:06 -04:00 |
|
Pradyumna Kaushik
|
dcf67661e9
|
removed the inlining of ssh password for username=rapl. Now we read value of environment variable named RAPL_PSSWD
|
2017-09-27 19:52:17 -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
|
c1eaa453a2
|
Sycnrhonized operations that change the value of the cluster wide cap. Added cleverRecap(...) that determines the recap value of the cluster at a much finer level, taking into account the average load on each node in the cluster. Bug fix in cap.go -- closed the session once capping had been done. This prevented from running out of file descriptors.
|
2016-12-22 22:59:02 -05:00 |
|
Renan DelValle
|
86790133e1
|
Go FMT run on entire project
|
2016-12-22 22:59:02 -05:00 |
|
Renan DelValle
|
1386049d30
|
rapl capping via ssh command in rapl package
|
2016-12-22 22:59:02 -05:00 |
|