# jetty-load-base **Repository Path**: remote-mirrors/jetty-load-base ## Basic Information - **Project Name**: jetty-load-base - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/jetty-project/jetty-load-base.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jetty-load-base A jetty-base used for load testing ## To Build ``` mvn clean install ``` ## To Run the Server You will need to run either the 9.2 or the 9.4 server: ### To Run 9.2 Server ``` cd 9.2/target/jetty-base java -jar ../jetty-distribution*/start.jar ``` ### To Run 9.4 Server ``` cd 9.4/target/jetty-base java -jar ../jetty-home*/start.jar ``` ## To populate the Database ``` loader/src/main/scripts/populate.sh ``` ## To run the Load Generator ``` cd loader/ mvn exec:exec ``` ## To run the Probe ``` cd probe/ mvn exec:exec ```