WUT_Computer_Science/EOPSY/lab3/task3/work/scheduling.conf
2022-04-30 23:24:46 +02:00

17 lines
223 B
Plaintext

// # of Process
numprocess 3
// mean deivation
meandev 2001
// standard deviation
standdev 0
// process # I/O blocking
process 500
process 500
process 500
// duration of the simulation in milliseconds
runtime 10000