https://github.com/ferhatelmas/perfeval
Performance Evaluation Course Assignments
https://github.com/ferhatelmas/perfeval
Last synced: 2 months ago
JSON representation
Performance Evaluation Course Assignments
- Host: GitHub
- URL: https://github.com/ferhatelmas/perfeval
- Owner: ferhatelmas
- Created: 2012-10-09T23:59:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T19:21:58.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T12:13:44.935Z (4 months ago)
- Language: C
- Homepage:
- Size: 9.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Performance Evaluation
My submissions for performance evaluation course.
_octave_ dir contains homework submissions.
* Hw5 was a competition to predict EPFL outgoing web traffic a week before, it got the highest score._java_ dir contains some parts of the homeworks that are easier to write in Java, organized by package.
_mini_ dir contains my mini project proposal and re-performed simulation code and results for task assignment policy for distributed server system. Related paper and presented two slides can also be found.
* Main result of simulation is dynamic policy (assignment to host with least work left) is generally best. In low variability or exponential distribution in task sizes, it is mathematically proofed to be the best. However, in high variability size based policy (task are assigned to host according to predefined limits[expectation across host is equal] that host can admit jobs) is the best.