Re: Discussion on ${__P(InstanceID)}

2011-10-24 Thread Felix Frank
Hi, On 10/24/2011 12:54 PM, sebb wrote: Hi All, I am having two JMeterEngines. I am using commandlogin${__P(InstanceID)}.csv I am having login1.csv file on one server login1.csv, login2.csv file in server 2. Clicked on Remote Start All for both JMeterEngines, its only read

Re: CTRL+Z as undo

2011-09-28 Thread Felix Frank
He's got a point though. The edge of my desk does have couple of bite marks on Jmeter's account (specifically, its inability to undo, say, the deletion of a larger subtree when pressing delete after focus jumped to an awkward Test Plan element).

Re: While launching JMeter .bat i am getting this message...

2011-08-24 Thread Felix Frank
On 08/24/2011 08:01 AM, sprasad wrote: Please let me know where to set these ? The answer was given by Deepak and is in fact two lines below in your own mail: towards the start of your jmeter.cmd file Although I do believe he meant the .bat file.

Re: Unable to login to website - JMeter noob

2011-08-23 Thread Felix Frank
On 08/19/2011 11:29 PM, Oliver Lloyd wrote: PS. What a well formatted post, very pleasant to read. You know, reading this sans context via e-mail, I was thinking you were back in the sarcasm department. Now I have to concur - pleasure to see I was wrong. (As an aside - runnig this as a mixed

Re: JMeter Doesn't Work on 64 bit when Heap memory increased to 2 GB

2011-08-16 Thread Felix Frank
Hmm. What OS is this? 32/64 bit? If this is Linux, is the kernel 64 bit? Java version? Is Java 64 bit? - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail:

Re: How can i extract from the same link matched two variables

2011-08-16 Thread Felix Frank
On 08/16/2011 03:21 PM, Hans C. Poo wrote: By the way ¿ the separator in the template is irrelevant ? in my script i used $1$-$2$ with dashes, but oliver uses commas. The template should be of no importance. It describes how the ungrouped result variable is strucured, i.e. the variable without

Re: How to capture the Popups using jmeter

2011-08-09 Thread Felix Frank
On 08/08/2011 06:43 PM, Deepak Shetty wrote: Aren't you missing that the user has already said that he can capture the link (in which case he is already measuring the time it takes to download the file) - and he has specifically asked to be able to record the save browser dialog. I did

Re: Diff between Uniform Random Timer and Constant Timer

2011-08-09 Thread Felix Frank
Hi, On 08/09/2011 11:46 AM, Shirish wrote: When I executed these TG's for 20 mins without any timers i.e. Uniform Random Timer and Constant Timer then server just got into the IDLE state and my Error % goes above 60. running a test without any timers can easily overload a server that runs a

Re: Diff between Uniform Random Timer and Constant Timer

2011-08-09 Thread Felix Frank
Hi, On 08/09/2011 12:22 PM, Shirish wrote: By Idle state of the server means Server was not responding at all to any requests. I read the User Manual, just correct me if I misunderstood anything. I'd probably call that overloaded, quite the opposite of idle :-) In below screenshot, I placed

Re: Diff between Uniform Random Timer and Constant Timer

2011-08-09 Thread Felix Frank
Good, point, but then the original requirements are rather insane: Performance Testing Requirement is to create different Thread Groups for different functionalities and execute these thread groups with one user for 12 hrs. I'm not sure about the practical use either but, well, there it is. Of

Re: How to capture the Popups using jmeter

2011-08-08 Thread Felix Frank
Hi, On 08/05/2011 07:11 PM, Umesh wrote: Sreekiran, As the way Deepak is saying, saving the file to local disk is client side activities and the response time for doing the same differs from system to system. So there is no point in doing the response time test for saving the file. (Eg: If

Re: Regular expression Extractor : userid

2011-08-03 Thread Felix Frank
Why's there a trailing slash in the regexp? The response string ends in '' so ' /' cannot ever match. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail:

Re: iterations and re-connects

2011-07-28 Thread Felix Frank
On 07/28/2011 10:16 AM, Andrej van der Zee wrote: In the meantime it turned out that the loadbalancer did not keepalive connections to the backend servers. I was looking at the tcpdumps of one backend server and found that a new connection was established for each request. This is not

Re: iterations and re-connects

2011-07-27 Thread Felix Frank
On 07/27/2011 10:37 AM, sebb wrote: Hi, Is it possible in JMeter to keep a connection open when it goes into the next iteration? It seems that it breaks off the connection and re-connects on every iteration. That should not happen if you are using the HttpClient sampler and you select

Re: Response comparison from multiple runs

2011-07-22 Thread Felix Frank
Hi, I believe MeterPlus also aims at this: http://www.msas.in/meterplus.html On 07/22/2011 05:28 PM, apc wrote: Hi, Kumar, http://loadosophia.org Loadosophia.org aims on such features, as continuous load test results analysis. Try it!

Re: Need help- Jmeter

2011-07-21 Thread Felix Frank
Hi, On 07/21/2011 07:45 AM, Rajinikanth wrote: scenario is I need to logging to the application. Step 1: launch the url ( use http protocol) Step 2: Navigate to the Accounts page. Step 3: Enter usr credential. Step 4: Click on submit button. I am getting 409 error while performing step

Re: throughput: transactions vs samplers

2011-07-21 Thread Felix Frank
Hi, On 07/21/2011 05:41 AM, Andrej van der Zee wrote: -- Thread Group Constant Throughput Timer Transaction Controller (options: generate parent sample, do NOT include timer duration) -- HTTP Request Sampler 1 -- HTTP Request Sampler 2 hmm, though I don't fully

Re: Different results when running JMeter on two different machines

2011-07-18 Thread Felix Frank
On 07/14/2011 12:11 AM, rats123 wrote: I am getting different results (poorer response times) running exactly the same test with the same settings and same version of JMeter on two machines. First machine is an Intel E8400 with 3.46GB of RAM running XP. Second machine is an Intel i5 with

Re: Multiple Jmeter Instances

2011-07-18 Thread Felix Frank
On 07/14/2011 01:09 PM, SD wrote: Please let me know how to set up VMs environment, in my case I have these VMs outside of the country, from here and want to run Jmeter performance scripts in VMs. Help me out as I am new to this. Hi, setting up Jmeter in a VM is no different than doing so

Re: Saving a recorded script for future use.

2011-07-18 Thread Felix Frank
The proper strategy would (probably) be: 1. Create the Test Plan that retrieves the credentials (username/password) from a local (CSV) file 2. Deploy Jmeter and proper (CSV) data files to the load inducing machines (a couple thousand desktops? Doesn't sound easy). 3. Run Jmeter on all load

Re: I cannot open Test plans

2011-07-18 Thread Felix Frank
On 07/18/2011 11:39 AM, JMeter_newbie21 wrote: I wouldn't be comfortable posting my jmx file on this - It's a large file 41787kB. Hi, I wouldn't be comfortable reading that ;-) Honestly: Don't create Test Plans that large. Just don't. There is nothing but pain down this road. Always adhere

Re: I cannot open Test plans

2011-07-18 Thread Felix Frank
Hi, On 07/18/2011 12:43 PM, JMeter_newbie21 wrote: 1st application - 80 users - 5 tabs each, with random data in all tabs 2nd application - 80 users continuation from the first application It seems like my best bet is using csv or is there any other way to get arround this? it

Re: Jmeter for locally hosted applications

2011-07-12 Thread Felix Frank
On 07/12/2011 07:06 AM, Zubair Aslam wrote: i have tried this but no success plus what you mean by Also, make sure your host file contains such an entry: 127.0.0.1 localhost My bad. It should have said hosts file. On a *NIX system, this is /etc/hosts. In Windows, its hidden somewhere in

Re: Invitation to connect on LinkedIn

2011-07-12 Thread Felix Frank
On 07/12/2011 08:01 AM, apc wrote: Magnificent :) +1 - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: Jmeter for locally hosted applications

2011-07-11 Thread Felix Frank
On 07/11/2011 01:53 AM, Zubair Aslam wrote: http://localhost:8080/myapp/main.html Response code: Non HTTP response code: java.net.UnknownHostException Response message: Non HTTP response message: 127.0.0.1/myapp/main.html Huh, strange. Have you tried using 127.0.0.1:8080 instead? You

Re: I cannot open Test plans

2011-07-11 Thread Felix Frank
Hi, just two minor remarks: On 07/11/2011 03:15 PM, JMeter_newbie21 wrote: - controller(HTTP Request) Don't you mean Sampler? (This is potentially confusing the discussion.) - Header Manager x 10 (by this I mean controller then Header Manager) repeatedly Thread2 Is this sensible? What do

Re: String Replacement

2011-07-06 Thread Felix Frank
On 07/06/2011 04:59 PM, Selvam T, Palani wrote: ${__javaScript(${userName}.replace(/ /,+))} Try quotes like ${__javaScript(${userName}.replace(/ /,+))} Javascript doesn't get to see that you're handling a variable, Jmeter will substitute the value as a string. You need to make it clear to

Re: String Replacement

2011-07-06 Thread Felix Frank
On 07/06/2011 05:07 PM, Selvam T, Palani wrote: will it work? You tell me. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: String Replacement

2011-07-06 Thread Felix Frank
On 07/06/2011 05:14 PM, Selvam T, Palani wrote: It is not worked.. Is that Java script function, right? The Javascript call should be all right. However, I remember reading in the docs that commas need to be escaped. Please look up the section about the Javascript function for more information.

Re: How can I make scripts mutually exclusive?

2011-07-05 Thread Felix Frank
On 07/05/2011 04:19 AM, rats123 wrote: A guaranteed way of doing this by using IF controllers but I've found these very tedious to use and I have a lot of different Controls to script making this approach unfeasible. What's tedious about your If-Controllers approach? What are the expressions

Re: java.sql.SQLException: No suitable driver found for jdbc:mysql:

2011-07-05 Thread Felix Frank
Hi, On 07/05/2011 03:33 PM, arihan wrote: 2011/07/05 14:19:21 ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler: Error in JDBC sampling java.sql.SQLException: No suitable driver found for jdbc:mysql://dimvidi2202:3306/ca_tw if your Java installation is lacking the MySQL JDBC driver, installing

Re: java.sql.SQLException: No suitable driver found for jdbc:mysql:

2011-07-05 Thread Felix Frank
On 07/05/2011 03:48 PM, arihan wrote: if you could tell me step by step that would be really helpful. Sorry, that's outside my area of expertise. You may want to check the official Java/JDBC documentation. - To unsubscribe,

Re: problem in the installation of jmeter

2011-07-04 Thread Felix Frank
On 07/04/2011 11:48 AM, med amine wrote: i have met the problem jmeter: 90: java: not found when trying to install jmeter , although i have install the jre-6u26 ; cd /var/www/html/jakarta-jmeter-2.4/bin sh jmeter Hi, you may want (need?) to install the JDK instead. Also, the java binary

Re: sending sampler result to jmeter client seems not asynchrone

2011-06-30 Thread Felix Frank
Hi, On 06/30/2011 04:12 AM, Andrej van der Zee wrote: Hi, I have a JMeter-client/server situation. It seems that the results of the sampler are send back to the client synchronously. This kind of messes with my intentions. Is it possible for the JMeter-server not to send back any sampler

Re: php sessionid trackin

2011-06-29 Thread Felix Frank
On 06/29/2011 08:49 AM, shankykurella wrote: hi frank... this was the header details that live http header has captured... i dint understand anything out of it except the http/1.1 302 found??? this was the same which was shown in my tree view result... So your browser is getting redirected

Re: php sessionid trackin

2011-06-29 Thread Felix Frank
msg=Invalid%20User%20ID%20/%20Password Huh? I completely missed that. Where's this from? - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: php sessionid trackin

2011-06-29 Thread Felix Frank
@frank I'ts Felix, actually. using teamviewer??? iam just stuck and not able to go further kindly help me If the advice so far hasn't helped, you should, step by step 1. execute each Sampler in your Test Plan 2. carefully look at the exact request Jmeter sends (in the View Results Tree

Re: php sessionid trackin

2011-06-29 Thread Felix Frank
On 06/29/2011 01:03 PM, shankykurella wrote: this was wat it generated Those are response headers. The request headers are much more interesting. Don't randomly post headers here. We cannot debug your application for you. *You* need to discern where Jmeter goes wrong. I still suspect you're

Re: php sessionid trackin

2011-06-29 Thread Felix Frank
On 06/29/2011 02:03 PM, Oliver Lloyd wrote: You might want to think about your own responses Frank. It's pretty It's Felix ;-) unprofessional to insult people here. That doesn't help anyone. Agreed. I appreciate contributions from people as informed as yourself, but on the other hand I don't

Re: php sessionid trackin

2011-06-29 Thread Felix Frank
On 06/29/2011 02:38 PM, Oliver Lloyd wrote: Oh Man, you already said earlier that it was Felix and not Frank, sorry, you must get that all the time! Yes, I'm quite used to it, can't really hold it against anybody at this point :o) By the way, I wasn't intending to be dismissive to you, I just

Re: jmeter-server fails (version 2.4.20110623)

2011-06-28 Thread Felix Frank
On 06/28/2011 09:39 AM, Andrej van der Zee wrote: Why is it connecting to 127.0.1.1? Hi, I don't fully understand the problem, but the usual answer to this question is there is a bad entry in the hosts file of either node (here: the Jmeter server, I'd guess). HTH, Felix

Re: php sessionid trackin

2011-06-28 Thread Felix Frank
On 06/28/2011 01:39 PM, shankykurella wrote: 302 not found error Hi, this isn't not found. It's a temporary redirect. Find the right setting of the redirect choices in the HTTPSampler. HTH, Felix - To unsubscribe, e-mail:

Re: php sessionid trackin

2011-06-28 Thread Felix Frank
On 06/28/2011 02:13 PM, shankykurella wrote: they will throw them to index.php So *is* your test being redirected to index.php? Have you added a Cookie Manager to your Test Plan? If not, that may fix your problems. (Without it, Jmeter cannot keep track of a Thread's session.)

Re: php sessionid trackin

2011-06-28 Thread Felix Frank
On 06/28/2011 02:39 PM, shankykurella wrote: but still its troubling Then you should carefully compare the requests that your browser sends vs. the requests that Jmeter sends. - To unsubscribe, e-mail:

Re: php sessionid trackin

2011-06-28 Thread Felix Frank
On 06/28/2011 02:51 PM, shankykurella wrote: hey how can i check the browser requests??? is it by using http proxer server setting? If you're on Windows, you can try fiddler. Otherwise, the Firefox plugin LiveHTTPHeaders is quite helpful.

Re: determining ramp-up period

2011-06-24 Thread Felix Frank
On 06/24/2011 01:37 AM, sebb wrote: It means, keep up the Y requests / time unit... and you cannot do that with JMeter or any other load test harness with a similar threading model. This threading model is easy to write, easy to understand but self throttling. Event base models are harder

Re: determining ramp-up period

2011-06-23 Thread Felix Frank
On 06/22/2011 06:13 PM, jsheth wrote: Also, if I run jmeter with 200 users, do I have to tweak anything in apache/tomcat on webserver so that it can handle 200 users? What is the default # of users the apache/tomcat can handle at once? Usually you test the other way around: You raise the

Re: Best practices for frame based web application

2011-06-23 Thread Felix Frank
On 06/23/2011 07:23 AM, Selvam T, Palani wrote: I tried with excluding of images, java script and css files. Now script has around 30 requests. How would the results be affected by excluding of images, java script and css requests? It Depends(tm). ;-) You can include these requests by

Re: Best practices for frame based web application

2011-06-23 Thread Felix Frank
On 06/23/2011 09:38 AM, Selvam T, Palani wrote: I can see Retrieve all embedded resources from HTML files checkbox under optional tasks in HTTP Request Sampler. Do you mean this option? Yes. Instead of checking that option in HTTP request sampler, Can I do in HTTP request config element?

Re: Measure execution time of a website

2011-06-22 Thread Felix Frank
On 06/21/2011 02:48 PM, shiplu wrote: If I had to make the server highly available, which values should I increase or decrease? HA doesn't increase your performance. You need to add load balancing capabilities to achieve a performance impact. As for the Standard Deviation - seeing as its more

Re: determining ramp-up period

2011-06-22 Thread Felix Frank
On 06/22/2011 03:30 PM, jsheth wrote: 2. Aggregate report 3. View results tree Deactivating these will most likely help your memory problems. Only enable them if you really need them (i.e. the View Results Tree for debugging, the aggregate report isn't really necessary at any

Re: Need help in regular expression

2011-06-20 Thread Felix Frank
On 06/20/2011 12:16 PM, sandeep bhosale wrote: Hi all, I have tried with using only ([a-z0-9A-Z-]+). Its exactly matches the basket reference. But when I put the basketReference = ([a-z0-9A-Z-]+) its not matching any value. Can anybody suggest what needs to be corrected in above regex.

Re: JMeter deals with multiple frames

2011-05-25 Thread Felix Frank
On 05/19/2011 09:07 PM, Chian Zhong... wrote: Hi: My app has two frames at any time, when I click on a certain link, a dialog will show up. This dialog has its own frame in it. So the flow is as following : 1. click a link on one of the two frames... ( here, http post comes with one of

Re: thread should be equal to throughput/sec??

2011-05-25 Thread Felix Frank
On 05/24/2011 05:23 PM, Rajiv Nanduani wrote: Hi All, I am confused. is that true if your throughput/sec is coming equal to your given thread value it means application running fine. or it should be ideal case. if not then there is some problem. Are you saying there is a Constant

Re: Testing for externalintegration server

2011-05-17 Thread Felix Frank
On 05/14/2011 10:42 PM, kunal wrote: Hi my requirement is to test a external integration server which is consuming messages from a queue can you tell me how can i put a listener ona integration server Sounds difficult. Do I get this right? There are two servers: Server A: Application, feeds

Re: JavaScript function

2011-05-13 Thread Felix Frank
On 05/13/2011 02:55 PM, DjinnS wrote: See: http://jakarta.apache.org/jmeter/usermanual/functions.html#__javaScript What's going wrong with my first code ? _Both_ are spelt incorrectly. Yes, there is a mistake in my email. So, with the correct spelt, my function is:

Re: Advice

2011-05-06 Thread Felix Frank
On 05/06/2011 02:24 PM, Thom Hehl wrote: I really appreciate all the advice here. My comprehension of the basics is fumbling in the dark. :) Yes, I'm really doing load testing, so I don't need much co-ordination between the threads. All I need to make sure is that the UDP packets start

Re: Advice

2011-05-06 Thread Felix Frank
On 05/06/2011 02:56 PM, Thom Hehl wrote: Each UDP thread will represent a single device. The HTTP threads will look at data with each HTTP user receiving 5 of the devices. I don't have to wait until all of the UDP threads are done, just one from each device so the devices are all set up. I

Re: Advice

2011-05-06 Thread Felix Frank
On 05/06/2011 03:24 PM, Thom Hehl wrote: OK. I need to simulate 250 devices in the field. Each of these devices is one of 1/2 dozen types of sensors that read whatever, often temperature, and send it's information along via UDP packet to the host. The packets are time encoded and must be

Re: Advice

2011-05-06 Thread Felix Frank
On 05/06/2011 03:32 PM, Thom Hehl wrote: Aha! Now we're getting somewhere. So if I have 250 CSV files, each of which contains all of the packets for that device, and set up the UDV to point to each of those CSV files, then wouldn't that do what I need? Yes. Or you name them SensorData1.csv,

Re: Advice

2011-05-06 Thread Felix Frank
On 05/06/2011 03:38 PM, sebb wrote: On 6 May 2011 14:33, Thom Hehl t...@pointsix.com wrote: It would be except when I started this exercise, I created 250 thread groups, one for each device and put all of the packets in them. When I ran the test, it only processed 4 thread groups. Jmeter

Re: Advice

2011-05-05 Thread Felix Frank
On 05/05/2011 02:58 PM, Thom Hehl wrote: OK, I've been through the manual and understand how to go about setting up my tests technically. The thing that I seem to be missing is how to set up tests meaningfully. I have an application that receives packet data on a regular basis and then

Re: Advice

2011-05-05 Thread Felix Frank
of the tests you have already developed. HTH, Felix -Original Message- From: Felix Frank [mailto:f...@mpexnet.de] Sent: Thursday, May 05, 2011 9:07 AM To: JMeter Users List Subject: Re: Advice On 05/05/2011 02:58 PM, Thom Hehl wrote: OK, I've been through the manual and understand

Re: Advice

2011-05-05 Thread Felix Frank
On 05/05/2011 05:02 PM, Thom Hehl wrote: Uh-huh. Pretend like I'm fumbling in a dark room and your holding a candle about 100 feet away. It's helping, but you're either gonna have to shine brighter or I need to move closer. No way for me to assert how far into the basics you are yet ;/ Um,

Re: Jmeter run on Linux using putty

2011-05-04 Thread Felix Frank
On 05/04/2011 08:09 AM, Milamber wrote: Hello, 1/ Start Xming 2/ Start Putty, on options (left pane): Connection SSH X11, check Enable X11 forwarding, with X display location: localhost:0 3/ Start your SSH session 4/ On your ssh remote session, put this :

Re: Jmeter run on Linux using putty

2011-05-04 Thread Felix Frank
On 05/04/2011 09:45 AM, rajivkumarnandv...@gmail.com wrote: I tried with localhost:x.0 but bad luck :( The x is a placeholder! If your environment is initialized with DISPLAY=localhost:10.0 then this is OK, you shouldn't mess with it. Find out why Xming won't accept the connection.

Re: Jmeter run on Linux using putty

2011-05-04 Thread Felix Frank
Hi, congrats on getting that to work. 1/ Start Xming 2/ Start Putty, on options (left pane): Connection SSH X11, check Enable X11 forwarding, with X display location: localhost:0 Out of curiosity: Could you try and disable that? From what I can see, you're NOT using X11 forwarding now,

Re: Jmeter run on Linux using putty

2011-05-04 Thread Felix Frank
On 05/04/2011 02:59 PM, rajivkumarnandv...@gmail.com wrote: Hi felix, You are right. I tried with disable X11 fwd in putty and it is working fine. Good to know. Come to think of it, DISPLAY=localhost:10.0 was probably bad and should have been localhost:0, as that was what you had

Re: Redirects and embedded objects

2011-05-03 Thread Felix Frank
On 05/02/2011 09:25 PM, Doxa wrote: Felix, thnx for your reply. After reading your reply I had another look at JMeter. My findings: (1) Follow redirects: I used the proxy server to capture all requests. I copied some requests as a test and checked the follow redirects checkbox. When

Re: Redirects and embedded objects

2011-05-03 Thread Felix Frank
Embedded resources should show up as sub-samples of the main sample, and will be visible in the View Results Tree listener. Right of course. Sorry for sharing foggy memories. - To unsubscribe, e-mail:

Re: Jmeter run on Linux using putty

2011-05-03 Thread Felix Frank
On 05/03/2011 02:54 PM, Rajiv Nanduani wrote: Thanks all for the reply. I have installed java 1.6. I tried with Xming 1. Install Xming (http://www.straightrunning.com/XmingNotes/) Is it running? :-) 2. Enable the X11 forwarding in putty. But while running the jmeter.sh

Re: Jmeter run on Linux using putty

2011-05-03 Thread Felix Frank
putty log Using username rajiv. rajiv@10.6.9.21's password: Last login: Sat Feb 19 07:55:10 2011 from 10.193.68.125 The following is a transcript of your SSH session. What you need is debug output from the SSH client itself (as if you'd use ssh -vv from a *NIX console). Putty has an

Re: Jmeter run on Linux using putty

2011-05-03 Thread Felix Frank
On 05/03/2011 04:15 PM, Rajiv Nanduani wrote: Felix i used putty log as shown in attached file Attachment doesn't seem to work on-list. Try off-list. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For

Re: Redirects and embedded objects

2011-05-02 Thread Felix Frank
On 04/30/2011 04:21 PM, Doxa wrote: Hi, To optimize my JMeter script I have played with two options in the HTTP sampler: (1) Retrieve all embedded resources from HTML files. I expect that with this option my script will be more independent from future changes made on some website

Re: Jmeter run on Linux using putty

2011-05-02 Thread Felix Frank
On 05/02/2011 03:24 PM, rkedari wrote: Hi, You will require JDK version for Linux and you can verify JAVA/JVM by 'java -version' command. You can not run JMeter in GUI mode from putty. If your Linux is supporting then you can access it using VPN and run JMeter in GUI mode. You can run

Re: Jmeter run on Linux using putty

2011-05-02 Thread Felix Frank
On 05/02/2011 04:55 PM, Rajiv Nanduani wrote: thanks for the reply.but still I am waiting the answer of The problem is how would i know that *JVM* is already installed or not if yes where i have *to* check. I am new *to* *linux*. or if not where i hav * to* install the *JVM* or set the path

Re: Can jmeter evaulate JQuery expressions?

2011-04-21 Thread Felix Frank
On 04/20/2011 07:53 PM, testerinCO wrote: yes, it was calculated using jquery and I have no idea at this point how to replicate it in jmeter. Well, you *are* using Firebug already. You will have little choice but to examine (or rather: single-step) the Javascript and find out how the magic

Re: Getting ntml error message when accessing a url through JMeter

2011-04-18 Thread Felix Frank
On 04/18/2011 10:22 AM, fierof2 wrote: Hi Felix Thanks a lot for coming forward to help me. Can you please let me know how I can test this outside the domain. That depends on your environment. Is it possible to use your machine without logging into the domain? Are there *NIX terminal

Re: Getting ntml error message when accessing a url through JMeter

2011-04-18 Thread Felix Frank
Hi, On 04/18/2011 11:28 AM, fierof2 wrote: Hi Felix I would access this application from a remote machine and I have also installed JMeter in the remote machine.When I try to open this application from my local machine in a browse I am getting the webpage with following message in it. why

Re: Urgent Regular expression help

2011-04-15 Thread Felix Frank
I have used Regex Extractor to extract message value. My Regex is = messages:([0-9]*?), but I am not getting expected value. I am getting default value set i.e. -1 Is the equals sign part of your regex? If so, that's a problem.

Re: Getting ntml error message when accessing a url through JMeter

2011-04-15 Thread Felix Frank
On 04/15/2011 07:14 AM, fierof2 wrote: Hi All I am new to JMeter. I am currently doing a performance testing of a web application using Jmeter. This web application uses Windows authentication. When I am generating the request i am getting the following message in the response section of

Re: Does jmeter consider Login credentials while running the script

2011-04-12 Thread Felix Frank
On 04/12/2011 09:22 AM, gunjan wrote: Issue 1: How does jmeter executes the Test plan for the following scenario below: 1. Create a test plan,suppose to login to the system. 2. Run the Test plan,the results are displayed in the listener. 3. Now suppose we change the Login password of the user

Re: Does jmeter consider Login credentials while running the script

2011-04-12 Thread Felix Frank
On 04/12/2011 10:46 AM, gunjan wrote: yes I'm changing the password POSTed (in the actual the password remains the same its only in the script that i have changed the password. Its not giving any errors Behaviour in the application on changing the password,gives the failure message. But in

Re: java.net.SocketException: Too many open files

2011-04-07 Thread Felix Frank
On 04/07/2011 08:49 AM, Ragini Thakur wrote: Hi, While running load test in distributed mode we observed the java.net.SocketException: Too many open files on the slave where Jmeter was executed in server mode. Can anyone tell why this exception is thrown? I never observed this

Re: Aggregate results don't add up correctly

2011-03-10 Thread Felix Frank
Sounds like a rounding error to me. What number did you get from the multiplication? - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: Aggregate results don't add up correctly

2011-03-10 Thread Felix Frank
On 03/10/2011 10:04 PM, rats123 wrote: I don't think there was any rounding error. The test was run for 1 hour as it was started and stopped using a scheduler. I multipled the sample count by the average and summed up the total. The total came to around 73 minutes. I've repeated this test

Re: Aggregate results don't add up correctly

2011-03-08 Thread Felix Frank
On 03/07/2011 11:02 PM, rats123 wrote: I ran a test for 1/2 an hour using the scheduler to start and stop the tests. I know the test started on time and finished on records written to the database. However when I multipled the aggregate_report_count by the average and summed up the total I got

Re: save snapshot on error

2011-03-04 Thread Felix Frank
On 03/04/2011 07:31 AM, Sangeetha M wrote: Hi, Is there any option in jmeter to save the snapshot on error? Hi, what do you mean by snapshot? - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For

Re: RegEx matching and null value

2011-03-03 Thread Felix Frank
On 03/02/2011 06:52 PM, Sklar, Emerson wrote: Hello fellow JMeter users! I am trying to strip out a jsessionid value using the Regular Expression Extractor. When using a regular expression which definitely should not match, the value which is returned is the specified default value (as is

Re: Quick and easy performance reports using Jmeter

2011-02-17 Thread Felix Frank
After I will get some free time and get the hang of this, I will update the jmeter wiki with what I have learned and some out of the box scripts ready to use (but it won't be too soon). I look forward to that! Gnuplot is a tool of choice for me, as well. Cheers, Felix

Re: Is there any good way to merge two test plans using JMeter

2011-02-14 Thread Felix Frank
On 02/14/2011 10:56 AM, Jing Ning wrote: Hi, When I use the JMeter to create test plans, some times I need to merge two test plans to one new test plan, but I found JMeter doesn't support copying test elements between test plans, you can only copy and paste the elements within the test

Re: Modify the POST Request Data

2011-02-10 Thread Felix Frank
Or failing that, generate the range of files offline before your test. Have each iteration pick the correct input file, using e.g. a CSV Configuration element. On 02/10/2011 06:35 AM, Deepak Shetty wrote: no out of the box way as far as I know, youll have to do this with java code regards

Re: Can i use JMeter for ASP.net web application

2011-02-07 Thread Felix Frank
On 02/07/2011 07:13 AM, shivesh.zior wrote: HI, I want to uSe JMeter for my Web Application. can i use this tool for Asp.net web application these application for Automobile and banking domain please suggest me. Thanks Yes. Everything that speaks HTTP can be tested with Jmeter. There

Re: Proxy Recording

2011-02-01 Thread Felix Frank
On 02/01/2011 02:27 PM, Jain, Kapil wrote: Guys, I am still waiting for some suggestion from jmeter user list forum. Really appreciate for your advice. Seeing as your application doesn't speak HTTP, you cannot record anything with the Jmeter Proxy. If you want to use Jmeter anyway, you may

Re: Consolidated test plan report by varying user load

2011-01-31 Thread Felix Frank
On 01/29/2011 02:11 PM, rkedari wrote: Hi, I need help again. By scheduling threads how can i get the correct number of users at any time... the Stepping Thread Group or Ultimate Thread Group can only schedule the threads but I want exact performance for my test plan for

Re: Proxy Recording

2011-01-31 Thread Felix Frank
On 01/31/2011 04:36 PM, sebb wrote: On 31 January 2011 15:21, Jain, Kapil kapil.j...@logica.com wrote: Hi Sebb, The protocol used is RMI-IIOP based on the corba technology. Any advice please? Is that the same as HTTP(S) ? I don't remember the specifics from back at uni, but I very much

Re: Proxy Recording Problem

2011-01-28 Thread Felix Frank
On 01/28/2011 01:51 PM, Jain, Kapil wrote: Hi, I am recording through jmeter proxy and I can record few request running on port 80. How ever when I click on one tab then it launches another java client application which is running on different port and I am not able to record any event

Re: Proxy Recording Problem

2011-01-28 Thread Felix Frank
On 01/28/2011 02:08 PM, Jain, Kapil wrote: Yes my application is running on port 80 and only one functionality launches another java client application and it's running on port 7013. I want to record all event for other application via jmeter proxy but I don't know how to do this.

Re: Proxy Recording Problem

2011-01-28 Thread Felix Frank
wrote: Events I meant http request. -Original Message- From: Felix Frank [mailto:f...@mpexnet.de] Sent: 28 January 2011 13:16 To: JMeter Users List Cc: Jain, Kapil Subject: Re: Proxy Recording Problem On 01/28/2011 02:08 PM, Jain, Kapil wrote: Yes my application is running

Re: Regulation Expression alternative

2011-01-26 Thread Felix Frank
On 01/25/2011 10:59 PM, thanh nguyen wrote: The final solution I found is to break down my regulation expression and It's regular expression, actually. Congratulations on solving this one. Regards, Felix - To unsubscribe,

  1   2   3   >