# jmeter-on-k8s **Repository Path**: liu-yixuanJW/jmeter-on-k8s ## Basic Information - **Project Name**: jmeter-on-k8s - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-13 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jmeter-on-k8s ## 1. Create Cluster ``` ./cluster_create.sh ./db_and_datasource_create.sh ./start_test.sh example.jmx ``` ## 2. Start Test ``` ./start_test.sh example.jmx ``` ## 3. Stop Test ``` ./jmeter_stop.sh ``` ## 4. Delete Cluster ``` ./cluster_delete.sh ```