Description
This CPU Scheduler is a web-based simulation tool that demonstrates common CPU scheduling algorithms. Users can add processes with arrival time, burst time, and other attributes depending on the selected algorithm. The simulator generates a Gantt chart to visualize execution order and calculates key performance metrics such as response time, waiting time, turnaround time, and turnaround time averages to help evaluate scheduling efficiency.
Input Process
i
Processes Query
| PID | AT | Burst |
|---|
Gantt-Chart
Metrics Table
| PID | RT | WT | TT |
|---|
Summary
Processes List