2013-06-13 |
Jan Vales | Applications now store their own nextID. |
tree | commitdiff |
2013-06-13 |
Stefan Derkits | lower timestamp advance in JobGenerator |
tree | commitdiff |
2013-06-13 |
Stefan Derkits | create 1500 jobs & make jobs run longer |
tree | commitdiff |
2013-06-13 |
Andreas Egger | Merge branch 'master' of ssh://dev.somenet.org:666... |
tree | commitdiff |
2013-06-13 |
Andreas Egger | delayed apps test |
tree | commitdiff |
2013-06-13 |
Stefan Derkits | avoid concurrent modification exception in handleDelaye... |
tree | commitdiff |
2013-06-13 |
Andreas Egger | Adjust migration algorithm to get max. utilization |
tree | commitdiff |
2013-06-13 |
Andreas Egger | Organize logfiles output - less error prone |
tree | commitdiff |
2013-06-12 |
Stefan Derkits | implemented SchedC |
tree | commitdiff |
2013-06-12 |
Stefan Derkits | small (but maybe important) bugfix |
tree | commitdiff |
2013-06-11 |
Andreas Egger | Refactorings and bugfixes |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | only call runMigration() in Schedulers that extend... |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | put code for migration into new class AbstractScheduler... |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | added Migration to SchedB |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | moved sorting of PMs into MachineManager |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | moved handling of delayed Apps into AbstractScheduler |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | Big changes: change EventMap, move the stop/stopOutsour... |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | move outsourced event handling from SchedulerB to Abstr... |
tree | commitdiff |
2013-06-11 |
Stefan Derkits | moved DelayedApps List to Abstract scheduler, remove... |
tree | commitdiff |
2013-06-10 |
Stefan Derkits | change utilization to only take current CPU/Size/RAM... |
tree | commitdiff |
2013-06-10 |
Stefan Derkits | removed some commented code |
tree | commitdiff |
2013-06-10 |
Stefan Derkits | change CSV logging to own logging |
tree | commitdiff |
2013-06-06 |
Someone | SchedB now has Federation and Delaying of apps. |
tree | commitdiff |
2013-06-06 |
Someone | Federation now "works" |
tree | commitdiff |
2013-06-03 |
Someone | ArrayList type was killing checkstyle. "new ArrayList... |
tree | commitdiff |
2013-06-03 |
Someone | Split the one big ugly handle functions into smaller... |
tree | commitdiff |
2013-06-03 |
Someone | fixed VM.resize() |
tree | commitdiff |
2013-06-03 |
Someone | Sched B. Ein wenig getestet. |
tree | commitdiff |
2013-05-23 |
Stefan Derkits | implemented end-logging |
tree | commitdiff |
2013-05-23 |
Stefan Derkits | log at every timestamp, not only timestamps with events |
tree | commitdiff |
2013-05-23 |
Stefan Derkits | changed names of resoure variables to reserved*, change... |
tree | commitdiff |
2013-05-23 |
Jan Vales | bilder angepasst an bugfixes. |
tree | commitdiff |
2013-05-22 |
Stefan Derkits | fix bug in Physical machine |
tree | commitdiff |
2013-05-22 |
Stefan Derkits | fix small Bug for scenario C in JobGenerator |
tree | commitdiff |
2013-05-22 |
Jan Vales | updated presentation and some little changes to generat... |
tree | commitdiff |
2013-05-22 |
Stefan Derkits | fix available Resources (they are maxsize - currsize... |
tree | commitdiff |
2013-05-22 |
Stefan Derkits | changed calculation of RAM,CPU & Size |
tree | commitdiff |
2013-05-22 |
Stefan Derkits | add toString() to Scenario & SchedulerData (allows... |
tree | commitdiff |
2013-05-22 |
Stefan Derkits | shutdown PMs, fixed a small (but important) bug in... |
tree | commitdiff |
2013-05-22 |
Andreas Egger | Cleaned up |
tree | commitdiff |
2013-05-22 |
Andreas Egger | Fixed: Output File OK |
tree | commitdiff |
2013-05-22 |
Andreas Egger | Scheduling working, still needs to be tested |
tree | commitdiff |
2013-05-21 |
Stefan Derkits | added one todo,small style changes |
tree | commitdiff |
2013-05-21 |
Stefan Derkits | write end Events when deploying app, fix consumption... |
tree | commitdiff |
2013-05-21 |
Andreas Egger | some fixes |
tree | commitdiff |
2013-05-21 |
Andreas Egger | Getting executable |
tree | commitdiff |
2013-05-21 |
Andreas Egger | Merge branch 'master' of ssh://dev.somenet.org:666... |
tree | commitdiff |
2013-05-21 |
Andreas Egger | Implemented Scheduler A and utility classes |
tree | commitdiff |
2013-05-21 |
Stefan Derkits | whitespace-- |
tree | commitdiff |
2013-05-21 |
Stefan Derkits | start MachineManager from Scheduler, add more logging... |
tree | commitdiff |
2013-05-21 |
Andreas Egger | Refactoring |
tree | commitdiff |
2013-05-21 |
Andreas Egger | Merge branch 'master' of ssh://dev.somenet.org:666... |
tree | commitdiff |
2013-05-21 |
Andreas Egger | Small adjustments |
tree | commitdiff |
2013-05-20 |
Stefan Derkits | added numPMs & numCloudPartners to Input |
tree | commitdiff |
2013-05-20 |
Andreas Egger | Some refactorings |
tree | commitdiff |
2013-05-18 |
Stefan Derkits | started implementing MachineManager, VM & PM |
tree | commitdiff |
2013-05-18 |
Stefan Derkits | added logging to scheduler |
tree | commitdiff |
2013-05-17 |
Stefan Derkits | fixed csv logging |
tree | commitdiff |
2013-05-16 |
Stefan Derkits | added CSV logging (still little bit buggy) |
tree | commitdiff |
2013-05-15 |
Stefan Derkits | Application now implements Comparable (compares timesta... |
tree | commitdiff |
2013-05-15 |
Stefan Derkits | forgot to commit SchedulerType |
tree | commitdiff |
2013-05-15 |
Stefan Derkits | implemented parsing of CSV in SchedSimulator |
tree | commitdiff |
2013-05-14 |
Stefan Derkits | started input handling of SchedulerSimulator |
tree | commitdiff |
2013-05-14 |
Stefan Derkits | small change in JobGenerator |
tree | commitdiff |
2013-05-14 |
Stefan Derkits | put ScenarioType in own file |
tree | commitdiff |
2013-05-14 |
Stefan Derkits | first draft of finished JobGenerator (pls test :) ) |
tree | commitdiff |
2013-05-14 |
Stefan Derkits | implemented main logic of JobGenerator (add header... |
tree | commitdiff |
2013-05-13 |
Stefan Derkits | added argument handling to JobGenerator |
tree | commitdiff |
2013-05-02 |
Stefan Derkits | added some Files and comments and methods |
tree | commitdiff |
2013-05-02 |
Stefan Derkits | added ant, removed mvn, added libs, reanamed classes... |
tree | commitdiff |
|