Re: Curl-Loader Usage
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-10-04 11:27:52
|
Hi Pavan, On 10/4/07, pavan varma <pav...@gm...> wrote: > > Hi Robert, > > This is pavan from India Working as a software QA. Came to know that this > tool is going to stimulate and generate real time traffic like HTTP and FTP, > so in regards to that i would like to know the usage and how will i change > the sample configuration examples of the files are been installed with the > curl-loader source code package. I have taken one sample example of > ftp-upload.conf file...Wats exactly is this General section and URL > section mean?? Please, read FAQs first: http://curl-loader.sourceforge.net/doc/faq.html If i would like to have a setup running...with my client IP address as > 192.170.1.65 and the ftp server address as 192.170.1.143. How should i > edit the below configuration file in that case. When i am trying to compile > and generate the load " ./curl-loader -f ./configs/ftp-upload.conf " i > couldnt see any connections are been established to my FTP Server and i > could observe errors are generated at the statistics file. > > ########### GENERAL SECTION ################################ > BATCH_NAME= ftp-upload > CLIENTS_NUM_MAX=2 > INTERFACE = eth0 > NETMASK=24 > IP_ADDR_MIN= 192.170.1.65 > IP_ADDR_MAX= 192.170.1.65 #Actually - this is for self-control > CYCLES_NUM= -1 > URLS_NUM = 1 > > ########### URL SECTION #################################### > > URL= ftp://pavan:pavan@192.170.1.143/ > FRESH_CONNECT=1 # At least my proftpd has > problems with connection re-use > UPLOAD_FILE=/root/softwares/tfn.tgz > HEADER="RNFR" > HEADER=" tfn.tgz" > HEADER="RNTO " > HEADER="tfn.tgz" > TIMER_URL_COMPLETION = 30 # In msec. When positive, Now it is enforced by > cancelling url fetch on timeout > TIMER_AFTER_URL_SLEEP =3000 I am not sure, that you need all the HEADER sections, Instead, please, try, URL= ftp://pavan:pavan@192.170.1.143/tfn.tgz<ftp://pavan:pavan@192.170.1.143/> Also try running it with -v option and look into the ftp-upload.log file. Actual headers and traffic you can see in ethereal. Please, kindly, use for support the mailing list, namely: Subscribe to the curl-loader-devel list and mail your filled PROBLEM-REPORTING form located in the curl-loader tarball to the list. https://lists.sourceforge.net/lists/listinfo/curl-loader-devel Y properly formed PROBLEM-REPORTING form is very essential for support; please, find the form in the curl-loader-<version> directory. Thanks. -- Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |