Curl-loader is not sending http requests as per the REQ_RATE configured
Status: Alpha
Brought to you by:
coroberti
From: Mohanraj V <moh...@ve...> - 2014-11-12 06:23:59
|
Hi, My General Section configuration is below. ########### GENERAL SECTION ################################ BATCH_NAME= test CLIENTS_NUM_MAX = 300 CLIENTS_NUM_START= 300 CLIENTS_RAMPUP_INC= 300 *REQ_RATE = 300* INTERFACE=eth2 NETMASK=24 IP_ADDR_MIN= 180.168.40.10 IP_ADDR_MAX= 180.168.40.250 #Actually - this is for self-control IP_SHARED_NUM=10 CYCLES_NUM= 50 URLS_NUM= 1 *Issues faced:* 1. Curl-loader does not send 300 http requests/sec. It sends less than 300 http requests/sec. I am running on linux machine which has more than necessary hardware requirements. 2. Always it sends packets on interface eth0 even if I change the interface configuration other than eth0. 3. Always Result summary in *test.txt* has clients count = 0 after the asterisks if i configure CYCLES_NUM other than -1. Please help me on this. -- Thanks& Regards, Mohanraj V |