tag:community.blazemeter.com,2008-02-07:/activityBlazeMeter Ltd on UserVoice2012-05-17T17:02:26+02:00tag:community.blazemeter.com,2008-02-07:Event/113641592012-05-17T17:02:26+02:002012-05-17T17:02:26+02:00Remote 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 Hathawaytag:community.blazemeter.com,2008-02-07:Event/112403442012-04-27T10:45:37+02:002012-04-27T10:45:37+02:00Scheduling 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>Michaltag:community.blazemeter.com,2008-02-07:Event/112270002012-04-25T13:38:40+02:002012-04-25T13:38:40+02:00Provide 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&test_id=12345" rel="nofollow" target="_blank">https://a.blazemeter.com/api/rest/blazemeter/testStart/?user_key=abcdefg&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>Amandatag:community.blazemeter.com,2008-02-07:Event/112003422012-04-20T20:25:36+02:002012-04-20T20:25:36+02:00Support 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>Alontag:community.blazemeter.com,2008-02-07:Event/112003332012-04-20T20:23:29+02:002012-04-20T20:23:29+02:00Display 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>Alontag:community.blazemeter.com,2008-02-07:Event/110383482012-03-27T06:37:36+02:002012-03-27T06:37:36+02:00How 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>Anonymoustag:community.blazemeter.com,2008-02-07:Event/109794672012-03-17T19:11:24+01:002012-03-17T19:11:24+01:00Display 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>Willtag:community.blazemeter.com,2008-02-07:Event/108773622012-03-02T21:11:56+01:002012-03-02T21:11:56+01:00How 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.prietotag:community.blazemeter.com,2008-02-07:Event/108734702012-03-02T10:57:22+01:002012-03-02T10:57:22+01:00How 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>sriganeshtag:community.blazemeter.com,2008-02-07:Event/108637542012-03-01T08:17:55+01:002012-03-01T08:17:55+01:00How 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>Alontag:community.blazemeter.com,2008-02-07:Event/108637382012-03-01T08:14:13+01:002012-03-01T08:14:13+01:00Dealing with JMeter Logic-Controllers [updated]<p>When dealing with JMeter Logic-Controllers, if the controller gives the syntax as "$ {var}" == "SGSIN" where the condition is true but the child http request is not executing "http requests" 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 "$(VAR)"=="abcd" 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 Kashlachtag:community.blazemeter.com,2008-02-07:Event/108613412012-02-29T23:01:38+01:002012-02-29T23:01:38+01:00Any 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>Alontag:community.blazemeter.com,2008-02-07:Event/108596032012-02-29T18:40:14+01:002012-02-29T18:40:14+01:00How to store the auto-generated value in a variable and how to use it for further requests by posting this autogenerated value??prasanthtag:community.blazemeter.com,2008-02-07:Event/108582442012-02-29T15:42:33+01:002012-02-29T15:42:33+01:00Dealing with JMeter Logic-Controllers<p>Amanda suggested:<br />When dealing with JMeter Logic-Controllers, if the controller gives the syntax as "$ {var}" == "SGSIN" where the condition is true but the child http request is not executing "http requests" under the controller, is it because of invalid syntax??</p>Amandatag:community.blazemeter.com,2008-02-07:Event/107218562012-02-09T09:20:46+01:002012-02-09T09:20:46+01:00Any suggestions on how to tell Jmeter to ignore the SSL challenge?cparrish817tag:community.blazemeter.com,2008-02-07:Event/106438662012-01-29T15:23:12+01:002012-01-29T15:23:12+01:00Tests 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>Amandatag:community.blazemeter.com,2008-02-07:Event/106438642012-01-29T15:22:10+01:002012-01-29T15:22:10+01:00API 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>Amandatag:community.blazemeter.com,2008-02-07:Event/106438502012-01-29T15:18:43+01:002012-01-29T15:18:43+01:00Support 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>Amandatag:community.blazemeter.com,2008-02-07:Event/106397582012-01-28T16:25:02+01:002012-01-28T16:25:02+01:00Tests 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>Amandatag:community.blazemeter.com,2008-02-07:Event/105563062012-01-14T23:12:28+01:002012-01-14T23:12:28+01:00Support 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>Amandatag:community.blazemeter.com,2008-02-07:Event/105562812012-01-14T23:08:08+01:002012-01-14T23:08:08+01:00Provide 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>Amandatag:community.blazemeter.com,2008-02-07:Event/105562542012-01-14T23:01:53+01:002012-01-14T23:01:53+01:00Provide printer friendly reports<p>Amanda suggested:<br />Provide a printer friendly version of the reports allowing users to print</p>Amandatag:community.blazemeter.com,2008-02-07:Event/105562492012-01-14T23:00:40+01:002012-01-14T23:00:40+01:00A lighter theme<p>Amanda suggested:<br />Allow the user the ability to select a lighter theme</p>Amandatag:community.blazemeter.com,2008-02-07:Event/104649412011-12-29T07:02:13+01:002011-12-29T07:02:13+01:00error 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>Amandatag:community.blazemeter.com,2008-02-07:Event/102066922011-11-10T22:04:22+01:002011-11-10T22:04:22+01:00oauth plugin<p>Nina suggested:<br />Implementing an oauth plugin would be helpful.</p>Ninatag:community.blazemeter.com,2008-02-07:Event/102066732011-11-10T22:01:59+01:002011-11-10T22:01:59+01:00API 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>Jrunnertag:community.blazemeter.com,2008-02-07:Event/101686412011-11-04T18:24:52+01:002011-11-04T18:24:52+01:00feedback04111101 [updated]<p>04111101</p><p>bza said:<br /><div class="typeset"><p>sfd</p></div></p>bzatag:community.blazemeter.com,2008-02-07:Event/101683392011-11-04T17:47:33+01:002011-11-04T17:47:33+01:00this is my feedback [updated]<p>bza said:<br /><div class="typeset"><p>sd</p></div></p>bzatag:community.blazemeter.com,2008-02-07:Event/101682242011-11-04T17:29:06+01:002011-11-04T17:29:06+01:00feedback04111101 [updated]<p>04111101</p><p>bza said:<br /><div class="typeset"><p>d</p></div></p>bza