tag:community.blazemeter.com,2008-02-07:/activity BlazeMeter Ltd on UserVoice 2012-05-17T17:02:26+02:00 tag:community.blazemeter.com,2008-02-07:Event/11364159 2012-05-17T17:02:26+02:00 2012-05-17T17:02:26+02:00 Remote tests in Non-Gui mode are not generating results files <p>Josh Hathaway suggested:<br />i have a test that i have been running in non-gui mode with no issues, all my test results files are saving to the directory i've specified. now when i run the same test on remote machines, they all run, but my results files are not being generated at all. any ideas?</p> Josh Hathaway tag:community.blazemeter.com,2008-02-07:Event/11240344 2012-04-27T10:45:37+02:00 2012-04-27T10:45:37+02:00 Scheduling a test will be a great thing <p>Michal suggested:<br />It will be cool if we can schedule a test for some time (let say 02:00am) and dont need to wait until 02:00am to start it.</p> Michal tag:community.blazemeter.com,2008-02-07:Event/11227000 2012-04-25T13:38:40+02:00 2012-04-25T13:38:40+02:00 Provide support for scheduled testing runs [updated] <p>Provide support for scheduling test runs on a daily, weekly and a monthly basis. The report should be in the user's mail the following morning. This is the best solution for validating ongoing performance service level especially on production websites. We suggest to run only in low traffic hours and only a sustainable load. We don't want to stress test only validate performance service level. This feature can provide confidence that a website sustains a certain service level.</p><p>Amanda said:<br /><div class="typeset"><p>For now, you can schedule test runs by using our API. Simply add an API requests to your crontab. Something like: <a href="https://a.blazemeter.com/api/rest/blazemeter/testStart/?user_key=abcdefg&amp;test_id=12345" rel="nofollow" target="_blank">https://a.blazemeter.com/api/rest/blazemeter/testStart/?user_key=abcdefg&amp;test_id=12345</a></p> <p>For more information take a look at our API docs here: <a href="http://community.blazemeter.com/knowledgebase/topics/11038-blazemeter-api" rel="nofollow" target="_blank">http://community.blazemeter.com/knowledgebase/topics/11038-blazemeter-api</a></p> <p>Never the less, we still expect to release the scheduling feature soon.</p> <p>-Amanda. </p></div></p> Amanda tag:community.blazemeter.com,2008-02-07:Event/11200342 2012-04-20T20:25:36+02:00 2012-04-20T20:25:36+02:00 Support for JMeterPlugin's PerfMon feature [updated] <p>Provide support for the new JMeterPlugin feature PerfMon (performance monitoring) .that would enable users to monitor the performance of the servers that are tested for load. Awesome JMeterPlugins feature kudos for the developers!! </p><p>Alon said:<br /><div class="typeset"><p>This is actually ready. If you set a perfmon listener and specify a jtl file, you will see the perform report in the BlazeMeter dashboard. <br />-Alon.</p></div></p> Alon tag:community.blazemeter.com,2008-02-07:Event/11200333 2012-04-20T20:23:29+02:00 2012-04-20T20:23:29+02:00 Display the $$$ associated with each test plan, credit, etc. [updated] <p>Instead of display credits, it would be nice to see the dollar amount associated with the test plans. </p><p>Alon said:<br /><div class="typeset"><p>Nice thought. We'll implement this once we roll out the new UI. <br />-Alon.</p></div></p> Alon tag:community.blazemeter.com,2008-02-07:Event/11038348 2012-03-27T06:37:36+02:00 2012-03-27T06:37:36+02:00 How to store the auto-generated value in a variable and how to use it for further requests by posting this autogenerated value?? [updated] <p>Anonymous said:<br /><div class="typeset"><p>How to use CSV data set and User Parameters, is there any video link ??</p></div></p> Anonymous tag:community.blazemeter.com,2008-02-07:Event/10979467 2012-03-17T19:11:24+01:00 2012-03-17T19:11:24+01:00 Display the $$$ associated with each test plan, credit, etc. <p>Will suggested:<br />Instead of display credits, it would be nice to see the dollar amount associated with the test plans. </p> Will tag:community.blazemeter.com,2008-02-07:Event/10877362 2012-03-02T21:11:56+01:00 2012-03-02T21:11:56+01:00 How to store the auto-generated value in a variable and how to use it for further requests by posting this autogenerated value?? [updated] <p>gerardo.prieto said:<br /><div class="typeset"><p>I like to combine post-processors/pre-processors parameters with JMeter variables by using User Defined Variables controll </p></div></p> gerardo.prieto tag:community.blazemeter.com,2008-02-07:Event/10873470 2012-03-02T10:57:22+01:00 2012-03-02T10:57:22+01:00 How to store the auto-generated value in a variable and how to use it for further requests by posting this autogenerated value?? [updated] <p>sriganesh said:<br /><div class="typeset"><p> If that is generated @ server side , you will get that in response of any request. <br />Use a post processor like reg-ex extractor or xpath extractor and it will be stored in reference variable name you provide.</p></div></p> sriganesh tag:community.blazemeter.com,2008-02-07:Event/10863754 2012-03-01T08:17:55+01:00 2012-03-01T08:17:55+01:00 How to store the auto-generated value in a variable and how to use it for further requests by posting this autogenerated value?? [updated] <p>Alon said:<br /><div class="typeset"><p>There are plenty of ways to store variables in JMeter and use them thereafter. My favorite one is JMeter's pre-processor user-parameters. Any parameter used in a JMeter script, can be referenced as ${param-name} in later samples.</p></div></p> Alon tag:community.blazemeter.com,2008-02-07:Event/10863738 2012-03-01T08:14:13+01:00 2012-03-01T08:14:13+01:00 Dealing with JMeter Logic-Controllers [updated] <p>When dealing with JMeter Logic-Controllers, if the controller gives the syntax as &quot;$ {var}&quot; == &quot;SGSIN&quot; where the condition is true but the child http request is not executing &quot;http requests&quot; under the controller, is it because of invalid syntax??</p><p>Dzmitry Kashlach said:<br /><div class="typeset"><p>To verify this, I've done the following steps: <br />1. I've set TRUE for the condition. It works. <br />2.I've created User Defined Variables element and have created variable VAR==abcd. <br /> Then I've added condition &quot;$(VAR)&quot;==&quot;abcd&quot; to If Controller. It works.</p> <p>So, could you verify one more time value of your variable? Do you use stable release of JMeter?</p></div></p> Dzmitry Kashlach tag:community.blazemeter.com,2008-02-07:Event/10861341 2012-02-29T23:01:38+01:00 2012-02-29T23:01:38+01:00 Any suggestions on how to tell Jmeter to ignore the SSL challenge? [updated] <p>Alon said:<br /><div class="typeset"><p>import the ssl cerificate using ssl manager</p></div></p> Alon tag:community.blazemeter.com,2008-02-07:Event/10859603 2012-02-29T18:40:14+01:00 2012-02-29T18:40:14+01:00 How to store the auto-generated value in a variable and how to use it for further requests by posting this autogenerated value?? prasanth tag:community.blazemeter.com,2008-02-07:Event/10858244 2012-02-29T15:42:33+01:00 2012-02-29T15:42:33+01:00 Dealing with JMeter Logic-Controllers <p>Amanda suggested:<br />When dealing with JMeter Logic-Controllers, if the controller gives the syntax as &quot;$ {var}&quot; == &quot;SGSIN&quot; where the condition is true but the child http request is not executing &quot;http requests&quot; under the controller, is it because of invalid syntax??</p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10721856 2012-02-09T09:20:46+01:00 2012-02-09T09:20:46+01:00 Any suggestions on how to tell Jmeter to ignore the SSL challenge? cparrish817 tag:community.blazemeter.com,2008-02-07:Event/10643866 2012-01-29T15:23:12+01:00 2012-01-29T15:23:12+01:00 Tests getting stuck [is now completed] <p>I started a 50 User / 1 Second test on three URLs: An HTTP page, a JSON web service, and a PNG download. I aborted the test in the middle of its execution, and one or more of the test servers is still hitting my network. I am being charged for bandwidth. Can anyone suggest an idea to resolve this, within BlazeMeter? I understand I can create a firewall setting on my own.</p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10643864 2012-01-29T15:22:10+01:00 2012-01-29T15:22:10+01:00 API would be a good idea [updated] <p>It would be nice if we could run a test and get the report from an API.</p><p>Amanda said:<br /><div class="typeset"><p>Happy to see people are voting this up. Shortly, BlazeMeter will be introducing our first API based on REST protocol. </p> <p>You will be able to: <br />1. Start a test <br />2. Stop a test <br />3 Retrieve the the test report (including graphical reports and data accumulated throughout the test.)</p> <p>Any more good ideas? </p></div></p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10643850 2012-01-29T15:18:43+01:00 2012-01-29T15:18:43+01:00 Support for JMeterPlugin's PerfMon feature [updated] <p>Provide support for the new JMeterPlugin feature PerfMon (performance monitoring) .that would enable users to monitor the performance of the servers that are tested for load. Awesome JMeterPlugins feature kudos for the developers!! </p><p>Amanda said:<br /><div class="typeset"><p>It's getting very close .. We are almost there .. It looks awesome!</p></div></p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10639758 2012-01-28T16:25:02+01:00 2012-01-28T16:25:02+01:00 Tests getting stuck [updated] <p>I started a 50 User / 1 Second test on three URLs: An HTTP page, a JSON web service, and a PNG download. I aborted the test in the middle of its execution, and one or more of the test servers is still hitting my network. I am being charged for bandwidth. Can anyone suggest an idea to resolve this, within BlazeMeter? I understand I can create a firewall setting on my own.</p><p>Amanda said:<br /><div class="typeset"><p>Hi. <br />It seems that your test was deleted before the test was actually stopped. Every test has a hard stop (if not stopped manually) after 3 hours. <br />-Amanda.</p></div></p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10556306 2012-01-14T23:12:28+01:00 2012-01-14T23:12:28+01:00 Support for JMeterPlugin's PerfMon feature <p>Amanda suggested:<br />Provide support for the new JMeterPlugin feature PerfMon (performance monitoring) .that would enable users to monitor the performance of the servers that are tested for load. Awesome JMeterPlugins feature kudos for the developers!! </p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10556281 2012-01-14T23:08:08+01:00 2012-01-14T23:08:08+01:00 Provide support for scheduled testing runs <p>Amanda suggested:<br />Provide support for scheduling test runs on a daily, weekly and a monthly basis. The report should be in the user's mail the following morning. This is the best solution for validating ongoing performance service level especially on production websites. We suggest to run only in low traffic hours and only a sustainable load. We don't want to stress test only validate performance service level. This feature can provide confidence that a website sustains a certain service level.</p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10556254 2012-01-14T23:01:53+01:00 2012-01-14T23:01:53+01:00 Provide printer friendly reports <p>Amanda suggested:<br />Provide a printer friendly version of the reports allowing users to print</p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10556249 2012-01-14T23:00:40+01:00 2012-01-14T23:00:40+01:00 A lighter theme <p>Amanda suggested:<br />Allow the user the ability to select a lighter theme</p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10464941 2011-12-29T07:02:13+01:00 2011-12-29T07:02:13+01:00 error 400, invalid request - '//someotherwebsite.com/directory/image.gif' <p>Amanda suggested:<br />I'd like to point out that many of your 'errors' are actually errors in your testing process (at least with my site) all of the 'error 400, invalid request' errors are caused by incorrect parsing of urls like '//someotherwebsite.com/directory/image.gif' which is valid according to the URL RFC ( http://tools.ietf.org/html/rfc1808 see 'net_path' )</p> Amanda tag:community.blazemeter.com,2008-02-07:Event/10206692 2011-11-10T22:04:22+01:00 2011-11-10T22:04:22+01:00 oauth plugin <p>Nina suggested:<br />Implementing an oauth plugin would be helpful.</p> Nina tag:community.blazemeter.com,2008-02-07:Event/10206673 2011-11-10T22:01:59+01:00 2011-11-10T22:01:59+01:00 API would be a good idea <p>Jrunner suggested:<br />It would be nice if we could run a test and get the report from an API.</p> Jrunner tag:community.blazemeter.com,2008-02-07:Event/10168641 2011-11-04T18:24:52+01:00 2011-11-04T18:24:52+01:00 feedback04111101 [updated] <p>04111101</p><p>bza said:<br /><div class="typeset"><p>sfd</p></div></p> bza tag:community.blazemeter.com,2008-02-07:Event/10168339 2011-11-04T17:47:33+01:00 2011-11-04T17:47:33+01:00 this is my feedback [updated] <p>bza said:<br /><div class="typeset"><p>sd</p></div></p> bza tag:community.blazemeter.com,2008-02-07:Event/10168224 2011-11-04T17:29:06+01:00 2011-11-04T17:29:06+01:00 feedback04111101 [updated] <p>04111101</p><p>bza said:<br /><div class="typeset"><p>d</p></div></p> bza