creamy-beach-49776
05/08/2025, 8:53 AMlk load-test
command for audio only for 1 participant and 1 agent?tall-airline-16756
05/08/2025, 8:53 AMtall-airline-16756
05/08/2025, 8:53 AMlk load-test \
--url <your-server-url> \
--api-key <your-key> \
--api-secret <your-secret> \
--room load-test \
--audio-publishers 1 \
--subscribers 1
Replace the placeholders with your actual server URL, API key, and API secret. This command simulates an audio-only session with one publisher and one subscriber in a room named "load-test." Sources: Benchmarking | LiveKit Docscreamy-beach-49776
05/08/2025, 8:56 AM100
concurrent connections?tall-airline-16756
05/08/2025, 8:56 AMlk load-test \
--url <your-server-url> \
--api-key <your-key> \
--api-secret <your-secret> \
--room load-test \
--video-publishers 50 \
--subscribers 50
This configuration simulates 100 total connections (50 publishers and 50 subscribers). Adjust the numbers as needed to match your specific testing scenario. Replace the placeholders with your actual server URL, API key, and API secret. Sources: Benchmarking | LiveKit Docscreamy-beach-49776
05/08/2025, 8:58 AMtall-airline-16756
05/08/2025, 8:58 AMcreamy-beach-49776
05/08/2025, 9:07 AMlk load-test \
--url <your-server-url> \
--api-key <your-key> \
--api-secret <your-secret> \
--room load-test \
--audio-publishers 50 \
--subscribers 50
Is this for a single room or 1 room per 1 agent + 1 participant ?tall-airline-16756
05/08/2025, 9:07 AMcreamy-beach-49776
05/08/2025, 9:09 AMtall-airline-16756
05/08/2025, 9:10 AM