2013-06-24 |
Stefan Derkits | fix stop Events in SchedB, count start & stop in SchedC
|
commit | commitdiff | tree |
2013-06-24 |
Stefan Derkits | fixed bug with delayedApps
|
commit | commitdiff | tree |
2013-06-20 |
Stefan Derkits | log resize events
|
commit | commitdiff | tree |
2013-06-20 |
Stefan Derkits | resize VM down after migration in SchedulerB
|
commit | commitdiff | tree |
2013-06-20 |
Stefan Derkits | fix SchedulerC
|
commit | commitdiff | tree |
2013-06-20 |
Stefan Derkits | revert build.xml after end presentation
|
commit | commitdiff | tree |
2013-06-20 |
Stefan Derkits | remove unused annotation
|
commit | commitdiff | tree |
2013-06-13 |
Stefan Derkits | fix strange methods in Physical & Virtual Machine
|
commit | commitdiff | tree |
2013-06-13 |
Stefan Derkits | fix bug in SchedB
|
commit | commitdiff | tree |
2013-06-13 |
Stefan Derkits | lower timestamp advance in JobGenerator
|
commit | commitdiff | tree |
2013-06-13 |
Stefan Derkits | create 1500 jobs & make jobs run longer
|
commit | commitdiff | tree |
2013-06-13 |
Stefan Derkits | avoid concurrent modification exception in handleDelayedApps()
|
commit | commitdiff | tree |
2013-06-12 |
Stefan Derkits | implemented SchedC
|
commit | commitdiff | tree |
2013-06-12 |
Stefan Derkits | small (but maybe important) bugfix
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | only call runMigration() in Schedulers that extend...
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | put code for migration into new class AbstractSchedulerWithM...
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | added Migration to SchedB
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | moved sorting of PMs into MachineManager
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | moved handling of delayed Apps into AbstractScheduler
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | Big changes: change EventMap, move the stop/stopOutsourced...
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | move outsourced event handling from SchedulerB to AbstractSc...
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | added all possible Sched/Scenario combinations to build.xml
|
commit | commitdiff | tree |
2013-06-11 |
Stefan Derkits | moved DelayedApps List to Abstract scheduler, remove...
|
commit | commitdiff | tree |
2013-06-10 |
Stefan Derkits | change utilization to only take current CPU/Size/RAM...
|
commit | commitdiff | tree |
2013-06-10 |
Stefan Derkits | deleted lib, now readded it :)
|
commit | commitdiff | tree |
2013-06-10 |
Stefan Derkits | removed some commented code
|
commit | commitdiff | tree |
2013-06-10 |
Stefan Derkits | change CSV logging to own logging
|
commit | commitdiff | tree |
2013-06-10 |
Stefan Derkits | fixed run targets for JobGenerator B & C
|
commit | commitdiff | tree |
2013-05-23 |
Stefan Derkits | implemented end-logging
|
commit | commitdiff | tree |
2013-05-23 |
Stefan Derkits | log at every timestamp, not only timestamps with events
|
commit | commitdiff | tree |
2013-05-23 |
Stefan Derkits | changed names of resoure variables to reserved*, change...
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | fix bug in Physical machine
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | fix small Bug for scenario C in JobGenerator
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | add assignment.pdf
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | fix available Resources (they are maxsize - currsize...
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | changed calculation of RAM,CPU & Size
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | add toString() to Scenario & SchedulerData (allows...
|
commit | commitdiff | tree |
2013-05-22 |
Stefan Derkits | shutdown PMs, fixed a small (but important) bug in...
|
commit | commitdiff | tree |
2013-05-21 |
Stefan Derkits | added one todo,small style changes
|
commit | commitdiff | tree |
2013-05-21 |
Stefan Derkits | write end Events when deploying app, fix consumption...
|
commit | commitdiff | tree |
2013-05-21 |
Stefan Derkits | whitespace--
|
commit | commitdiff | tree |
2013-05-21 |
Stefan Derkits | start MachineManager from Scheduler, add more logging...
|
commit | commitdiff | tree |
2013-05-20 |
Stefan Derkits | added numPMs & numCloudPartners to Input
|
commit | commitdiff | tree |
2013-05-18 |
Stefan Derkits | started implementing MachineManager, VM & PM
|
commit | commitdiff | tree |
2013-05-18 |
Stefan Derkits | added logging to scheduler
|
commit | commitdiff | tree |
2013-05-17 |
Stefan Derkits | fixed csv logging
|
commit | commitdiff | tree |
2013-05-16 |
Stefan Derkits | added CSV logging (still little bit buggy)
|
commit | commitdiff | tree |
2013-05-15 |
Stefan Derkits | Application now implements Comparable (compares timestamp...
|
commit | commitdiff | tree |
2013-05-15 |
Stefan Derkits | forgot to commit SchedulerType
|
commit | commitdiff | tree |
2013-05-15 |
Stefan Derkits | implemented parsing of CSV in SchedSimulator
|
commit | commitdiff | tree |
2013-05-14 |
Stefan Derkits | started input handling of SchedulerSimulator
|
commit | commitdiff | tree |
2013-05-14 |
Stefan Derkits | small change in JobGenerator
|
commit | commitdiff | tree |
2013-05-14 |
Stefan Derkits | put ScenarioType in own file
|
commit | commitdiff | tree |
2013-05-14 |
Stefan Derkits | first draft of finished JobGenerator (pls test :) )
|
commit | commitdiff | tree |
2013-05-14 |
Stefan Derkits | implemented main logic of JobGenerator (add header...
|
commit | commitdiff | tree |
2013-05-14 |
Stefan Derkits | arguments can now be entered directly from ant
|
commit | commitdiff | tree |
2013-05-13 |
Stefan Derkits | added argument handling to JobGenerator
|
commit | commitdiff | tree |
2013-05-02 |
Stefan Derkits | added some Files and comments and methods
|
commit | commitdiff | tree |
2013-05-02 |
Stefan Derkits | added ant, removed mvn, added libs, reanamed classes...
|
commit | commitdiff | tree |
|