Re: Stress testing my Server

2008-04-17 Thread David Brown
Read: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf Siva Pannier wrote .. Hi All, I want to do stress testing for my server. How can I fire more cases to the server through JMeter. Currently I have done the below configuration Server

Jmeter https, ssl

2008-04-17 Thread Johanna Briseno
I need to realize a test even https, but the only that I know is that the proxy does't work. How do I realize the recording of the pages to realize the test? Thank you, Jo

Read content of text file into a variable in Jmeter

2008-04-17 Thread Chi Tong
Hi, I tried to read all the content of a text file into one variable and this variable will be used as the value of a parameter for a http post request. I used __CSVRead() in Jmeter to read the content of the text file, var1: ${__CSVRead(test.txt,*myAlias)} var2: