[Ilugc] scheduling in linux

  • From: mailzico@xxxxxxxxx (Zico)
  • Date: Fri Apr 27 23:47:48 2007

I have to make a process scheduler in linux. The specification is something
like this:

The input will be taken from file. The input format is as follows:

No of processes(N)
arrival time cpuBurst IOBurst..........0.
.
.
.
(N such entries)


The output will be in the following format:
cpuUtilization
Throughput
Waiting time turnaround time
.
.
.
(N such entries)

How can make it possible?

Zico

Other related posts: