Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 826 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 826 Bytes

Big-Data-YACS

Modules used

logging
threading
socket
re

How to run

Running the scheduler

./run.sh

After sending all the requests from requests.py file, close all the terminals and then execute the following command in the same working directory

python3 analysis.py

If any changes in scheduling algorithms or number of requests in command line argument are required, it can be done in run.sh


Screenshots

Using RANDOM Scheduler



Using Least Loaded Scheduler



Using Round Robin Scheduler

Thanks for the visit!