[curl-loader-devel] Curl Loader from a remote server
Status: Alpha
Brought to you by:
coroberti
From: sunspot s. <red...@ya...> - 2007-05-28 14:58:54
|
Guy's I need your help with regards in using curl remotely, if I'm using it on the machine itself (localhost) I'm not encountering any problem, but when I'm using it remotely, this is the error that I get ... 0 1 (192.168.1.1) !! ERROR: Connection time-out after 5108 ms : eff-url: , url: 0 2 (192.168.1.2) !! ERROR: Connection time-out after 5107 ms : eff-url: , url: 0 3 (192.168.1.3) !! ERROR: Connection time-out after 5106 ms : eff-url: , url: and so on .... Here are the details of my configuration file. What I am not sure of is the value that should be placed in IP_ADDR_MIN and IP_ADDR_MAX. [root@test curl]# more test.cfg ########### GENERAL SECTION ################################ BATCH_NAME= bulk_batch # The name of the batch. Logfile - bulk_batch.log CLIENTS_NUM_MAX=300 # Max number of clients, same as CLIENTS_NUM CLIENTS_NUM_START=100 # Number of clients to start with. CLIENTS_INITIAL_INC=50 # Clients to be added each second till CLIENTS_NUM_MAX INTERFACE = eth0 # Name of the network interface from which to load NETMASK=255.255.240.0 # Netmask either as an IPv4 dotted string or as a CIDR number IP_ADDR_MIN= 192.168.1.1 # Client addresses range starting address IP_ADDR_MAX= 192.168.5.255 # Client addresses range last address CYCLES_NUM= 10 # Number of loading cycles to run, -1 means forever ########### UAS SECTION #################################### UAS=y # If 'y' or 'Y', login enabled, and other lines of the section to be filled UAS_URLS_NUM = 1 # Number of urls UAS_URL=http://192.168.0.40:80/index.html UAS_URL_MAX_TIME = 20 # Maximum batch time in seconds to fetch the url UAS_URL_INTERLEAVE_TIME = 0 # Time in msec to sleep after fetching the url This is my first time to use curl loader remotely, kindly be detailed as possible for that instructions that you will give me. Thanks --------------------------------- Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. |