jmeter « Development « Java Swing Q&A





1. Aggregate report in Non-Gui Mode    jmeter.512774.n5.nabble.com

I am running Jmeter in Non-Gui mode. jmeter -n -t my_test.jmx -l results.jtl . I want to display the aggregate report without loading the results file( results.jtl) in Listener.One way to get it done is use ANT,but ant need to installed in the machine to see the report . Please tell what is The Jmeter API to call for ...

2. Application Swing    jmeter.512774.n5.nabble.com

JMeter is primarily for testing server applications. It cannot test GUI applications. On 04/09/07, Johanna Briseno <[hidden email]> wrote: > Hi, > I need to make tests of load to an application swing > > How I can do it with JMeter? > > > Thanks, > > Jo > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden ...

3. Automatic start of JMeter script in GUI mode    jmeter.512774.n5.nabble.com

Hi Does anyone know if it's possible to automatically start a JMeter script in a GUI mode? I have several scripts that I periodically run in production environment and I have to manually start it every time which is a pain. Appreciate any help.

4. Automatic start when in GUI mode ?    jmeter.512774.n5.nabble.com

On 29/08/2009, Rime <[hidden email]> wrote: > > I'm running JMeter and would like to be able to automatically start it > running in the GUI mode so I can watch the aggregate report as the tests run > without having to click the Run->Start Is there any way to do this ? Sorry, no. ...

5. AW: How to run in non-GUI mode    jmeter.512774.n5.nabble.com

JMeter - User - AW: How to run in non-GUI mode JMeter JMeter - User AW: How to run in non-GUI mode Classic List Threaded Locked 5 messages Frehe, Torsten Reply | Threaded Open this post in threaded view | Report Content as Inappropriate AW: How to run in non-GUI ...

6. Bad Display of Jmeter GUI on Xserver Client (Exceed)    jmeter.512774.n5.nabble.com

JMeter - User - Bad Display of Jmeter GUI on Xserver Client (Exceed) JMeter JMeter - User Bad Display of Jmeter GUI on Xserver Client (Exceed) Classic List Threaded Locked 11 messages tchris22 Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Bad Display of ...

7. Best way to start JMeter (GUI) from Eclipse    jmeter.512774.n5.nabble.com

Hi, I would like to be able to launch JMeter GUI from my development workspace in Eclipse. I've written some custom Samplers (subclasses of AbstractJavaSamplerClient) that uses code from our application (the code is in the same workspace, in different projects) and I want to be able to pick my custom sampler from the JavaRequest classname drop-down menu. ...

8. Big difference between non-gui and gui result ?    jmeter.512774.n5.nabble.com

Hi I am new to jMeter and to this list ? Is it normal that the average response difference a lot ( twice as h high) between a non-gui and an gui run. We have 5 sec average on gui and 10 sec on non-gui run. 1 Testcase, 2*40 users, 2 jmeter-servers. I just wonder if this big difference is normal ...

9. Blank GUI    jmeter.512774.n5.nabble.com

Hi, After starting up Jmeter, all I get is a blank GUI. Has anyone encountered this problem? I am running: Jmeter2.3.1 Ubuntu 7.10 JDK1.5.0 Thanks, Peter Hsu





10. Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?    jmeter.512774.n5.nabble.com

Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt? I can run my test using Apache JMeter in GUI mode perfectly when I choose Options->SSL Manager from the menu bar and select the client certificate. However, I need to do run Apache JMeter in NON_GUI mode by using command ...

11. Can't get the config element gui right    jmeter.512774.n5.nabble.com

I couldn't get the config element gui right, I got the following message from my Jmeter.log: >>Localized display name not available for property testElement I tried to remove coding and properties from myElementBeanInfo.java and myElementResources.properties, it doesn't affect the result??? Thanks, Tiffany

12. clear results in non GUI mode    jmeter.512774.n5.nabble.com

Is there a way to clear the ecumulative results that appears in the Jmeter non GUI summarizer in the log file like the Run/Clear button is doing in the GUI mode to all the Summary report screen i.e forget the previous history . That is: command the running batch Jmeter to do so at a point in time we want ...

13. ConversionException during boot-up in non-GUI mode    jmeter.512774.n5.nabble.com

14. converting the .jtl to a summary report in non-gui mode    jmeter.512774.n5.nabble.com

Hello, We are using JMeter for performance testing for quite some time, but always in GUI mode. We now want to run these tests in a batch at night and have a result report in the morning. The problem is that after running the tests we get a lot of .jtl files that have to be opened in the Summary Report ...

15. Could not initialize class org.apache.jmeter.gui.util.MenuFactory    jmeter.512774.n5.nabble.com

JMeter JMeter - User Could not initialize class org.apache.jmeter.gui.util.MenuFactory Classic List Threaded Locked 2 messages kkroth Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Could not initialize class org.apache.jmeter.gui.util.MenuFactory I downloaded JMeter 2.4 and started GUI and tried to access GUI and its throwing ...

16. creating simple GUI with JMeter functionalities    jmeter.512774.n5.nabble.com

Frank Chessman Reply | Threaded Open this post in threaded view | Report Content as Inappropriate creating simple GUI with JMeter functionalities Hi, I would like to ask you, if you have some experiences creating simple GUI with JMeter functionalities. I want to create it in a very simple way for some non-IT ...





17. custom add-on's response data not saved to SimpleDataWriter when in non-GUI mode    jmeter.512774.n5.nabble.com

I have written a add-on that writes sets the response data via SampleResult.setResponseData. This seems to work well as the data shows up in the Response data tab for the View Results Tree listener. It also gets written to the file in the Simple Data Writer when configured to Save Response Data. However, the data isn't written to ...

18. Documentation about the GUI Structure.    jmeter.512774.n5.nabble.com

JMeter JMeter - User Documentation about the GUI Structure. Classic List Threaded Locked 6 messages Richard.Markham Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Documentation about the GUI Structure. Hi, My company is relying heavily on JMETER. The management wants that we are able ...

19. Does any one knows, how to stop the script in non gui mode?    jmeter.512774.n5.nabble.com

Hi I have run the script for with forever run as was required and to avoid the out of memory error i ran it with non gui mode, and now that i am done with the checklist i need to stop the run to prepare again. Does any know about , how the Jmeter script stops in non gui ...

20. Exception running in non-gui mode    jmeter.512774.n5.nabble.com

Hi all, I've got a problem that only shows up in non-gui mode, and I can't make any sense of it. There is an exception printed in the command window, and four warnings in the log - all included below. It's the JMS warnings that really bother me, but I don't know how to sort them out.... Your help would be ...

21. Fails to run a proxy-recorded test plan without GUI    jmeter.512774.n5.nabble.com

We are trying to run a test plan recorded using the JMeter 2.4 GUI and HTTP Proxy, but are running into problems: Only a few of the HTTP samplers in the plan actually work! In the sampler log we find entries like this one:

24. GUI client hangs trying to start remote test    jmeter.512774.n5.nabble.com

Not sure why. Server is running on port 10130; I can telnet to that port successfully. My issue seems similar to this poster: http://tinyurl.com/3k6r8pAny ideas? 2008/10/03 15:33:20 ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 75.149.167.25; nested exception is: java.net.ConnectException: Connection timed out Full stacktrace: http://pastey.net/97459-- Adam Monsen --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email]

25. GUI client might not reach server through SSH tunnel    jmeter.512774.n5.nabble.com

Hi, I set the local port of server to 4000 without other change and start server on box 10.X.X.1. I could successfully run demo case "SimpleTestPlan.jmx" by below instruction. Jmeter -n -t SimpleTestPlan.jmx -l log.jtl -R 127.0.0.1 Following messages are returned. Created the tree successfully using SimpleTestPlan.jmx Configuring remote engine for 127.0.0.1 Using remote object: UnicastRef [liveRef: [endpoint:[10.X.X.1:4000](remote),objID:[2a4874c0:129ef46746f:-8000, 0]]] Starting remote ...

26. GUI non-responsive    jmeter.512774.n5.nabble.com

I've been successfully using JMeter for some jdbc tests. Great tool -- thanks Sebb & whoever else is behind the scenes. I run jmeter as the jdbc client on a remote RedHat linux box or Solaris box, with the GUI output displayed on my WindowsXP laptop via X and Exceed. The GUI output is extremely slow, except for the summary report ...

27. How to execute a Java method from the JMeter GUI    jmeter.512774.n5.nabble.com

Hi, Can someone please assist in giving explicit steps on how to execute a simple java method from the JMeter GUI? Alternatively, can someone give steps on how to execute a shell script from the JMeter GUI? I just need to do some computation during load testing run time in order to get cookies for specific users, and will then assign ...

28. How to increase gui debug level    jmeter.512774.n5.nabble.com

hi, how can i increase gui debugging level for a custom plugin component? in the log i see only: [eter.gui.util.MenuFactory] Could not instantiate XX.XXX.XXX I added a jsplitpane inside a VerticalPane class and don't know why the gui component can't be loaded. i tried: log_level..className=DEBUG ^^^ same error message as above thanks, regards andre --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden ...

29. How to perform function test on each GUI element?    jmeter.512774.n5.nabble.com

Hi, all, i have a GUI interface as below, how do i use Jmter to test every item on the page? Eg. whether button box contains all the expected button, the message box contains correct message, the layout is exactly the same as what I expect. "Assertion result", but not sure how to specify the location of the message. Eg. i ...

30. How to run in non-GUI mode    jmeter.512774.n5.nabble.com

Hi Can you plz explain how to run JMeter in non-GUI mode ? With Regards Alexander ...

31. How to running a test plan in non-gui mode?    jmeter.512774.n5.nabble.com

JMeter - User - How to running a test plan in non-gui mode? JMeter JMeter - User How to running a test plan in non-gui mode? Classic List Threaded Locked 6 messages Paul Spencer-3 Reply | Threaded Open this post in threaded view | Report Content as Inappropriate How to ...

32. How to schedule in non GUI mode    jmeter.512774.n5.nabble.com

Hi All, I would like to schedule a test in non GUI Mode( DOS) . Please guide me how to achieve it. The scenarios is to schedule a test which starts after each one hour for 10 minutes. -- Best Regards Ravi

33. How to specify values for JavaSampler arguments in non-gui mode?    jmeter.512774.n5.nabble.com

I am using the JavaSampler and have defined my own arguments. This works fine in the GUI mode and I see the arguments defined in the jmx file. My question is in non-gui mode, can I define these arguments on the command line with some options so that it overrides what's in the jmx file. Thanks in advance.

34. How to view the throughput and latency time while testing in non gui mode??    jmeter.512774.n5.nabble.com

Hi all, am getting the fallowing exception when i tried to include the summariser.... *Exception in thread "Thread-4" java.lang.NullPointerException at java.util.Hashtable.get(Unknown Source) at org.apache.jmeter.reporters.Summariser.testEnded(Summariser.java:348) at org.apache.jmeter.reporters.Summariser.testEnded(Summariser.java:324) ...

35. How to view throughput ,after running test in NON GUI mode -JMETER    jmeter.512774.n5.nabble.com

Hi , I have a question .Im working on Jmeter 2.1.1 on Linux .I have done some load tests in non gui mode and i have the test results as .jtl log files .But how do i see the correct throughput.I tried to open the test in guimode and open the .jtl files for Aggregate Report Listener ,it doesnt display ...

36. if the master jmeter died or it is running in non-gui mode - how to halt remote jmeter slave server instances    jmeter.512774.n5.nabble.com

Hello EB, I am running JMeter in distributed environment i.e one master JMeter controlling all 20 remote JMeter slave instances. When I run JMeter master server in non-gui mode using the command "java -jar ApacheJMeter.jar -n -r -t test.jmx" ( actually I have created a JMeter windows service for that) and jmx file is set to iterate for forever mode. All ...

37. Include controllers and non-gui mode    jmeter.512774.n5.nabble.com

Richard Gaywood Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Include controllers and non-gui mode I have a complex Jmeter test script, in script1.jmx, which calls in a dozen or so components via the Include controller. This works fine in the GUI with either a relative path ...

38. Initialiizing Include Controller in non-GUI mode?    jmeter.512774.n5.nabble.com

Hi I'm trying to run a test plan that has 2 Include Controllers. It works fine in the GUI mode but when I run the test cases from an ANT script it seems that the Include Controllers are not initialized. From what I understand, this problem is described in this link: http://issues.apache.org/bugzilla/show_bug.cgi?id=38681My questions are: Is there a solution for this that ...

39. Intermittent truncated logfile - non-GUI mode    jmeter.512774.n5.nabble.com

JMeter - User - Intermittent truncated logfile - non-GUI mode JMeter JMeter - User Intermittent truncated logfile - non-GUI mode Classic List Threaded Locked 6 messages Sonam Chauhan Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Intermittent truncated logfile - non-GUI mode Hello - ...

40. Is it possible to record or test Swing based desktop applications in JMeter    jmeter.512774.n5.nabble.com

Dear all, Is it possible to record or test Swing based desktop applications in JMeter? Are there any plug-in availble for recording such applications? Thanks in advance. Anwar ________________________________ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original ...

41. Is the new "Report function" really just a GUI with no functionality?    jmeter.512774.n5.nabble.com

Hi all, I am having trouble using the JMeter Report functionality which was newly introduced in JMeter 2.2. I can click around and arrange things in the GUI but it doesn't do anything if I start the report. After having read around in the source it seems to me that this report functionality isn't finished yet. Take e. g. this ...

42. JDBC connection error in Gui mode    jmeter.512774.n5.nabble.com

Hi, i was doing the intial setup for JDBC configuration, and earlier i was having the prob with jar as i was using 4 jars in the Jmeter/lib folder, then Noel told me use only 1 jar(ojdbc12). Script works ok in Non gui mode. >But in Gui mode, i run the simple test and getting error on JDBC Request on View ...

43. jmeter GUI start problem using source code    jmeter.512774.n5.nabble.com

Hi, I have downloaded the source code of jmeter and build using ant all and it is compiling fine and got the jar files, but when i start using the class file(NewDriver.class), I am getting error in JMeterUtils.java file :: getResStringDefault() :: an error occured : null. I try to create the project in eclipse,and I am facing the ...

44. jmeter gui    jmeter.512774.n5.nabble.com

haha, I've been joking about porting jmeter to eclipse for the last 2 years. unfortunately, I don't have the time to do it, though one day i would like to. peter On 7/14/05, Mark Lybarger <[hidden email]> wrote: > i was just wondering if any of the jmeter folks have considered migrating to > a swt interface, and if so, ...

45. JMeter GUI vs JMeter Server    jmeter.512774.n5.nabble.com

I am starting to run distributed testing using JMeter, but have been using the JMeter GUI for some time. Now, when I compare running the a test plan in a server (local or remote) versus running the same test plan in the GUI, I get markedly different results. Below is a plot of the two: the first (sub 400 transactions per ...

46. Jmeter in Non-GUI mode    jmeter.512774.n5.nabble.com

http://jakarta.apache.org/jmeter/usermanual/get-started.htmlchapter 2.4.7. java -jar ApacheJMeter.jar -n -t Testplan.jmx -l Logfile.xls cheers, chris "Eliya" <[hidden email]> schrieb im Newsbeitrag news:[hidden email]... > > Can anyone tell me how to launch the script in from the console, w/o. > opening > JMeter UI? > -- > View this message in context: > http://www.nabble.com/Jmeter-in-Non-GUI-mode-tf3355020.html#a9330644> Sent from the JMeter - User mailing ...

47. Jmeter Junit Test passing parameters in GUI Mode    jmeter.512774.n5.nabble.com

Hi, I am using Jmeter 2.3.2 to do the JMS queue load testing. I wrote a Junit testcase which I placed in the extension classpath of Jmeter lib. I need to pass the property file into the test script in GUI mode of Jmeter. I tried to use the user defined variables in thread ,but it does not ...

48. Jmeter non GUI doubt    jmeter.512774.n5.nabble.com

Hi, I am new to Jmeter. I Followed one confluence link "http://confluence.atlassian.com/display/CONF28/Performance+Testing+Scripts#PerformanceTestingScripts-Introduction" for setting up my application. Setup script output is coming properly but setUpUsersResults.xml is not created. What is the input for "-Jscript.base"? Errors are showing in the log file when I given jmeter -n -t setTest.jmx. If I want to view this result in an XML file ...

49. Jmeter Non GUI mode    jmeter.512774.n5.nabble.com

Hi all, When i tried to use Jmeter in Non-GUI mode it takes more than 30 mins to complete all the request (nearly 15) with 1 thread. What is the problem? Any thing need to configure in Jmeter.properties file??

50. JMeter not shutting down in non-gui mode    jmeter.512774.n5.nabble.com

JMeter - User - JMeter not shutting down in non-gui mode JMeter JMeter - User JMeter not shutting down in non-gui mode Classic List Threaded Locked 6 messages Bob Cotton Reply | Threaded Open this post in threaded view | Report Content as Inappropriate JMeter not shutting down in non-gui ...

51. jmeter Test Plan against a Swing App Client?    jmeter.512774.n5.nabble.com

Hello jmeter crowd, does anyone out there in jmeter-land have any background using Jmeter against a Swing based client application? I have done a lot of browser proxy Test Plan building but nothing with a Java Swing Client as the target. Comments, rants and raves welcomed. Thanks, David. Yet some, not wise, go to the other side of the globe, to ...

52. JTL files after non-GUI runs    jmeter.512774.n5.nabble.com

I have a couple of JTL files that are hundreds of MB, so how can I analyze the results after the test run? can I just load it through JMeter again? what tools exist to help in that respect? Harry C. Wang Senior Test Engineer AOL Mobile (Seattle) Phone # 206 - 268 - 7502 Cell # 425 ...

53. Load Testing Standalone GUI Applications    jmeter.512774.n5.nabble.com

Hi all, I wanted to do load/performance testing on a Standalone Java based application. Can jmeter be used to perform Load test on Standalone GUI based Java application. I have previously done load test on a web application using Jmeter. Web Events were recorded using the Proxy server. Is there any option where i can do the same on a Standalone ...

54. Mailer Visualizer in non-GUI mode    jmeter.512774.n5.nabble.com

Hi, is it possible to use the Mailer Visualizer in non GUI-Mode? In my enviroment (Windows XP) it work's fine in GUI - Mode but doesn't in non-GUI. Any hints? Greetings Andreas

55. Minor JMeter GUI annoyances    jmeter.512774.n5.nabble.com

I'd like to ask if anyone else is repeatedly noticing the following minor issues (or it's just me caring too much): - after loading a saved JMeter test plan, it's state is all-expanded. It's especially disturbing when you saved browser-derived headers for every single request. It'd be lovely to see the tree's state saved. - at right-click, 'Add', the items are ...

56. Module controller and non-GUI mode    jmeter.512774.n5.nabble.com

I'm trying to use the Module Controller to clean up my test scripts and I followed the advice here: http://www.jiffle.net/node/81 to create a function library. It works in GUI mode (and saves correctly), but it just skips over the functions in non-GUI mode. Is this a known problem and/or is there a workaround? I obviously don't HAVE to ...

57. module controller does not work in non-gui mode    jmeter.512774.n5.nabble.com

hi everyone! i now that there exists a bug (38687) in SVN for this problem, and someone posted a patch for this. i cannot find this patch in SVN... has this patch never been applied to SVN? cheers, chris --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email]

58. ModuleController in non-gui mode    jmeter.512774.n5.nabble.com

I'm having issues with the ModuleController in non-gui testing. When I run a test it appears to simply skip the module controller. I've attached a debugger to the running jMeter instance and discovered that when getReplacementSubTree() is called on the ModuleController the selectedNode field is still null. It appears to only be initialized as the result of a call to setSelectedNode, ...

59. Non-GUI batch client never finishes the test, even when all servers displayed "Finished the test on host..."    jmeter.512774.n5.nabble.com

Hi again I'm almost done with my test plan, but the client machine never finishes (i read in mailing list it should say Tidying up... and returns) All i get is: romain@odin:~/Desktop/jakarta-jmeter-2.3.1/bin$ . jmeter -n -t /sensio/vserver/dev/0770705/web-apps/prod/iposte/data/metrologie/scenario2.jmx -r Created the tree successfully Configuring remote engine for 192.168.1.45 Configuring remote engine for 192.168.1.121 Starting remote engines Starting the test @ Tue Apr ...

60. Non-gui mode and Aggregate Graph    jmeter.512774.n5.nabble.com

Hi Guys :) Question: If I were to run JMeter in nonGUI mode, how would I save the CSV file produced by the aggregate graph listener? Thank you. Quasar --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email]

61. Non-GUI Mode: Gtk-WARNING **: cannot open display    jmeter.512774.n5.nabble.com

Hello, I want to run a Web test with JMeter. JMeter is started in Non-GUI Mode. I do this with "jmeter.bat -n -t myTest.jmx -l myTestOutput.jtl -j myTestLog.log On Win XP with Java 1.6.0_03-b05 this works fine. On Debian 4.1.1-20 with Java 1.4.2 I get (.:4155): Gtk-WARNING **: cannot open display: This is the log output: 2008/02/12 13:11:05 INFO - ...

62. Non GUI mode parameters    jmeter.512774.n5.nabble.com

Hi, I would like to pass thread group details like no of users & ramp up period through non GUI mode. What are the script properties, can I change through non-GUI mode execution? Thanks & Regards, Palani Selvam ******************************************************************************************************* This E-mail message and its attachments, if any are intended solely for the use ...

63. non-gui mode?    jmeter.512774.n5.nabble.com

Hello world, I am running JMeter in nongui mode on a remote PC, but get the error below!? Why does JMeter tries to connect to the window server even when run in nongui mode? Anyone knows a workaround? Thanks, 2008/08/09 12:44:00 INFO - jmeter.threads.JMeterThread: Running PostProcessors in forward order 2008/08/09 12:44:01 ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.InternalError: Can't connect to ...

64. Non-GUI mode to create reports using command shell    jmeter.512774.n5.nabble.com

Hello All, We have added one more feature of creating reports using command shell i. e. Non-GUI mode for Meterplus v1.01, MeterPlus works on the principle of accepting JMX file as input, allows users to perform operation like configure test plan properties, execute test plan and analyze the results along with generation of customizable reports. This feature is useful when ...

65. non -gui overriding some jmeter.properties    jmeter.512774.n5.nabble.com

Using the -J option on a local non-GUI Jmeter invocation : can the following properties (from jmeter.properties file) be overriden : jmeterengine.nongui.port (for shutdown) and all Summariser properties

66. Non GUI Reports    jmeter.512774.n5.nabble.com

This post has NOT been accepted by the mailing list yet. When I run in non gui mode and generate a jtl file then open it in a Result Tree it doesnt show the Request or Response Data. When I run from the GUI it does, can I make it store this info when running non gui?

67. Non gui way to record test plans    jmeter.512774.n5.nabble.com

Hi guys, I'm new to JMeter and want to use it to dynamically produce and run test plans. To run existing test plans is no problem, either generating test plans with the gui. But I want to use it in an (ant) script, so I need a way to start and stop the recording from commandline. Is that possible? My task ...

68. Output configuration in non-GUI mode    jmeter.512774.n5.nabble.com

Hi, I created a test plan in which i opened a result view and customized the output to be generated ..like response data,byte count...and saved the same. I ran this plan in a non-gui mode from command line but when i look at the output...it gives only the default selection fields and not what i selected...But it works fine ...

69. personalize or create a GUI with a table    jmeter.512774.n5.nabble.com

Hi could some one tell me if is possible personalize or create a GUI that contains a table with the column i want show ? I need to create a MyListener with my test details. i have not found anythink about if is possible or a tutorial that explain in which way i ...

70. Plotting graphs and other result in NON GUI mode.    jmeter.512774.n5.nabble.com

Hi, I am running Jmeter script in the non gui mode.The result or report which I get in this mode requires lot of manual calculation to be done. When I give the listener"View result in the table" and specify the filename to where the data should be written say for example outputdata.csv file ,it give all the result related to the ...

71. problem with swing based application...    jmeter.512774.n5.nabble.com

JMeter JMeter - User problem with swing based application... Classic List Threaded Locked 2 messages sangeetha Reply | Threaded Open this post in threaded view | Report Content as Inappropriate problem with swing based application... Hi All, am ...

72. Properties set with -Gpropname=propval do not get passed in GUI mode    jmeter.512774.n5.nabble.com

If i add a property in the command line when running jmeter, using -Gpropname=propval it WILL get sent to my remote servers if in command line mode, but if I run in gui mode and then manually start the remote computer the property WILL NOT get picked up by the remote server.. Anyone else have this problem or know of ...

73. query regarding the non-gui mode    jmeter.512774.n5.nabble.com

hi, I'm using Jmeter1.9.1 version. I need to use it in non-gui mode for my distributed testing. When i'm giving the command as below jmeter -n -r -Jremote_hosts=host1,host2 -tSample.jmx The above command is throwing exceptions : java.lang.IndexOutOfBoundsException: Index: -1, Size: 2 at java.util.LinkedList.entry(LinkedList.java:356) ...

74. Re: problem displaying Jmeter GUI    jmeter.512774.n5.nabble.com

From: Richard A Pointon To: [hidden email] Sent: Monday, December 14, 2009 10:54 AM Subject: Re: problem displaying Jmeter GUI I am using the script (below) to start jmeter on my Debian Linux box (IP: 192.168.1.66 Name: rapsrv3 FullName: rapsrv3.dot78.com) and display it back to my MS Win PC running Exceed ...

75. ref: How to view the throughput and latency time while testing in non gui mode??    jmeter.512774.n5.nabble.com

Hi All, I have quick question: How do we view the throughput data and 90% line(latency data) while doing non GUI mode testing .I am using the following command at command line for Jmeter on Linux : ./jmeter -n -t test1.jmx -l log1.jtl -H locahost -P 8080 - Jgroups1.threads=10 .This command runs successfully and launches the test ,but ...

76. request logging when remote testing without GUI    jmeter.512774.n5.nabble.com

Hello, When running jmeter remote as ./jmeter -n -t foo.jmx -l mylog.jtl it doesn't save the HTTP request. I would like to check those later when viewing the JTL file in the GUI. How can I achive that? And - how would I log other data like the Response Data as well (for verification purpose)? thanks, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: ...

77. run JMeter behind a proxy server using the JMeter GUI?    jmeter.512774.n5.nabble.com

Hi, Is there any way to run JMeter behind a proxy server using the JMeter GUI? -- Aidy www.agiletester.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email]

78. running JMeter non-GUI from a .bat file    jmeter.512774.n5.nabble.com

Hi, I am trying to run JMeter from within a .bat file so that I can automatically do some other things like start/close a proxy server. The problem is that when JMeter exists, the complete .bat file seems to exist (as if JMeter takes over control). Any suggestions on how to fix this? My .bat file does ...

79. Running JMeter test in GUI and Non-GUI mode    jmeter.512774.n5.nabble.com

This post has NOT been accepted by the mailing list yet. hello All, I am able to run a test using JMeter in either mode without any issues. But I had a question: when I compared the responses of the non gui - jtl file and the GUI mode, result in a table listener. I see that the ordering and the ...

80. Samplers configured by multiple GUIs    jmeter.512774.n5.nabble.com

Hi, I wrote a JMeter Sampler which gets configured by two GUI Classes. One for default settings and an other one for per Sampler settings. The per sampler config GUI extends AbstractSamplerGui. The sampler itself extends AbstractSampler. The default config GUI extends AbstractConfigGui and createTestElement() creates (and configures) a ConfigTestElement. Everything works fine, the TestElements config is correctly merged by the ...

81. Save Response Data in non-gui mode    jmeter.512774.n5.nabble.com

Hi, 1. I created a test plan and added the Summary Report Listener. 2. I configured the report to save in XML format, and also ticked the option Save Response Data (XML). ...

82. Send parameters in non gui mode    jmeter.512774.n5.nabble.com

Hi Can you send parameters as start of counter or general parameters to batch ? For example: jmeter -n -t "flow.jmx" -?card=1234123412341234 where card is a parameter used inside the samplers I didn't succeeded with -D or -J Thanks Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com

83. SSL session reuse in JMeter GUI?    jmeter.512774.n5.nabble.com

Hi - In GUI mode, Jmeter may be reusing SSL sessions between subsequent 'Run' commands. Is this by design? For example, I have a test that executes an HTTPS login to a website, run some HTTP requests, then logs out. When run for the first time, the HTTPS login takes about 1.5 seconds. The test completes and logs out. When I ...

84. Suggestions to restructure GUI for HTTP Request    jmeter.512774.n5.nabble.com

Hi I'm hoping to enhance the HTTP Request sampler, by adding functionality to support multipart/form-data http post request with only parameters, if the user selects to do that. And also add support for uploading several files in one HTTP request. There are also other bugzilla entries which might very well require more options in the HTTP Request gui. I feel that ...

85. Summary/Aggregate Report in non-gui mode    jmeter.512774.n5.nabble.com

Hi, When running in gui mode, I like the summary results provided by the Summary Report or Aggregate Report as a quick analysis between runs. I would like to run more extensive tests in non-gui mode but I'd like to see the same types of results, however when saving results the information is at a detail level of each individual result. ...

86. SWING application loadtesting using JMeter    jmeter.512774.n5.nabble.com

Hi All, I am new to JMeter mailing list, I am working a SWING application and want to do Loadtest my SWING application, I downloaded JMeter and evaluating, can I use JMeter to test my SWING application. If possible can any one please give me the process or steps in doing loadtesting the ...

87. Testcase with include controller produces NullPointerException in non-GUI mode    jmeter.512774.n5.nabble.com

JMeter JMeter - User Testcase with include controller produces NullPointerException in non-GUI mode Classic List Threaded Locked 4 messages Marc Rennhard Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Testcase with include controller produces NullPointerException in non-GUI mode Dear all, I'm using Jmeter 2.3.1 ...

88. Testing swing based applications    jmeter.512774.n5.nabble.com

Dear Users, I am load testing a Java application having a 3-tier architechture. It has a Client with GUI, a DB and a JBoss server on 3 different system. 1. Now how do i go about testing such a system? 2. What kind of "Config Element" should I be using? Please guide me. Thanks and Regards, Anwar

89. Using JMeter with a Java Swing Application    jmeter.512774.n5.nabble.com

You cannot use Jmeter for this. On Tue, Feb 9, 2010 at 4:01 PM, RBRB wrote: > > Has anyone used JMeter with a client-server Java application whose > front-end > is written in Swing? The application runs in Weblogic and accesses an > Oracle database. The question is how to launch the application's login > screen and ...