You can find the template in the link below (Template N:40) https://freshdesignweb.com/css-login-form-templates/
Tested on Linux (kali 2022.1, ubuntu 20.04)
1- Clone the repository
git clone https://github.com/midnight-repo/PerfTest.git && cd PerfTest
2- Create virtual environment if needed:
python3 -m venv venv
source venv/bin/activate
3- Install dependencies
pip3 install -r requirements.txt
4- Before running the test, please open and read the jupyter notebooks (don't forget to run the codes if you don't see any table and pictures: click "Kernel" on the menu bar, and select "Restart & Run All") as they contain useful information about the test, tools, usage, configuration tips, and analysis of the data sample.
jupyter notebook # /!\ Please make sure to run this command from the PerfTest directory /!\
5- Run the server :
python3 serv.py # /!\ Please make sure you run this command from the part1 directory /!\
6- Run the performance test for the server
python3 run.py # /!\ Please make sure you run this command from the part2 directory /!\
7- Open the "Test Report.ipynb" notebook and run all the cells (click "Kernel" on the menu bar, and select "Restart & Run All") to get a pretty report !