Full load page
Status: Alpha
Brought to you by:
coroberti
From: Анна Р. <ann...@gm...> - 2013-03-22 10:43:10
|
Hi! I try to load web-page. If I load this from browser, I see more than one request(for images, for example). But when I start curl-loader and take tcp-dump, I see only requests to this page(without requests for images, etc.). Does anybody know if curl-loader supports full load of the page with all internal requests and how to set it. This is my config: ########### GENERAL SECTION ################################ BATCH_NAME= my_test CLIENTS_NUM_MAX=100 CLIENTS_NUM_START=5 CLIENTS_RAMPUP_INC=5 INTERFACE=eth0 NETMASK=24 IP_ADDR_MIN=*correct_ip* IP_ADDR_MAX=*correct_ip* #IP_SHARED_NUM=1 CYCLES_NUM= -1 URLS_NUM= 1 ########### URL SECTION #################################### URL=http://..../index.html REQUEST_TYPE=GET TIMER_AFTER_URL_SLEEP = 1000 Regards, Anna Somova |