๐ฅ
CPU Scheduling Simulator
Add Process
PID
Arrival
Burst
Priority
+ Add
Load Example
Clear
Algorithm
FCFS โ First Come First Served
SJF โ Shortest Job First (Non-preemptive)
SRTF โ Shortest Remaining Time (Preemptive)
Round Robin
Priority (Non-preemptive, lower=higher)
Priority (Preemptive)
Quantum (RR):
โถ Run
โ Step
โค CSV
Processes
PID
Arr
Burst
Prio
Gantt Chart
Ready Queue (Current Snapshot)
Run simulation first
Per-Process Statistics
PID
Arrival
Burst
Completion
Turnaround
Waiting
Response