Skip to content

Instantly share code, notes, and snippets.

@ssherar
Created May 2, 2013 22:04
Show Gist options
  • Save ssherar/5505825 to your computer and use it in GitHub Desktop.
Save ssherar/5505825 to your computer and use it in GitHub Desktop.
Simulator run Thu May 02 23:00:19 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.FirstComeFirstServed
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU2:1 13
CPU1:2 37
CPU3:2 56
MIXED1:2 63
IO1:3 75
Mean elapsed duration 48
Total CPU time 75
Total Context Switches 10
Total Idle time 6
Simulator run Thu May 02 23:02:19 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.LotteryScheduler
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU1:2 50
CPU2:1 63
MIXED1:2 65
IO1:3 67
CPU3:2 69
Mean elapsed duration 62
Total CPU time 69
Total Context Switches 53
Total Idle time 0
Simulator run Thu May 02 23:02:47 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.LotteryScheduler
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU2:1 43
CPU1:2 57
IO1:3 62
CPU3:2 65
MIXED1:2 69
Mean elapsed duration 59
Total CPU time 69
Total Context Switches 52
Total Idle time 0
Simulator run Thu May 02 23:03:14 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.LotteryScheduler
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU1:2 46
IO1:3 63
CPU2:1 64
MIXED1:2 67
CPU3:2 69
Mean elapsed duration 61
Total CPU time 69
Total Context Switches 55
Total Idle time 0
Simulator run Thu May 02 23:03:33 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.LotteryScheduler
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU1:2 47
CPU3:2 58
CPU2:1 63
IO1:3 66
MIXED1:2 69
Mean elapsed duration 60
Total CPU time 69
Total Context Switches 56
Total Idle time 0
Simulator run Thu May 02 23:04:06 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.LotteryScheduler
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU1:2 37
CPU2:1 59
MIXED1:2 62
CPU3:2 64
IO1:3 75
Mean elapsed duration 59
Total CPU time 75
Total Context Switches 50
Total Idle time 6
Simulator run Thu May 02 23:01:16 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.RoundRobin
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU2:1 43
CPU1:2 43
MIXED1:2 60
IO1:3 68
CPU3:2 69
Mean elapsed duration 56
Total CPU time 69
Total Context Switches 26
Total Idle time 0
Simulator run Thu May 02 23:01:48 BST 2013
uk.ac.aber.rcs.cs211.schedulersim.scheduler.ShortestTime
DataFile name: /Users/sam/repos/cs211/schedulers/code/bin/Test.jobs
CPU2:1 13
CPU1:2 20
MIXED1:2 44
CPU3:2 61
IO1:3 81
Mean elapsed duration 43
Total CPU time 81
Total Context Switches 11
Total Idle time 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment