WUT_Computer_Science/Programming/EOPSY/lab3/task3/work/scheduling.conf

17 lines
223 B
Plaintext
Raw Permalink Normal View History

2022-04-29 12:56:12 +02:00
// # of Process
2022-04-30 23:24:46 +02:00
numprocess 3
2022-04-29 12:56:12 +02:00
// mean deivation
2022-04-30 23:24:46 +02:00
meandev 2001
2022-04-29 12:56:12 +02:00
// standard deviation
standdev 0
// process # I/O blocking
process 500
process 500
process 500
// duration of the simulation in milliseconds
runtime 10000