본문 바로가기
학부공부/OS_운영체제

TP1.5. File format for Evaluation module [OS Scheduling simulator]

by sonpang 2022. 6. 6.
반응형

File format for Evaluation module

Example : tc1_FCFS.txt

S E PROCESS 
0 4 P1 
4 5 P2 
5 10 P0 
10 17 P4 
17 20 P3
20 22 P5 
-
각 프로세스의 pid, bursttime, waitingtime, turnaroundtime, responsetime, priority
마지막 세 줄 : avgwait, avgturnaround, avgresponse

Note : 각 line 별 줄 바꿈 이전에 ' '(공백)이 하나 있어야합니다!

https://github.com/ghpk98/OS-Term-Project/tree/brchSON/testcase/tc1_result 가 도움이 될 수 있습니다. Testcase 구축 담당 팀원께서 개인 branch에 testcase folder를 생성해주시면 감사하겠습니다.

반응형

댓글