Hello,
I am facing an issue with the response time stats. It seems like curl-loader
is only reporting the response time upto 200 OK and not the entire response.
Is there any other setting that I might have missed ?
I am using version 0.50.
Here are some details:
With curl-loader the log file looks like:
---------------------------------------
0 0 0 1 == About to connect() to 172.16.55.210 port 80 (#0) eff-url: url
http://172.16.55.210/websites/testube/video/youtube_
14MB_6m13s.flv
3 0 0 1 !! OK 200 eff-url: url
http://172.16.55.210/websites/testube/video/youtube_14MB_6m13s.flv
---------------------------------------
And the txt file looks like:
---------------------------------------
RunTime(sec),Appl,Clients,Req,1xx,2xx,3xx,4xx,5xx,Err,T-Err,D,D-2xx,Ti,To
0, H/F , 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
0, H/F/S , 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
*, *, *, *, *, *, *, *, *, *, *, *, *, *
RunTime(sec),Appl,Clients,Req,1xx,2xx,3xx,4xx,5xx,Err,T-Err,D,D-2xx,Ti,To
1, H/F , 0, 1, 0, 1, 0, 0, 0, 0, 0, 3, 3, 15469150, 161
1, H/F/S , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
----------------------------------------
Here is the conf file:
----------------------------------------------
########### GENERAL SECTION ################################
BATCH_NAME= test3
CLIENTS_NUM_MAX=1
CLIENTS_RAMPUP_INC=1
INTERFACE =eth1
NETMASK=16
IP_ADDR_MIN= 13.0.0.1
IP_ADDR_MAX= 13.0.1.250 #Actually - this is for self-control
IP_SHARED_NUM=500
CYCLES_NUM=1
URLS_NUM=1
########### URL SECTION ####################################
URL=http://172.16.55.210/websites/testube/video/youtube_14MB_6m13s.flv
REQUEST_TYPE=GET
TIMER_URL_COMPLETION = 0
TIMER_AFTER_URL_SLEEP =0
---------------------------------------
with wget the same URL takes about 1300ms.
time wget -nv "
http://172.16.55.210/websites/testube/video/youtube_14MB_6m13s.flv"
--delete-after --bind-address=13.0.0.1
11:56:29 URL:
http://172.16.55.210/websites/testube/video/youtube_14MB_6m13s.flv[15468931/15468931]
-> "youtube_14MB_6m13s.flv" [1]
real 0m1.333s
user 0m0.008s
sys 0m0.136s
|