Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.45 KB

File metadata and controls

34 lines (19 loc) · 1.45 KB

Single-Queue-Performance-Evaluation-HCMUT-201-2020

Single queue's performance evaluation (Round Robin). Assignment from Mr.Tran Van Hoai, Ho Chi Minh University of Technology, term 201, 2020.

About

This is a Performance Evaluation assignment from term 201,2020, Ho Chi Minh University of Technology, handed out by Mr. Tran Van Hoai.

In this assignement, we have to run a simulation of one type of Single Queue using Simpy and Colab Notebook (or Jupyter Notebook, situated). With this simulator, we perform an evaluation by creating full factorial experiments (2k) and conclude how each factor affect the performance of the queue.

For this project, we choose Round Robin Single Queue, which is the fifth topic of the assignment.

What is in this repos?

Code_Report

    MM1_RR.ipynb

This is the notebook file consists of all we had done (Python 3 code and Report).

Example

    FIFO.py

    MM1wStat.py

    effect.xlsx

    pe6-simulation-introduction.pdf

This folder has examples provided by Mr.Tran Van Hoai about how to use Simpy and evalute the queue. The effect.xlsx is our own example of how to calculate effect of factor of the metrics.

Topic

    BTL-20201110.pdf

The topics given by Mr.Tran Van Hoai (8 overall) from which we choose topic 5 - (3sv) Queue M=M=1=B = 1=K = 1=SD = RR.