This project simulates a single-server queueing system for educational purposes. It allows users to input simulation parameters via a web form, processes them, and calculates various metrics to analyze the system's performance.
Check out the live demo here.
-
Input Simulation Data:
- Open
index.html
in your web browser. - Enter the required parameters: number of customers, random variables, intervals, and probabilities.
- Click on the "Simulate" button to submit the form.
- Open
-
View Simulation Results:
- The results will be processed by
process.php
. - Some calculation to view the detailed simulation metrics a summary.
- The results will be processed by
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/MirazIbnsina/simulation-singleserver.git