Skip to content

Commit faaab5e

Browse files
committed
2 parents f6c4bf1 + a8b93d2 commit faaab5e

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
- professor: 김덕수 교수님
44

55
## Service URL
6-
- https://process-scheduler.link
6+
- Web
7+
- https://process-scheduler.link
8+
- API
9+
- https://api.process-scheduler.link
710

811
## Developer
912

@@ -27,7 +30,7 @@
2730
- [SPN (Shortest-Process-Next)](https://ko.wikipedia.org/wiki/%EC%B5%9C%EB%8B%A8_%EC%9E%91%EC%97%85_%EC%9A%B0%EC%84%A0_%EC%8A%A4%EC%BC%80%EC%A4%84%EB%A7%81)
2831
- [SRTN (Shortest-Remaining-Time-Next)](https://ko.wikipedia.org/wiki/%EC%B5%9C%EC%86%8C_%EC%9E%94%EB%A5%98_%EC%8B%9C%EA%B0%84_%EC%9A%B0%EC%84%A0_%EC%8A%A4%EC%BC%80%EC%A4%84%EB%A7%81)
2932
- [HRRN (High-Response-Ratio-Next)](https://ko.wikipedia.org/wiki/HRRN_%EC%8A%A4%EC%BC%80%EC%A4%84%EB%A7%81)
30-
- 말년병장
33+
- [MN (MalNeon-sergeant)](https://sour-microwave-e23.notion.site/1bb774fd863d4763b9286f4b3fdb7dab)
3134

3235
</details>
3336

@@ -65,7 +68,8 @@
6568
<summary> SRTN </summary>
6669

6770
### SRTN (Shortest-Remaining-Time-Next)
68-
![image](https://user-images.githubusercontent.com/56067949/234043872-daa5732b-7ed7-4af9-be96-331aa54862d6.png)
71+
![image](https://github.com/Kim-Juwon/Process-Scheduling-Simulator-API/assets/56067949/581564c9-c491-438e-ad91-8334eae56956)
72+
6973

7074
</details>
7175

@@ -78,6 +82,15 @@
7882

7983
</details>
8084

85+
<details>
86+
87+
<summary> MN </summary>
88+
89+
### MN (MalNeon-sergeant)
90+
![image](https://github.com/Kim-Juwon/Process-Scheduling-Simulator-API/assets/56067949/cc3b1672-5b68-4192-920b-e32b86fb1b59)
91+
92+
</details>
93+
8194
## API Specification
8295

8396
<details>
@@ -92,7 +105,7 @@
92105
- **arrivalTime**
93106
- **workload**
94107
#### Processors
95-
- `1 <= processors.size() <= 4`
108+
- `1 <= processors.size() <= 15`
96109
- 프로세서별 property
97110
- **name**
98111
- **core**
@@ -236,7 +249,7 @@
236249
"processorPowerConsumptions": [
237250
{
238251
"processorName": "Core1",
239-
"totalPowerConsumption": 7.3999999999999995
252+
"totalPowerConsumption": 7.4
240253
}
241254
],
242255
"totalPowerConsumption": 7.4,
@@ -264,10 +277,10 @@
264277
"processorPowerConsumptions": [
265278
{
266279
"processorName": "Core1",
267-
"totalPowerConsumption": 21.200000000000003
280+
"totalPowerConsumption": 21.2
268281
}
269282
],
270-
"totalPowerConsumption": 21.200000000000003,
283+
"totalPowerConsumption": 21.2
271284
"readyQueue": [],
272285
"terminatedProcesses": [
273286
{
@@ -276,7 +289,7 @@
276289
"burstTime": 7,
277290
"waitingTime": 11,
278291
"turnaroundTime": 18,
279-
"normalizedTurnaroundTime": 2.5714285714285716
292+
"normalizedTurnaroundTime": 2.57
280293
}
281294
]
282295
},
@@ -292,10 +305,10 @@
292305
"processorPowerConsumptions": [
293306
{
294307
"processorName": "Core1",
295-
"totalPowerConsumption": 21.200000000000003
308+
"totalPowerConsumption": 21.2
296309
}
297310
],
298-
"totalPowerConsumption": 21.200000000000003,
311+
"totalPowerConsumption": 21.2,
299312
"readyQueue": [],
300313
"terminatedProcesses": [
301314
{
@@ -321,6 +334,8 @@
321334

322335
![image](https://user-images.githubusercontent.com/56067949/236689528-039a3bf0-3cc1-4b5c-a3da-4695438f5bd6.png)
323336

337+
![domain diagram](https://github.com/Kim-Juwon/Process-Scheduling-Simulator-API/assets/56067949/8fc9aa55-769c-4b63-a1eb-255a16bb8ca9)
338+
324339
</details>
325340

326341
## Tech Stack & Infra

0 commit comments

Comments
 (0)