Re: Handling graphql requests with JMeter 4.0

2021-03-09 Thread UBIK LOAD PACK Support
Hello,
Since JMeter 5.4, there is a GraphQL view in HTTP Request:

   -
   https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
   look for GraphQL

Before, you'll have to manually handle it.

Regards

On Tue, Mar 9, 2021 at 2:16 PM Prateek Dua  wrote:

> >
> > Hi Team,
> >
> > Any help to send Post request ( query ) for  graphql using JMeter 4.0 via
> > HTTP request.
> >
> >
> Thanks,
> > Prateek
> >
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Error during HTML report generation ~[jorphan.jar:5.3]

2020-11-22 Thread UBIK LOAD PACK Support
Hello,

Set generate_report_ui.generation_timeout to higher value which defaults to
 2 minutes

*See:*

*- *https://jmeter.apache.org/usermanual/properties_reference.html#reporting


Regards
UbikLoadPack team
On Sunday, November 22, 2020, Shay Ginsbourg  wrote:

> Hi,
>
> Is this a known issue? Are there any recommended workarounds?
>
> 2020-11-22 22:47:52,894 ERROR o.a.j.g.a.HtmlReportGenerator: Error during
> HTML report generation:
> java.util.concurrent.TimeoutException: Process timeout reached after
> 12
> milliseconds
> at
> org.apache.jorphan.exec.SystemCommand.waitForEndWithTimeout(
> SystemCommand.java:232)
> ~[jorphan.jar:5.3]
> at org.apache.jorphan.exec.SystemCommand.run(SystemCommand.java:174)
> ~[jorphan.jar:5.3]
> at org.apache.jorphan.exec.SystemCommand.run(SystemCommand.java:131)
> ~[jorphan.jar:5.3]
> at
> org.apache.jmeter.gui.action.HtmlReportGenerator.run(
> HtmlReportGenerator.java:84)
> [ApacheJMeter_core.jar:5.3]
> at
> org.apache.jmeter.gui.HtmlReportUI$ReportGenerationWorker.
> doInBackground(HtmlReportUI.java:183)
> [ApacheJMeter_core.jar:5.3]
> at
> org.apache.jmeter.gui.HtmlReportUI$ReportGenerationWorker.
> doInBackground(HtmlReportUI.java:168)
> [ApacheJMeter_core.jar:5.3]
> at javax.swing.SwingWorker$1.call(Unknown Source) [?:1.8.0_271]
> at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_271]
> at javax.swing.SwingWorker.run(Unknown Source) [?:1.8.0_271]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> [?:1.8.0_271]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> [?:1.8.0_271]
> at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]
> 2020-11-22 22:53:33,095 ERROR o.a.j.g.a.HtmlReportGenerator: Error during
> HTML report generation:
> java.util.concurrent.TimeoutException: Process timeout reached after
> 12
> milliseconds
> at
> org.apache.jorphan.exec.SystemCommand.waitForEndWithTimeout(
> SystemCommand.java:232)
> ~[jorphan.jar:5.3]
> at org.apache.jorphan.exec.SystemCommand.run(SystemCommand.java:174)
> ~[jorphan.jar:5.3]
> at org.apache.jorphan.exec.SystemCommand.run(SystemCommand.java:131)
> ~[jorphan.jar:5.3]
> at
> org.apache.jmeter.gui.action.HtmlReportGenerator.run(
> HtmlReportGenerator.java:84)
> [ApacheJMeter_core.jar:5.3]
> at
> org.apache.jmeter.gui.HtmlReportUI$ReportGenerationWorker.
> doInBackground(HtmlReportUI.java:183)
> [ApacheJMeter_core.jar:5.3]
> at
> org.apache.jmeter.gui.HtmlReportUI$ReportGenerationWorker.
> doInBackground(HtmlReportUI.java:168)
> [ApacheJMeter_core.jar:5.3]
> at javax.swing.SwingWorker$1.call(Unknown Source) [?:1.8.0_271]
> at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_271]
> at javax.swing.SwingWorker.run(Unknown Source) [?:1.8.0_271]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> [?:1.8.0_271]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> [?:1.8.0_271]
> at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]
>
> Windows 10 Home 64-bit
> java version "1.8.0_271"
> Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
> Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
> Jmeter 5.3
>
> Thanks,
> Shay
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: JDBC with autocommit=false

2020-09-03 Thread UBIK LOAD PACK Support
Hello,
Can you share your test plan ?
or run in JMeter 5.X: Menu Tools > Generate Schematic Overview.
Or  screenshots  of your test plan (the Tree + Screenshots of each JDBC
Request element)
Thanks

On Thu, Sep 3, 2020 at 6:16 PM Brian Flowers 
wrote:

> Hi everyone,
>
> I'm having some issues using JMeter to insert some records in a MariaDB
> database with autocommit disabled (the idea being that we want to commit
> every ~1000 records, not after each one).
>
> Did some searches and couldn't find any documentation or tutorials
> explaining this...I got desperate enough to ask on StackOverflow :) but
> the only response so far seems to indicate that I'm configuring it
> correctly:
> https://stackoverflow.com/questions/63713516/jmeter-jdbc-manual-commit
>
> I started with JMeter 3.2 connecting via the mysql connector version
> 5.1.27 as that's what we already had...I realize those are pretty old,
> so I did try upgrading, but got the same results. Tried on JMeter 5.3
> with mysql connector 8.0.21, and also with the dedicated mariadb
> connector version 2.11.3 (all connectors from the Maven repository).
> With auto commit true, any combination of those versions works fine.
> With auto commit false, I can't get my data committed on any of them.
>
> What I have set up right now is a thread group with one thread, than
> contains a JDBC request with a single INSERT statement, using a couple
> variables that it takes from a csv data set and a counter, on a constant
> throughput timer, and I'm using the loop count in the thread group to
> control the number of records inserted. When I have auto commit set to
> true in the JDBC configuration, the records all get inserted just fine.
> But when I turn auto commit off, I can't get those statements committed.
> I set the JDBC request query type to "AutoCommit(false)" instead of
> "Update Statement", then I added a second JDBC request on the same
> configuration with request type of "Commit". In the results tree I can
> see a commit statement following each insert statement with no errors,
> but the records don't actually get committed in the DB. I tried adding
> the commit inside the original JDBC request (just to see if that'd work)
> but that gave a SQL error; I tried adding a commit post processor within
> the main JDBC request, but no luck there. I tried adding a pre-processor
> to open a transaction, assuming that it wasn't including the commit and
> the insert on the same transaction, but no change with that. I tried
> configuration transaction isolation as DEFAULT or as
> TRANSACTION_SERIALIZABLE but that had no apparent effect either.
>
> So...how do I manually commit an insert statement on a mariaDB database?
> Or what else can I check to try to diagnose exactly what is going on
> here? Are there any resources or documentation about exactly how to use
> the autocommit setting?
>
> Thanks!
> Brian Flowers
> jmeter-s...@bsflowers.net
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
> --
> 
>
> Regards
> Ubik Load Pack  Team
> Follow us on Twitter 
>
>
> Cordialement
> L'équipe Ubik Load Pack 
> Suivez-nous sur Twitter 
>
>
>
>


Re: AutoCorrelation functionality testing website down

2020-07-29 Thread UBIK LOAD PACK Support
Hello,

You can run it locally :

   - docker run --name challenge --log-driver=none -p 8080:8080 -e
   SECRET_KEY_BASE=allyourbases floodio/challenge


Secret can be whatever you want.


Regards

On Wed, Jul 29, 2020 at 12:54 PM Prajjwal Laad 
wrote:

> Hi all,
>
> This is regarding testing of the auto-correlation functionality.
> We are using the website "https://challengers.flood.io/#about; to create
> load testing scripts.
> The website is down for quite some time now.
> We tried but could not find any information about the state of this
> website anywhere.
> It would be helpful if anyone can share information about the state of the
> website.
>
> Kindly let me know in case more information is required.
>
> Best Regards
> Prajjwal Laad
>
> 
> The contents of this e-mail and any attachment(s) are confidential and
> intended for the named recipient(s) only. It shall not attach any liability
> on the originator or NECTI or its affiliates. Any views or opinions
> presented in this email are solely those of the author and may not
> necessarily reflect the opinions of NECTI or its affiliates. Any form of
> reproduction, dissemination, copying, disclosure, modification,
> distribution and / or publication of this message without the prior written
> consent of the author of this e-mail is strictly prohibited. If you have
> received this email in error please delete it and notify the sender
> immediately.
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: HLS 2.0 simulate user behaviour for each media segment by waiting on each media segment

2020-01-08 Thread UBIK LOAD PACK Support
Hello,
Did you try this plugin which is available for installation from
jmeter-plugins-manager ?

-
https://www.ubik-ingenierie.com/blog/easy-and-realistic-load-testing-of-http-live-streaming-hls-with-apache-jmeter/

Regards

On Wednesday, January 8, 2020, UserJMeter999  wrote:

> Using HLS plugin 2.0
> If we add think time (Constant Timer) to blazemeter bzm - HLS Sampler it
> just waits for sending first sampler only(80 seconds). It is not able to
> simulate user watching video to send child media segments at intervals. I
> have video with 15 media segments all 15 requests sent to server in less
> than a minute by HLS sampler even though i have below configs on sampler.
> But in real time it is not the case where user watching video. Browser
> sends
> these 15 media segments at different intervals.
>
> Test plan
> bzm - HLS Sampler
> Constant Timer = 80 seconds
>
> Settings on HLS sampler
> Duration = whole Video (actual duration of video is 4 mins)
> bandwidth/Resolution = Minimum
>
>
>
> --
> Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
>

-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Unable to record traffic from Android Device

2019-10-21 Thread UBIK LOAD PACK Support
Hello,
This blog will help you:

-
https://www.ubik-ingenierie.com/blog/how-to-record-android-application-using-https-traffic-jmeter/

Regards

On Monday, October 21, 2019, Prateek Dua 
wrote:

> Hi,
>
> I tried to connect Jmeter to android device (Redmi 4 Android version 7.1.2
> N2G47H) by following tutorial  https://www.youtube.com/watch?v=JFDcgKQ8VFw
> to record traffic from device in Jmeter.  I've added Jmeter certificate in
> Android device
>
> as " VPN  & apps'--  https://imgur.com/a/grfEYji but unable to
> record traffic from Android device.
>
> Please help here in same.
>
>
> Thanks,
> Prateek
>
> --
>
>
> ::DISCLAIMER::
>
>
> 
> 
> 
>
>
>
>
>
> This message is intended only for the use of the addressee and may
> contain information that is privileged, confidential and exempt from
> disclosure under applicable law. If the reader of this message is not the
> intended recipient, or the employee or agent responsible for delivering
> the
> message to the intended recipient, you are hereby notified that any
> dissemination, distribution or copying of this communication is strictly
> prohibited. If you have received this e-mail in error, please notify us
> immediately by return e-mail and delete this e-mail and all attachments
> from your system.
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: HTML report needs basic GUI and JTL automatic last line handling

2019-03-02 Thread UBIK LOAD PACK Support
Hello,

This feature identified as:

- https://bz.apache.org/bugzilla/show_bug.cgi?id=59896

has been implemented within PR:

- https://github.com/apache/jmeter/pull/453


It should be available in upcoming version of JMeter.

Regards
UbikLoadPack Team
@ubikloadpack
https://ubikloadpack.com

On Sat, Dec 1, 2018 at 12:26 PM Philippe Mouawad 
wrote:

> Hello,
>
> See this:
>
> - https://jmeter.apache.org/issues.html
>
> You need to subscribe to bugzilla and then you can submit enhancements or
> bugs.
>
>
> Regards
>
> On Sat, Dec 1, 2018 at 12:09 PM Shay Ginsbourg 
> wrote:
>
>> Dear Philippe,
>>
>> One last thing regarding the wonderful HTML report is that unless it can
>> be
>> exported to a standard PDF document, there are no customers that are
>> willing to accept it, since it may not be delivered as a single file via
>> e-mail. (Zipping the HTML folder is not an option, since zip files are
>> blocked by the mailing system due to security considerations.)
>>
>> Could you please send me a link to the relevant Bugzilla ?
>>
>> Best regards,
>> Shay
>>
>>
>>
>> On Tue, Nov 27, 2018 at 10:14 PM Philippe Mouawad <
>> philippe.moua...@gmail.com> wrote:
>>
>> > Thank you Shay !
>> > All these rather rarely expressed kind words are really very nice from
>> you
>> > and indeed encourage us.
>> >
>> > Your ideas are interesting:
>> >
>> >- I think there is an enhancement bugzilla for the GUI one but our
>> time
>> >is counted
>> >- Please open a bugzilla for the second one:
>> >   - Explanation is that output is buffered so we end up  with
>> partial
>> >   lines while load testing. At end the file is complete.
>> >   - But I agree it should be possible to generate the report
>> ignoring
>> >   last line if incomplete
>> >
>> >
>> > Regards
>> >
>> > On Tue, Nov 27, 2018 at 8:57 PM Shay Ginsbourg 
>> > wrote:
>> >
>> > > Recently, Jmeter has incredibly improved in so many aspects that its
>> > > developers really deserve some standing ovation. It is justifiably
>> > > considered to be a leading testing tool. Minor usability changes that
>> > > impose little risk could make it even greater. For example, the HTML
>> > report
>> > > is a wonderful and most valuable feature that unfortunately does not
>> > have a
>> > > GUI for its own generation. Even the simplest GUI would make it
>> > accessible
>> > > for new users. Another related and common issue is that many JTL files
>> > has
>> > > a last line which is incomplete for various reasons. The HTML report
>> may
>> > > not be created at all for such a frequent JTL file issue, so it would
>> be
>> > > very wise to automatically ignore last lines in cases of their
>> > > incompleteness. Thank you guys for your good work and please accept my
>> > > compliments.
>> > >
>> > >
>> > >
>> > > --
>> > >
>> > > Sincerely,
>> > >
>> > > *Shay Ginsbourg*
>> > > *Performance, Automation and Load Testing Expert. *
>> > > *Regulatory Affairs Consultant for Medical Software.*
>> > > *Ginsbourg.com (Since 2008)*
>> > >
>> > > Formerly QA Manager of LoadRunner at Mercury Interactive
>> > >
>> > > M.Sc. cum laude in Bio-Medical Engineering
>> > > M.Sc. in Mechanical Engineering
>> > >
>> > > Mobile:  +972(0)54-6690915
>> > > Email: sginsbo...@gmail.com
>> > >
>> > > Visit my personal page on LinkedIn at:
>> > > http://www.linkedin.com/in/shayginsbourg
>> > >
>> > >
>> > > [image: Shay Ginsbourg on about.me]
>> > >
>> > > Shay Ginsbourg
>> > > about.me/shayginsbourg
>> > >   Please consider your environmental
>> > > responsibility before printing this e-mail.
>> > >
>> >
>> >
>> > --
>> > Cordialement.
>> > Philippe Mouawad.
>> >
>>
>>
>> --
>>
>> Sincerely,
>>
>> *Shay Ginsbourg*
>> *Performance, Automation and Load Testing Expert. *
>> *Regulatory Affairs Consultant for Medical Software.*
>> *Ginsbourg.com (Since 2008)*
>>
>> Formerly QA Manager of LoadRunner at Mercury Interactive
>>
>> M.Sc. cum laude in Bio-Medical Engineering
>> M.Sc. in Mechanical Engineering
>>
>> Mobile:  +972(0)54-6690915
>> Email: sginsbo...@gmail.com
>>
>> Visit my personal page on LinkedIn at:
>> http://www.linkedin.com/in/shayginsbourg
>>
>>
>> [image: Shay Ginsbourg on about.me]
>>
>> Shay Ginsbourg
>> about.me/shayginsbourg
>>   Please consider your environmental
>> responsibility before printing this e-mail.
>>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>
>
>

-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: error loading jmx file in VM

2019-01-28 Thread UBIK LOAD PACK Support
Hello,
You're using a 3rd party plugin.
Check on the working machine what's in lib/ext and in /lib
that is not on new machine.

Regards
UbikLoadPack Team

On Mon, Jan 28, 2019 at 5:30 PM Mathijs Groen  wrote:

> I have migrated my JMeter installation to a VM.
>
> When I load the file jmx file, I get following error:
>
>
>
> “CannotresolveClassException:
> kg.apc.jmeter.control.ParameterizedController’
>
> See attached screenshot.
>
>
>
> When I load the exact same file from another machine, no error is
> displayed the file is loaded successfully by JMeter.
>
>
>
> Anyone have an idea?
>
>
>
>
>
>


Re: Constant Timer not working

2018-09-06 Thread UBIK LOAD PACK Support
Hello,
Can you show the structure of your plan and where the TC and timer are
located.

There is no known regressio on this.

Regards

On Thu, Sep 6, 2018 at 5:41 PM James Anthony <
james.anth...@moneydashboard.com> wrote:

> Hi,
>
> I am using jmeter version 4.0 r1823414
>
> My tests are working but when I add a Constant Timer to my Thread Group or
> Transaction Controller it does not add any delay. For example, I am wanting
> a delay of 1 second between http requests, but the timer does not do this.
> I have also added individual timers between requests manually but this does
> not do it either.
>
> I used jmeter about 2 years ago and I am sure I remember this working. Can
> anyone help?
>
> Thanks in advance
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Dashboard doesn't have any errors and many charts are empty

2018-08-29 Thread UBIK LOAD PACK Support
Hello,
In order to get a working graph:

   - Don't modify saveservice properties except for adding data otherwise
   some graphs/tables will be empty
   - Follow requirements described in documentation I mentioned
   - Apply Naming convention on Transactions where you only want the parent
   (the ones for which you had checked Generate Parent Sample I guess) :
  - Right click on node > Apply Naming Convention
  - And finally to only show the transactions you need, use property
   below :
  - jmeter.reportgenerator.exporter.html.series_filter=^(Search|Order)
  *(-success|-failure)?$*
  - There is Help > Export Transactions for Report and remove what you
  don't want. Keep the *(-success|-failure)?$ *part


Once you generate you'll get what you want.
Regards

On Wed, Aug 29, 2018 at 9:07 PM Alexander Podelko
 wrote:

> Hi,
>
> Thank you! Interesting... I modified all settings I found - specifically,
> in reportgenerator.properties:
> jmeter.reportgenerator.exclude_tc_from_top5_errors_by_sampler=false
>
> jmeter.reportgenerator.graph.bytesThroughputOverTime.exclude_controllers=false
>
> jmeter.reportgenerator.graph.syntheticResponseTimeDistribution.exclude_controllers=false
>
> jmeter.reportgenerator.graph.responseTimeVsRequest.exclude_controllers=false
> jmeter.reportgenerator.graph.latencyVsRequest.exclude_controllers=false
> jmeter.reportgenerator.graph.hitsPerSecond.exclude_controllers=false
> jmeter.reportgenerator.graph.codesPerSecond.exclude_controllers=false
>
>
> Still some charts / info remains empty. In particular:-Request
> Summary-Statistics Total (while individual requests are fine)
> -Errors (while top 5 errors are there now)-Response Time Percentiles over
> time (while Response Time Over Time are there)-Bytes Throughput Over Time
> -Response Time Vs Request-Latency vs Request
>
> Latencies, Connect Times, Hit per Seconds,  Codes per Seconds, Response
> Time Overview are all 0s
> Appears that it may be some inconsistency here - as we have individual
> settings for specific graphs (do we need fine tune that to have one graph
> working one way and another graph working another way?)...
>
> Well, if I am getting it right, the root of the issue is that if we
> specify "Generate parent sample" it doesn't save individual samples in the
> result file (with some more granular information) - so I am seeing all
> these advice around never to do that. Well, I see the point if we don't
> save enough info for transactions [controllers].
> I am fine with collecting all information - but the problem is that I
> don't need to see individual samplers [except for debugging]. More exactly,
> need not to see. In one script I have about a hundred transaction
> controllers -many of which has 20-30 samples underneath [the consideration
> that we usually shouldn't have so many in performance testing is another
> discussion not related to the subject]. So even the number of transaction
> controllers is overwhelming [making graphs very difficult to read], leave
> alone individual samples.
> I see an interesting setting
> jmeter.reportgenerator.exporter.html.show_controllers_only (by some reason
> in both reportgenerator.properties and user.properties), which probably
> should do what I like in the dashboard (don't show individual samples
> anywhere) - to see up to what degree.
>
> But for the moment, it is even more important for me to get it into
> Jenkins Performance Plugin. But there I don't see any controls for that -
> and it appears that I would see all individual samples there (and it would
> be a disaster). [I guess that is rather a question for another forum - but
> still mentioning it here in case I am missing something important in
> JMeter].
> Will appreciate very much any thoughts / recommendation on the subject.
>
> Thanks,Alex
>
>
>On Tuesday, August 28, 2018, 11:52:04 AM EDT, Philippe Mouawad <
> p.moua...@ubik-ingenierie.com> wrote:
>
>  Hello,
> Absolutely :
>
> http://jmeter.apache.org/usermanual/generating-dashboard.html#configuration
>
>
> Regards
>
> On Tuesday, August 28, 2018, Alexander Podelko  >
> wrote:
>
> > Hi,
> >
> > JMeter 4 dashboard doesn't show any errors (while some samplers failed
> > 100%) and many charts are empty.
> >
> > Attaching the full jtl file - if it doesn't get through pasting some
> > content below.
> >
> > Any idea?
> >
> > My suspicion is that it is somehow related to using "Generate parent
> > sample" in Transaction Controller for each group of samplers...
> >
> > Thanks,
> > Alex
> >
> >
> > timeStamp,elapsed,label,responseCode,responseMessage,
> > threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,
> > allThreads,Latency,IdleTime,Connect
> > 1535134528225,299,001 open home page,200,"Number of samples in
> transaction
> > : 1, number of failing samples : 0",Thread Group
> > 1-1,,true,,19625,823,1,1,0,84,0
> > 1535134538746,359,004 login,200,"Number of samples in transaction : 16,
> > number of failing samples : 

Re: JSR223 PreProcessor - Issue

2018-06-28 Thread UBIK LOAD PACK Support
Hello,
1/ *vars.put("my_counter", my_counter);*
Should be:
*vars.put("my_counter", Integer.toString(my_counter));*


2/ Switch to Groovy instead of Beanshell and check cache . Beanshell does
not perform well


UbikLoadPack Support Team
@ubikloadpack


On Thu, Jun 28, 2018 at 9:13 PM, JMeter User  wrote:

> Added JSR223 PreProcessor with Script Language = Beanshell (Beanshell
> 2.0lb5)
>
>
> Code is below
> **
>
> String MESSAGE = vars.get("MESSAGE");
> log.info("OLD - " + MESSAGE);
>
> int my_counter = Integer.parseInt(vars.get("my_counter"));
> log.info("Initial Counter - " + my_counter);
> my_counter = my_counter + 1;
> log.info("Incremented Counter - " + my_counter);
>
> //vars.put("my_counter", String.valueOf(my_counter));
> *vars.put("my_counter", my_counter);*
> //vars.put("my_counter", ${my_counter});
>
> String NEWMESSAGE ="";
> NEWMESSAGE = MESSAGE.replace("MYBILLERACCOUNT", my_counter);
> // NEWMESSAGE = MESSAGE.replace("MYBILLERACCOUNT", ${my_counter});
> log.info("NEW " + NEWMESSAGE);
>
>
> **
> I tried few options of all the commented code above
> ***
> Getting below error line highlighted in bold
>
> 2018-06-28 14:07:37,683 ERROR o.a.j.m.JSR223PreProcessor: Problem in JSR223
> script, JSR223 PreProcessor - {"account": {"accountType":
> "INDIV","billerAccountId": "MYBILLERACCOUNT: []}
> javax.script.ScriptException: Sourced file: inline evaluation of: ``String
> MESSAGE = vars.get("MESSAGE"); log.info("OLD - " + MESSAGE);  int my_
> .
> . . '' : Error in method invocation: Method put( java.lang.String, int )
> not found in class'org.apache.jmeter.threads.JMeterVariables' : at Line:
> 10
> : in file: inline evaluation of: ``String MESSAGE = vars.get("MESSAGE");
> log.info("OLD - " + MESSAGE);  int my_ . . . '' : vars .put (
> "my_counter" , my_counter )
>  in inline evaluation of: ``String MESSAGE = vars.get("MESSAGE"); log.info
> ("OLD
> - " + MESSAGE);  int my_ . . . '' at line number 10
>


Re: Jmeter through SSL proxy

2018-04-06 Thread UBIK LOAD PACK Support
Hello,
Did you try this:

http://jmeter.apache.org/usermanual/get-started.html#proxy_server

Regards
UbikLoadPack Team
@ubikloadpack


On Fri, Apr 6, 2018 at 5:40 PM, Bariamis Akis  wrote:

> Hello ,
> I am trying to use jmeter through an SSL/TLS proxy (meaning that client to
> proxy connection is encrypted ) .
> All my tests work without the proxy.
> I can see no option in jmeter to use an SSL/TLS proxy (not a proxy for
> https protocol but a full encrypted proxy server ) .
> To make things clear , when using from chrome the argument is chrome
> --proxy-server=https://.*.:443 or in the pac file return
> "HTTPS https://*.*.*:443;;
>
> Thank you ,
> Akis
>


Re: Performance Test with JMeter and licence or product purchase.

2018-02-06 Thread UBIK LOAD PACK Support
Hello,
No Apache JMeter is absolutely free, managed by the Apache Software
Fundation and under Apache 2 License.

Unless you use some additional commercial license (for plugins), it is free
whatever the number of users / threads you have.
Regards

UbikLoadPack Team


On Tue, Feb 6, 2018 at 3:56 PM, Shone, Larry (IT Professional Services) <
larry.sh...@capita.co.uk> wrote:

> I have a project which can be performance tested using JMeter. Would I
> have to purchase the development tool or licence in order to use JMeter for
> performance testing or can it be used without purchase?
>
>
>
>
>
> *Larry Shone*
>
> *Test Consultant *
>
> *Capita IT Professional Services*
>
> 17 Rochester Row, London, SW1P 1JB
> 
>
> (  +44 (0) 7825119640 <+44%207825%20119640> (Mobile)
>
> *   *larry.sh...@capita.co.uk *
>
> :  www.capita-itps.co.uk
>
> I will be on Annual Leave
>
> 7th Feb(p.m. only) 09th Feb 2018, 2nd March 2018
>
>
>
> [image: cid:image001.png@01D1C8A4.59FBF010]
> [image:
> cid:image002.png@01D1C8A4.59FBF010]
>  [image:
> cid:image003.png@01D1C8A4.59FBF010] 
>
> *Capita IT Professional Services assures the delivery of secure business
> systems*
>
>
>
>
>
>
> This email is security checked and subject to the disclaimer on web-page:
> http://www.capita.co.uk/email-disclaimer.aspx
>


Re: Manual grouping of samples?

2017-11-27 Thread UBIK LOAD PACK Support
Hello Alexander,
Find some answers below.

Regards

On Monday, October 2, 2017, Alexander Podelko 
wrote:

> Hi,
> I wonder if there is an option to manually group samplers during recording
> (as, for example, in LoadRunner with start/stop transactions).
>
> It looks like "Use Recording Controller" / "Put each group in a new
> transaction controller" does it based on a delay,

yes but it can be adjusted in the test script recorder if your application
has long running requests

>
> name it by first URL,

you have control on this through Transaction name /prefix.
Next version improves this.

>
>  and doesn't enable "Generate parent sample" by default.

No because this setting will hide information to the web report.
The web report can filter children of a TC provided you apply the naming
convention.



> In my case I have a few requests for each user action / transaction and
> URLs look exactly the same (the difference is inside HTTP request bodies in
> somewhat encoded format). Plus some requests may take a while. Plus it is a
> long sequence of steps. For example, create report, add a grid, change
> columns, change rows, preview, save, etc.
> So I am getting dozens of groups that looks practically identical.


As you can set the name of TC during recording + duration you have control.
You can still move children in the initial TC if needed.
In our experience, > 200 tests, it is very usable.
Bit still we can improve


>
> And some may be broken - if the request to execute report take long time,
> it gets into a next group separate from requests to prepare the run... So
> after recording I need to spend a lot of time figuring out what each group
> does, renaming them, and re-grouping when needed.
> Any  better way?


>
This os due to the fact that samplers are added to tree on respinse comes
back, so we could add them ince request is sent instead.

> Thanks,Alex



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: How to include SMB/CIFS tests in JMETER

2017-11-08 Thread UBIK LOAD PACK Support
Hello,
You can use:

   -
   
http://jmeter.apache.org/usermanual/component_reference.html#OS_Process_Sampler

And then it's the regular use of JMeter.


@ubikloadpack Team

On Wed, Nov 8, 2017 at 3:14 PM, Remy Esclangon 
wrote:

> Hi
>
> Looking for a way to add to JMETER test plan, tests of users accessing
> network files (CIFS/SMB)
>
> A call to a basic file copy command within JMETER would be enough. if
> this call can be inserted in the test plan logic (ramp up, included within
> other users HTTP/S simulated activities...)
>
> Anyone have experience in this ?
>
> Thanks best regards
>
> Rémy
>
> Confidential Communication: The contents of this e-mail including any
> attachment are confidential and intended solely for the person(s) to whom
> they are addressed. Any reader of this email who is not the intended
> recipient is notified that any dissemination, distribution or copying of
> this communication is strictly prohibited. If you have received this e-mail
> in error, please notify the sender immediately and delete all copies from
> your computer system. Subsequent alterations to this email after its
> transmission will be disregarded.
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>


Re: Auto correlation in Jmeter

2017-08-18 Thread UBIK LOAD PACK Support
Hi Alexander,
>From our experience large number of correlation is usually related to
"particular protocols" or frameworks or RIA for example:
- Oracle JDEdwards
- Siebel
- SAP BO/BI
- Vaadin
...

For other usual webapps (Ajax, Angular based...) , the number of
correlation is reasonable and not so complex even manually done using
native JMeter techniques:
- Var replacement on recording
- Search/replace available now in GUI
- Usual extractors (css, regex, json, xpath)

And using scoping can factor out those rules to only code them once.

That's why we asked the question on technology.

But I am pretty interested by your feedback on this and know what
technology your current app is based on to see if it is in those
technologies I mention.

I am also interested to know if auto correlation really works in other
well-known tools. There was a discussion on user mailing list few years ago
about this topic and I remember reading one of your post about auto
correlation saying it worked in a pretty low percentage of cases.


Regards

On Friday, August 18, 2017, Alexander Podelko <apode...@yahoo.com> wrote:

> Hi,
>
> Does the question assume that it should be a very exotic technology? A
> large number of correlations needed is rather typical for business
> applications - actively using different frameworks, AJAX, RIA, etc...
>
> One application I am working with has dozens of variables to correlate
> and, in particular, has a context id changing in each request. So in every
> single request (and there are a few hundreds of them) we need to extract
> this context id and use it in the next request (an AJAX technology). The
> idea to do it manually request-by-request doesn't look appealing to me at
> all.
>
> As the term "auto correlation" is understood differently, I'd ask a more
> specific (not sure if it identical to the original question or not) - I
> wonder if there is a way in JMeter to create correlation rules/libraries
> and correlate scripts based on these correlation rules/libraries. That
> appears as rather basic functionality for me, but I can't find any
> information about it anywhere (except OctoPerf on the top of JMeter).
>
> Thanks,
> Alex
>
>
> On Thursday, August 17, 2017, 10:15:08 AM EDT, UBIK LOAD PACK Support <
> supp...@ubikloadpack.com
> <javascript:_e(%7B%7D,'cvml','supp...@ubikloadpack.com');>> wrote:
>
>
> Hello,
> What is the technology your application is based on ?
>
> Thanks
>
> On Thursday, August 17, 2017, Pravesh Prajapati <
> prajapati.prav...@gmail.com
> <javascript:_e(%7B%7D,'cvml','prajapati.prav...@gmail.com');>>
> wrote:
>
> > So Say for example in my scripts there is 100 of correlation, if I will
> do
> > it manually then it take more efforts and time.
> > Is there is any way to handle this.
> >
> > Regards,
> > Pravesh P.
> >
> > On Thu, Aug 17, 2017 at 2:28 PM, Bhabani Sankar Das <
> > 007bhabanisan...@gmail.com
> <javascript:_e(%7B%7D,'cvml','007bhabanisan...@gmail.com');>
> <javascript:;>> wrote:
> >
> > > There is no concept of auto correlation in Jmeter. You have to go for
> > > manual correlation.
> > >
> > > On Aug 16, 2017 14:44, "Pravesh Prajapati" <
> prajapati.prav...@gmail.com
> <javascript:_e(%7B%7D,'cvml','prajapati.prav...@gmail.com');>
> > <javascript:;>>
> > > wrote:
> > >
> > > > Hi Team,
> > > >
> > > > How can we do auto correlation in Jmeter.
> > > > please help.
> > > >
> > > > --
> > > > Regards,
> > > > Pravesh prajapati.
> > > > Mob:-9702600170
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> > Pravesh prajapati.
> > Mob:-9702600170
> >
>
>
> --
>
> Regards
> Ubik Load Pack <http://ubikloadpack.com> Team
> Follow us on Twitter <http://twitter.com/ubikloadpack>
>
>
> Cordialement
> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack
> >
>


-- 

Regards
Ubik Load Pack <http://ubikloadpack.com> Team
Follow us on Twitter <http://twitter.com/ubikloadpack>


Cordialement
L'équipe Ubik Load Pack <http://ubikloadpack.com>
Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>


Re: Auto correlation in Jmeter

2017-08-17 Thread UBIK LOAD PACK Support
Hello,
What is the technology your application is based on ?

Thanks

On Thursday, August 17, 2017, Pravesh Prajapati 
wrote:

> So Say for example in my scripts there is 100 of correlation, if I will do
> it manually then it take more efforts and time.
> Is there is any way to handle this.
>
> Regards,
> Pravesh P.
>
> On Thu, Aug 17, 2017 at 2:28 PM, Bhabani Sankar Das <
> 007bhabanisan...@gmail.com > wrote:
>
> > There is no concept of auto correlation in Jmeter. You have to go for
> > manual correlation.
> >
> > On Aug 16, 2017 14:44, "Pravesh Prajapati"  >
> > wrote:
> >
> > > Hi Team,
> > >
> > > How can we do auto correlation in Jmeter.
> > > please help.
> > >
> > > --
> > > Regards,
> > > Pravesh prajapati.
> > > Mob:-9702600170
> > >
> >
>
>
>
> --
> Regards,
> Pravesh prajapati.
> Mob:-9702600170
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: JMeter doesn't record a large request

2017-07-28 Thread UBIK LOAD PACK Support
Hello Alexander,
I don't see anything specific that would explain the failure.
The request is pretty regular.
The response is chunked and big but this I tested chunked encoding and it
works fine.

1/ Did you try setting in Recorder implementation to Java instead of
HTTPClient 4 just to see if response differs ?

2/ Could you record it again but before uncomment in log4j2.xml and if
possible only record this one in JMeter. If not possible indicate the full
URL of failing request
 

Then send , jmeter.Log and test plan.

Thanks


On Thu, Jul 27, 2017 at 10:18 PM, Alexander Podelko <
apode...@yahoo.com.invalid> wrote:

> Hi Philippe,
> No, it is an internal app not available outside.
> Actually nothing stops working per se - JMeter looks working, the app
> still working outside of that pane. But instead of a list of items in that
> pane it says "loading" forever - so I can't do whatever I need to do with
> it.
> I can do whatever is needed if instructed how to do it.
> Thanks,Alex
>
> On Thursday, July 27, 2017, 4:04:03 PM EDT, Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
>
> Hello Alexander,
> Is the website you're trying to record available online ?
>
> Can you try making 3 thread dumps with 3s interval when you think it stops
> working ?
>
> Thanks
>
> On Thursday, July 27, 2017, Alexander Podelko 
> wrote:
>
> > Hi,
> > JMeter 3.2 doesn't record a large request (returning about 12M). To be
> > more exact, the product stops working when recording that large request.
> > The request gets recorded fine for a smaller amount of data, so it looks
> > like the issue directly related to the size of data returned. Don't see
> any
> > errors anywhere - the list just not get rendered.
> >
> > I am using built in JMeter Recording Controller (Recording Template).
> > Response time for that transaction about 2 seconds. Here are a few
> things I
> > tried (as suggested in other places) - unfortunately none helped:
> >
> > jmeter.bat
> >
> > rem See the unix startup file for the rationale of the following
> > parameters,
> > rem including some tuning recommendations
> > set HEAP=-Xms1280m -Xmx1280m
> >
> > jmeter.properties
> >
> > # Max size of buffer in bytes used when reading responses
> > # Defaults to 64k
> > # changed to 512k
> > httpsampler.max_buffer_size=524288
> >
> > # Maximum size of HTML page that can be displayed; default=10 mbytes
> > # Set to 0 to disable the size check and display the whole response
> > view.results.tree.max_size=0
> >
> > # Maximum size of Document that can be parsed by Tika engine; defaut=10 *
> > 1024 * 1024 (10MB)
> > # Set to 0 to disable the size check
> > document.max_size=0
> >
> > user.properties
> >
> > added:
> > view.results.tree.max_size=0
> >
> >
> > Any idea/suggestion?
> > Thanks,Alex
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: JMeter doesn't record a large request

2017-07-27 Thread UBIK LOAD PACK Support
Hello Alexander,
Can you add to your browser (Firefox is the easier to configure) the cert
file for JMeter Authorithy , it's located in jmeter/bin folder.

And try again ?
I just want to be sure it's not some https request failing due to that as
for now I don't have enough details ?
See :
http://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder
Installing the JMeter CA certificate for HTTPS recording


Regards

On Thu, Jul 27, 2017 at 10:18 PM, Alexander Podelko <
apode...@yahoo.com.invalid> wrote:

> Hi Philippe,
> No, it is an internal app not available outside.
> Actually nothing stops working per se - JMeter looks working, the app
> still working outside of that pane. But instead of a list of items in that
> pane it says "loading" forever - so I can't do whatever I need to do with
> it.
> I can do whatever is needed if instructed how to do it.
> Thanks,Alex
>
> On Thursday, July 27, 2017, 4:04:03 PM EDT, Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
>
> Hello Alexander,
> Is the website you're trying to record available online ?
>
> Can you try making 3 thread dumps with 3s interval when you think it stops
> working ?
>
> Thanks
>
> On Thursday, July 27, 2017, Alexander Podelko 
> wrote:
>
> > Hi,
> > JMeter 3.2 doesn't record a large request (returning about 12M). To be
> > more exact, the product stops working when recording that large request.
> > The request gets recorded fine for a smaller amount of data, so it looks
> > like the issue directly related to the size of data returned. Don't see
> any
> > errors anywhere - the list just not get rendered.
> >
> > I am using built in JMeter Recording Controller (Recording Template).
> > Response time for that transaction about 2 seconds. Here are a few
> things I
> > tried (as suggested in other places) - unfortunately none helped:
> >
> > jmeter.bat
> >
> > rem See the unix startup file for the rationale of the following
> > parameters,
> > rem including some tuning recommendations
> > set HEAP=-Xms1280m -Xmx1280m
> >
> > jmeter.properties
> >
> > # Max size of buffer in bytes used when reading responses
> > # Defaults to 64k
> > # changed to 512k
> > httpsampler.max_buffer_size=524288
> >
> > # Maximum size of HTML page that can be displayed; default=10 mbytes
> > # Set to 0 to disable the size check and display the whole response
> > view.results.tree.max_size=0
> >
> > # Maximum size of Document that can be parsed by Tika engine; defaut=10 *
> > 1024 * 1024 (10MB)
> > # Set to 0 to disable the size check
> > document.max_size=0
> >
> > user.properties
> >
> > added:
> > view.results.tree.max_size=0
> >
> >
> > Any idea/suggestion?
> > Thanks,Alex
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: JMeter doesn't record a large request

2017-07-27 Thread UBIK LOAD PACK Support
2 options:
Using jdk , find the pid of jmeter and run 3 times:
jdk_home\bin\jstack -l  >> td.log

Otherwise from within JMeter, run 3 times:
Menu Help > Create a Thread Dump

In both case send jmeter.log and td.log in first case.
Regards


On Thu, Jul 27, 2017 at 10:18 PM, Alexander Podelko <
apode...@yahoo.com.invalid> wrote:

> Hi Philippe,
> No, it is an internal app not available outside.
> Actually nothing stops working per se - JMeter looks working, the app
> still working outside of that pane. But instead of a list of items in that
> pane it says "loading" forever - so I can't do whatever I need to do with
> it.
> I can do whatever is needed if instructed how to do it.
> Thanks,Alex
>
> On Thursday, July 27, 2017, 4:04:03 PM EDT, Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
>
> Hello Alexander,
> Is the website you're trying to record available online ?
>
> Can you try making 3 thread dumps with 3s interval when you think it stops
> working ?
>
> Thanks
>
> On Thursday, July 27, 2017, Alexander Podelko 
> wrote:
>
> > Hi,
> > JMeter 3.2 doesn't record a large request (returning about 12M). To be
> > more exact, the product stops working when recording that large request.
> > The request gets recorded fine for a smaller amount of data, so it looks
> > like the issue directly related to the size of data returned. Don't see
> any
> > errors anywhere - the list just not get rendered.
> >
> > I am using built in JMeter Recording Controller (Recording Template).
> > Response time for that transaction about 2 seconds. Here are a few
> things I
> > tried (as suggested in other places) - unfortunately none helped:
> >
> > jmeter.bat
> >
> > rem See the unix startup file for the rationale of the following
> > parameters,
> > rem including some tuning recommendations
> > set HEAP=-Xms1280m -Xmx1280m
> >
> > jmeter.properties
> >
> > # Max size of buffer in bytes used when reading responses
> > # Defaults to 64k
> > # changed to 512k
> > httpsampler.max_buffer_size=524288
> >
> > # Maximum size of HTML page that can be displayed; default=10 mbytes
> > # Set to 0 to disable the size check and display the whole response
> > view.results.tree.max_size=0
> >
> > # Maximum size of Document that can be parsed by Tika engine; defaut=10 *
> > 1024 * 1024 (10MB)
> > # Set to 0 to disable the size check
> > document.max_size=0
> >
> > user.properties
> >
> > added:
> > view.results.tree.max_size=0
> >
> >
> > Any idea/suggestion?
> > Thanks,Alex
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Blazemeter Chrome extension in isolated environment

2017-05-25 Thread UBIK LOAD PACK Support
Hello,
Blazemeter is a 3rd party solution that have its own support and no
relation with Apache JMeter.
Please ask there.

thanks
Regards

On Tue, May 23, 2017 at 7:47 PM, Lily Nguyen 
wrote:

> Team,
> I am trying to use Blazemeter Chrome extension in an enclaved
> environment.  I can record it, but when it comes to export to .jmx, I have
> issues.   My understanding is you have to login to Blazemeter to activate
> the export to jmx button.  But here in this isolated environment, I cannot
> login to Blazemeter.
>
> Anyone using Blazemeter please share with me how to get around this?
>
> Thanks!
> --Lily,
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Error in Jmeter out file for Jmeter 3.1

2017-05-25 Thread UBIK LOAD PACK Support
Hello,
Sorry for late reply but I was very busy this week.
I had a chance to look at your files, unfortunately there nothing useful in
them.

Could you check if it works fine with 3.2 ? We fixed some bugs in Backend
Listener and Graphite.
If issue persists, then please make 3 thread dumps when issue happens and
send them.

Regards
Philippe


On Wed, May 24, 2017 at 4:08 PM, Jayesh Guru  wrote:

> I have set the jmeter log level to DEBUG and observed that even if the test
> is stopped Metrics are being written to Graphite and which is causing the
> threads to infinitely run.
>
> 2017/05/24 13:32:34 INFO  - jmeter.JMeter: Interrupting RMI Reaper
> 2017/05/24 13:32:35 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:36 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:37 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:38 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:39 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:40 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:41 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:42 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:43 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:44 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:45 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:46 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:47 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:48 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:49 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:50 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
>
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 *
> *Email : jayeshgur...@gmail.com *
>
> On Wed, May 24, 2017 at 8:22 AM, Jayesh Guru 
> wrote:
>
> > Hi Phillippe,
> >
> > Any update on this?
> >
> >
> > *Thanks *
> > *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> > *Email : jayeshgur...@gmail.com *
> >
> > On Tue, May 23, 2017 at 9:06 AM, Jayesh Guru 
> > wrote:
> >
> >> Hi Phillippe,
> >>
> >> If you get a chance today could you please check my Redis Data Set in
> JMX
> >> file.
> >> Something in Jmeter is not allowing to stop the test it seems but i am
> >> not sure.
> >>
> >>
> >> *Thanks *
> >> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> >> *Email : jayeshgur...@gmail.com *
> >>
> >> On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
> >> philippe.moua...@gmail.com> wrote:
> >>
> >>> Hello ,
> >>> I received the files, but I am not sure I'll be able to work tonight on
> >>> this.
> >>> Thanks
> >>>
> >>> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru 
> >>> wrote:
> >>>
> >>> > Hi Phillipe,
> >>> >
> >>> > Please acknowledge if you received the files
> >>> >
> >>> >
> >>> > *Thanks *
> >>> > *Jayesh Guru | (314)609-6046 *
> >>> > *Email : jayeshgur...@gmail.com *
> >>> >
> >>> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
> >>> > philippe.moua...@gmail.com> wrote:
> >>> >
> >>> > > Hello,
> >>> > > Mailing list strips attachments.
> >>> > > Can you provide them in a different way ?
> >>> > >
> >>> > > Thanks
> >>> > >
> >>> > > On Monday, May 22, 2017, Jayesh Guru 
> wrote:
> >>> > >
> >>> > > > Hi Philippe,
> >>> > > >
> >>> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
> >>> > installed
> >>> > > > on our loadgen machines.
> >>> > > > PFA the JMX file I am using.
> >>> > > > Also attaching Jmeter.log and Jmeter.out files.
> >>> > > >
> >>> > > > Note: The test was not able to shut down so I have aborted the
> job
> >>> in
> >>> > > > Jenkins, thats why you may see lot of difference in time for
> last 2
> >>> > lines
> >>> > > > in Jmeter.log
> >>> > > >
> >>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> >>> Shutdown
> >>> > > hook started
> >>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> >>> Shutdown
> >>> > > hook ended
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > > 

Re: JMeter hangs while stopping a test

2017-05-10 Thread UBIK LOAD PACK Support
Hello,
This is due to requests not having timeout set, as they seem to be hanging
JMeter doesn't shutdown , as shutdown waits for end of request.

So you can add a connect/response timeout.
And investigate why those request don't end.

Regards

On Wed, May 10, 2017 at 10:22 AM, Stuart Barlow 
wrote:

> Hi,
>
> Every now and then when stopping a JMeter test from the GUI the pop-up
> dialog that says "Shutting down all test threads. You can see number of
> active threads in the upper right corner of GUI. Please be patient".
> I did was I was told and was patient but 20 minutes have now passed and
> the dialog hasn't gone away and doesn't respond when I click on the X in
> the upper right corner. The GUI shows 6 / 10 threads are still busy.
>
> The test is fairly simple. I just send some HTTP GET and POST requests
> with JSON content. It's not easily reproducible as it only happens now and
> then.
>
> Here's the thread dump if anyone can spot any obvious clues as to what
> went wrong:
>
> 2017-05-10 09:43:30
> Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode):
>
> "Thread 1-10" #221 prio=6 os_prio=0 tid=0x59589000 nid=0x450c
> runnable [0x6266e000]
>java.lang.Thread.State: RUNNABLE
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.socketRead(SocketInputStream.java
> :116)
> at java.net.SocketInputStream.read(SocketInputStream.java:170)
> at java.net.SocketInputStream.read(SocketInputStream.java:141)
> at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffe
> r(AbstractSessionInputBuffer.java:160)
> at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketI
> nputBuffer.java:84)
> at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(
> AbstractSessionInputBuffer.java:273)
> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHea
> d(DefaultHttpResponseParser.java:140)
> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHea
> d(DefaultHttpResponseParser.java:57)
> at org.apache.http.impl.io.AbstractMessageParser.parse(Abstract
> MessageParser.java:261)
> at org.apache.http.impl.AbstractHttpClientConnection.receiveRes
> ponseHeader(AbstractHttpClientConnection.java:283)
> at org.apache.http.impl.conn.DefaultClientConnection.receiveRes
> ponseHeader(DefaultClientConnection.java:259)
> at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiv
> eResponseHeader(ManagedClientConnectionImpl.java:209)
> at org.apache.jmeter.protocol.http.sampler.MeasuringConnectionM
> anager$MeasuredConnection.receiveResponseHeader(MeasuringCon
> nectionManager.java:212)
> at org.apache.http.protocol.HttpRequestExecutor.doReceiveRespon
> se(HttpRequestExecutor.java:272)
> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpReq
> uestExecutor.java:124)
> at org.apache.http.impl.client.DefaultRequestDirector.tryExecut
> e(DefaultRequestDirector.java:686)
> at org.apache.http.impl.client.DefaultRequestDirector.execute(D
> efaultRequestDirector.java:488)
> at org.apache.http.impl.client.AbstractHttpClient.doExecute(Abs
> tractHttpClient.java:884)
> at org.apache.http.impl.client.CloseableHttpClient.execute(Clos
> eableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(Clos
> eableHttpClient.java:55)
> at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeR
> equest(HTTPHC4Impl.java:619)
> at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(
> HTTPHC4Impl.java:379)
> at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sam
> ple(HTTPSamplerProxy.java:74)
> at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.samp
> le(HTTPSamplerBase.java:1146)
> at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.samp
> le(HTTPSamplerBase.java:1135)
> at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(
> JMeterThread.java:465)
> at org.apache.jmeter.threads.JMeterThread.processSampler(JMeter
> Thread.java:410)
> at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java
> :241)
> at java.lang.Thread.run(Thread.java:745)
>
> "Thread 1-9" #220 prio=6 os_prio=0 tid=0x5958a800 nid=0x388c
> runnable [0x61cae000]
>java.lang.Thread.State: RUNNABLE
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.socketRead(SocketInputStream.java
> :116)
> at java.net.SocketInputStream.read(SocketInputStream.java:170)
> at java.net.SocketInputStream.read(SocketInputStream.java:141)
> at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffe
> r(AbstractSessionInputBuffer.java:160)
> at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketI
> nputBuffer.java:84)
> at 

Re: jmeter plugins Installation via plugin manager

2017-04-25 Thread UBIK LOAD PACK Support
Hello,
jmeter plugin manager is a 3rd party plugin provided by JMeter-Plugins.org

Please use this forum to ask:
https://groups.google.com/forum/#!forum/jmeter-plugins

Regards
@ubikloadpack

On Tue, Apr 25, 2017 at 5:36 PM, JAIN Kapil 
wrote:

> A quick question on Jmeter plugins installation via jmeter plugin manager.
>
> Is it possible to install Jmeter plugin's  via jmeter plugin manager on a
> machine which is hosted on a secured location and doesn't have internet
> connection on that machine ?
>
> If yes the how ?
>
> Regards
> KJ
> Sopra Steria is the trading name of the following companies (all
> registered in England & Wales): (i) Sopra Steria Limited (No. 04077975)
> (ii) Sopra Group Ltd (No. 01643041) (iii) Sopra Group Holding Ltd (No.
> 01588948)
>


Re: getting error when loading a results file; how do I get more details?

2017-03-04 Thread UBIK LOAD PACK Support
Hello Stuart,
OOM could be an explanation. Exiting JMeter during a load test also.
Appending to an existing file also after changing configuration of save.

There is a property jmeter.save.saveservice.autoflush=false which controls
flush.
If test does not end correctly, as flush may not have occurred, some rows
may not be partially written.

But otherwise, I frankly don't think there is a synchro issue, but I'm open
to check if you can provide a reproduction scenario.

Regards

On Sat, Mar 4, 2017 at 10:42 PM, Stuart Kenworthy  wrote:

> I have seen this randomly in every version of jmeter. Partial or corrupted
> lines being written to log files is not new. Probably attributed to a
> thread OOM errors or multiple writes occuring at the same time.
>
> On 4 Mar 2017 21:14, Philippe Mouawad  wrote:
> Hello,
> Would it be possible to upload your test plan to Bug 60818?
>
> We'd like to understand how this occured.
> It may be a bug , but it may also be due to your test plan.
>
> Regards
>
> On Thu, Mar 2, 2017 at 5:02 PM, Scott Dean  wrote:
>
> > Found the problem.  It was a data error in the .csv results file.  One of
> > the lines did not have a value for Group Name and this caused the import
> to
> > fail when there was no value to add to the append to the label value.  No
> > clue why there was no thread group name for the record or how to
> reproduce
> > the bad result data.
> >
> > -- Scott Dean
> >North Carolina State University
> >
> > On Wed, Mar 1, 2017 at 11:58 AM, Scott Dean  wrote:
> >
> > > I have run my tests in non-gui mode and generated a results file.  I am
> > > now trying to pull the results into a summary report listener and
> > getting a
> > > error message in Result File Loader: "Error loading result file -- see
> > log
> > > file".  When I look in the jmeter.log file, all I see is "WARN -
> > > jmeter.reporters.ResultCollector: Problem reading JTL:  > > file>".  I am assuming that this is the log file I am supposed to look
> > in.
> > > In addition, I get the error when "Include group name in label?" is
> > checked
> > > but I do not  when that setting is not checked.
> > >
> > >  Is there anything I can do to get more info about the error, like a
> > > setting that will give more verbose log output?  I am running jmeter
> > with a
> > > heap size of 2048m and the result file is 81.6 MB.
> > >
> > > Thanks
> > >
> > > -- Scott Dean
> > >North Carolina State University
> > >Raleigh NC.
> > >
> >
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>
>
> The information included in this email and any files transmitted with it
> may contain information that is confidential and it must not be used by, or
> its contents or attachments copied or disclosed to, persons other than the
> intended addressee. If you have received this email in error, please notify
> BJSS. In the absence of written agreement to the contrary BJSS' relevant
> standard terms of contract for any work to be undertaken will apply. Please
> carry out virus or such other checks as you consider appropriate in respect
> of this email. BJSS does not accept responsibility for any adverse effect
> upon your system or data in relation to this email or any files transmitted
> with it. BJSS Limited, a company registered in England and Wales (Company
> Number 2777575), VAT Registration Number 613295452, Registered Office
> Address, First Floor, Coronet House, Queen Street, Leeds, LS1 2TW.
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Master/Slave running issue

2017-02-15 Thread UBIK LOAD PACK Support
Hello,
As per:

java.lang.ClassNotFoundException: com.atlantbh.jmeter.plugins.
jsonutils.jsonpathextractor.JSONPathExtractor (no security manager: RMI
class loader disabled)

You're using a 3rd party plugin for JSON Extraction which is probably not
installed on slave.
For information, since 3.0, there is a native JSON Extractor so you don't
need 3rd party plugin for that.
Regards
@ubikloadpack

On Wed, Feb 15, 2017 at 8:58 AM, Anil Gaur  wrote:

>  jmeter.samplers.DataStrippingSampleSender: Using
> DataStrippingSampleSender for this run ERROR - 
> jmeter.engine.ClientJMeterEngine:
> Error in rconfigure() method java.rmi.ServerException: RemoteException
> occurred in server thread; nested exception is:
> java.rmi.UnmarshalException: error unmarshalling arguments; nested
> exception is: java.lang.ClassNotFoundException:
> com.atlantbh.jmeter.plugins.jsonutils.jsonpathextractor.JSONPathExtractor
> (no security manager: RMI class loader disabled)
>
>
>
> Getting following error while running distributed testing on Master/Slave.
>
>
> Please help me so i can continue.
>
> Thanks
> Anil
>
>


Re: High CPU utilization in JMeter 3.x with HttpClient 4 leads to freeze

2017-02-01 Thread UBIK LOAD PACK Support
Hello,
>From thread dump I see you have in GUI mode around  500 threads and you
using a View Resuls Tree and Summary Report ?
Does view results Tree only catch errors or also successes ?

Did you:

   -  try today this exact same plan with this number of threads in JMeter
   2.13 with a View Results Tree configured as with this plan ?
   - was JMeter 2.13 running with same JVM version as this one ?

Thanks

On Wed, Feb 1, 2017 at 12:57 PM, Tuukka Mustonen <tuukka.musto...@gmail.com>
wrote:

> Ok I re-ran the test.
>
> Took Heap Dump just before JMeter froze.
>
> Took Thread Dumps right after JMeter froze.
>
> https://drive.google.com/drive/folders/0B1uBdVuLED5NNFNqallGam13MTA
>
> ...
>
> For the fun of it, I also tried upgrading to the latest HttpClient 4.5.3
> version. No effect.
>
> I also noticed that if I ping (google) during the perf testing, Windows
> ping reports "General failure." when JMeter breaks. After killing it,
> connectivity restores and there are replies from the server again. It seems
> like JMeter/HttpClient kills my whole network connection...
>
> Tuukka
>
>
> On Wed, Feb 1, 2017 at 11:44 AM, Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
>
> > On Wed, Feb 1, 2017 at 9:55 AM, Tuukka Mustonen <
> tuukka.musto...@gmail.com
> > >
> > wrote:
> >
> > > Hi, I'm running solely on Win 10 now. In re-attempts I think I saw
> > slightly
> > > different behavior in my Linux guest. I'll write more about that later,
> > but
> > > for simplicity I'm testing only on Windows host now:
> > >
> > > Thread dumps are downloadable at:
> > > https://drive.google.com/drive/folders/0B1uBdVuLED5NS1RFbEFuSS1iejA
> > >
> > > (Took them with 7-8s interval I think, hope it's ok).
> > >
> > > I took the thread dumps once JMeter started filling in errors, which is
> > > somewhat after my CPU usage hit 100% (and music playback started to
> > distort
> > > etc.).
> > >
> > > I also created the head dump, note that I took it after running the
> test
> > > and after restarting JMeter, as JMeter froze during the test and I had
> to
> > > kill it. DId you mean I should take it *during* the test?
> >
> >
> > YES.
> >
> >
> > > Anyway, before
> > > sharing it I want to make sure it can't contain anything confidential?
> > > (parts of my test plan, passwords, environment variables, anything...)
> > >
> > > Tuukka
> > >
> > >
> > >
> > > On Wed, Feb 1, 2017 at 10:10 AM, UBIK LOAD PACK Support <
> > > supp...@ubikloadpack.com> wrote:
> > >
> > > > Hello,
> > > > To investigate the problem:
> > > > 1/ to create  thread dumps, install a JDK of same version as the one
> > > > running your JMeter.
> > > >
> > > > Run until you get the problem, then call using same user as the one
> > > running
> > > > JMeter 3 times at 5s interval:
> > > >  /bin/jstack -l  >> output_file.txt
> > > >
> > > > It will also help if you provide the structure of your Test Plan.
> > > >
> > > > 2/ It would also help if you can provide a Heap Dump. With JMeter
> GUI,
> > > use
> > > > menu Help > Create a Heap Dump
> > > > This will create a Heap Dump (rather big file) , it would help a lot
> if
> > > you
> > > > can make it available.
> > > >
> > > > Regards
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Wed, Feb 1, 2017 at 9:03 AM, Tuukka Mustonen <
> > > tuukka.musto...@gmail.com
> > > > >
> > > > wrote:
> > > >
> > > > > @Philippe:
> > > > >
> > > > > Yeah, I am normally running in non-GUI mode, but to
> > > > > study/inspect/understand this problem I am running in GUI mode.
> > JMeter
> > > > 2.13
> > > > > works just fine in GUI mode for these tests so JMeter 3.x should
> too.
> > > > >
> > > > > I'll give the nightly build a try.
> > > > >
> > > > > Tuukka
> > > > >
> > > > >
> > > > > On Wed, Feb 1, 2017 at 9:59 AM, Philippe Mouawad <
> > > > > philippe.moua...@gmail.com
> > > > > > wrote:
> > > > >
> > > > > > On Wednesday, Februar

Re: High CPU utilization in JMeter 3.x with HttpClient 4 leads to freeze

2017-02-01 Thread UBIK LOAD PACK Support
Hello,
To investigate the problem:
1/ to create  thread dumps, install a JDK of same version as the one
running your JMeter.

Run until you get the problem, then call using same user as the one running
JMeter 3 times at 5s interval:
 /bin/jstack -l  >> output_file.txt

It will also help if you provide the structure of your Test Plan.

2/ It would also help if you can provide a Heap Dump. With JMeter GUI, use
menu Help > Create a Heap Dump
This will create a Heap Dump (rather big file) , it would help a lot if you
can make it available.

Regards







On Wed, Feb 1, 2017 at 9:03 AM, Tuukka Mustonen 
wrote:

> @Philippe:
>
> Yeah, I am normally running in non-GUI mode, but to
> study/inspect/understand this problem I am running in GUI mode. JMeter 2.13
> works just fine in GUI mode for these tests so JMeter 3.x should too.
>
> I'll give the nightly build a try.
>
> Tuukka
>
>
> On Wed, Feb 1, 2017 at 9:59 AM, Philippe Mouawad <
> philippe.moua...@gmail.com
> > wrote:
>
> > On Wednesday, February 1, 2017, Tuukka Mustonen <
> tuukka.musto...@gmail.com
> > >
> > wrote:
> >
> > > @Philippe:
> > >
> > > 1. Yeah, I compared them with the same plan, same machine. Should be
> > > everything equal.
> > > 2. I tried both the defaults in jmeter.bat (-Xms512m -Xmx512m) and as
> > > slightly increased (-Xms512m -Xmx1024m). I didn't tweak them much
> > because I
> > > don't believe the issue lies there.
> > > 3. No, I do just simple HTTP GETs (against RESTy API).
> > > 4. I am not familiar with that but I can try. If you have instructions
> to
> > > point to, please do.
> >
> >
> >
> >
> > > 5. I am running with GUI.
> >
> >
> > This is a known anti-pattern .
> > switch to non gui mode if you want correct results.
> > http://jmeter.apache.org/usermanual/best-practices.html
> >
> > http://www.ubik-ingenierie.com/blog/jmeter_performance_tuning_tips/
> >
> >
> > > About file sending:
> > >
> > > 6. Nope. I'm just doing simple GETs.
> >
> >  Could you give nightly build a try ?
> > http://jmeter.apache.org/nightly.html
> >
> >
> > > Tuukka
> > >
> > >
> > > On Wed, Feb 1, 2017 at 9:43 AM, Philippe Mouawad <
> > > philippe.moua...@gmail.com 
> > > > wrote:
> > >
> > > > Also are you sending files in post body ?
> > > >
> > > > Thank you
> > > >
> > > > On Wednesday, February 1, 2017, Philippe Mouawad <
> > > > philippe.moua...@gmail.com >
> > > > wrote:
> > > >
> > > > > Hello,
> > > > > Few questions, please try to answer them all:
> > > > >
> > > > > 1/ Did you compare 2.13 and 3.1 with same plan/sape machine...
> > > everything
> > > > > equal ?
> > > > > 2/ What are your Xmx settings
> > > > > 3/ does your plan download embedded resources ?
> > > > > 4/ when issue happens can you make 3 thread dumps at 5 seconds
> > interval
> > > > > and send file ? (use jstack)
> > > > > 5/ are you running gui or non gui ?
> > > > >
> > > > > Thanks
> > > > > Regards
> > > > >
> > > > > On Wednesday, February 1, 2017, Tuukka Mustonen <
> > > > tuukka.musto...@gmail.com 
> > > > >  > ');>>
> > > wrote:
> > > > >
> > > > >> Hi,
> > > > >>
> > > > >> After upgrading to JMeter 3.0 or 3.1 I experience high CPU usage
> > that
> > > > >> renders JMeter unusable. CPU usage ramps quickly up and after
> having
> > > > >> ~100-200 concurrent users or so (in ~30 seconds), it hits 100% on
> my
> > > > >> i7-4600. Shortly after, whole JMeter freezes and I have to kill
> it.
> > > > >>
> > > > >> On 2.13 everything goes smoothly (with default settings). CPU
> usage
> > > > stays
> > > > >> at ~30% even with 500 users.
> > > > >>
> > > > >> The experience is similar on both Windows 10 and Linux (Ubuntu
> 14.04
> > > LTS
> > > > >> guest in Virtualbox).
> > > > >>
> > > > >> The problems I saw in JMeter 3:
> > > > >>
> > > > >> - java.net.SocketException: Permission denied: connect
> > > > >> - After a while it runs out of heap space
> > > > >>
> > > > >> For "Permission denied: connect" I tried to set
> > > > >> java.net.preferIPv4Stack=true
> > > > >> (in a few places to make sure it would really be in use) and tried
> > to
> > > > run
> > > > >> JMeter as administrator (in Win). No effect.
> > > > >>
> > > > >> I also tried increasing heap size, but that didn't help either.
> And
> > I
> > > > >> think
> > > > >> memory size is not the root cause here - rather the result.
> > > > >>
> > > > >> I am normally connected to VPN but I also tried disabling it. No
> > > effect.
> > > > >>
> > > > >> I tried disabling with and without IPv6 enabled in Windows network
> > > > >> connection settings. No effect.
> > > > >>
> > > > >> I am running a few extra JMeter plugins. Tried cutting my test
> > > scenario
> > > > to
> > > > >> minimum. No effect.
> > > > >>
> > > > >> I am running anti-virus software that I cannot disable, due to
> this
> > > > being
> > > > >> forced by IT department. However, it's not a problem with 

Re: Integration of APDEX with PerfMon Reports( and other plugins )

2017-01-24 Thread UBIK LOAD PACK Support
Hello,
There is currently no way to do what you want.
But if you're willing to contribute or sponsor this feature, it could be
added.

Regards
@ubikloadpack

On Mon, Jan 23, 2017 at 7:05 PM, ayush rastogi 
wrote:

> Hi All,
>
> Hope you all are doing great.
> My company has been using a paid performance testing tool and I cannot tell
> how happy I am to be able to to prototype the same use cases with results
> over past couple of months.
>
> The way JMeter does it's reporting via the APDEX reports is really great.
> I wanted to check weather there is an existing way to integrate reports (
> graphs and other data ) from other listeners ( e.g. PerfMon ) into the
> APDEX report.
>
> If no, is there a plan to develop some kind of interfaces that can be used
> by other plugins to put their data in, if yes, I will be very willing to
> contribute to this kind of effort.
>
> I would appreciate any kind of input on the topic that can help.
>
> This could be a naive question, If this is, I hope you guys will can pardon
> me as this is my first one.
>
> Thanks for reading.
> Ayush
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: COPY

2017-01-04 Thread UBIK LOAD PACK Support
Since recent versions of JMeter, Webdav copy is available.
So you just have to select in HTTP Request method to COPY.
You may have to ajust headers with a Header Manager .

Regards
@ubikloadpack

On Wed, Jan 4, 2017 at 5:53 PM, Bo Bodnar  wrote:

>
>
> It's been a while since I messed around with jmeter.  It's now time to
> modify an old script.  Succinctly:  I was told by the powers that be we
> need to use a HTTP COPY request in a portion of the script.  I've never
> done this (it was almost always PUT, DELETE, GET); would someone be kind
> enough to e-mail me a link to where I can see an example?
>
> Thanks!
>
> Bo
>
>
>
>
>Bohdan L. Bodnar
>Lead Performance Engineer
>1-312-871-5163
>
>
>
>
>E-mail: bbod...@us.ibm.com   222 South
> Riverside Plaza
>
> Chicago, IL 60606
>
> United States
>
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Using localStorage in JMeter

2016-12-15 Thread UBIK LOAD PACK Support
Hello,
JMeter is not a browser, so it does not interpret Javascript.

It works on protocol level. You javascript here will end up sending a
request to the server, that's where the information will be available.
If you need to provide this to the request then you will use a CSV Data Set
(and a CSV file containing the names) and variables to send it:
- http://jmeter.apache.org/usermanual/functions.html#functions
-
http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config

If you need to extract it from a response, you will use Extractors (CSS/
JQuery extractor, JSON-Path, XPath or regex):
-
http://jmeter.apache.org/usermanual/component_reference.html#postprocessors


Another option if you don't have much load to inject is to use WebDriver
and a plugin for it from jmeter-plugins.org

Regards
@ubikloadpack

On Thu, Dec 15, 2016 at 3:26 PM, Jean-Sebastien Vachon 
wrote:

> Hi All,
>
> I am trying to build a test suite to test the performance of one of our
> system and I need to provide some information to each thread so that the
> following code will work...
>
>   

Re: Measuring performance for Youtube videos or live video streaming through JMeter

2016-11-29 Thread UBIK LOAD PACK Support
Hello,
Find some answers below.

Regards
@ubikloadpack

On Tue, Nov 29, 2016 at 10:54 AM, Ramkumar Selvaraj  wrote:

> Hi All,
>
>
> I am trying to measure performance for some scenarios like live video
> streaming and downloading large size of images from a website.
>
> Will JMeter supports to measure the video streaming, if yes, how to
> implement it in JMeter.
>

This is up to JMeter Core team but I doubt it will be in core as it is a
rather specific requirement but I cannot answer for the team.

We provide a commercial Video Streaming plugin for Apache JMeter that
allows load testing Apple Http Live Streaming and MPEG-DASH video streaming
formats.
You can read more about it here:

   -
   
http://www.ubik-ingenierie.com/blog/ubikloadpack-http-live-streaming-plugin-jmeter-videostreaming-mpegdash/



>
>
> If anybody come across this scenarios kindly help me.
>
>
> Please respond me , as this is the urgent requirement from my company.
>
>
> Thanks
> Ramkumar
>
>
>
> 
> From: Ramkumar Selvaraj
> Sent: Tuesday, 29 November 2016 7:20 a.m.
> To: JMeter Users List
> Subject: Measuring performance for Youtube videos or live video streaming
> through JMeter
>
>
> Hi All,
>
>
> I am trying to measure performance for some scenarios like live video
> streaming and downloading large size of images from a website.
>
> Will JMeter supports to measure the video streaming, if yes, how to
> implement it in JMeter.
>
>
> If anybody come across this scenarios kindly help me.
>
>
> This is the urgent requirement from my company.
>
>
> Thanks
> Ramkumar
>
> 
> From: Sankar Das <007bhabanisan...@gmail.com>
> Sent: Tuesday, 29 November 2016 4:02 a.m.
> To: JMeter Users List
> Subject: Performance testing of Mobile App
>
> Hello Everyone,
>
> Trying to do one POC for a mobile app using JMeter but facing issues while
> replaying.
>
> 1. Successfully recorded the script .
>
> But while replying all the requests are failing with 401 "Unauthorized"
> error.
>
> Could see a lot of parameters are getting passed with "HTTP Header Manager"
> like  "X-WL-S-ClientId" etc.
>
> Do not know where they are getting extracted.
>
> 2. Getting response like this "/*-secure-
> {"challenges":{"wl_antiXSRFRealm":{"WL-Instance-Id":"
> 27btjgb532s8qtrg1lui1vrcb5"},"wl_deviceNoProvisioningRealm":{"token":"
> l6rp0hb9b0hunev9gs1bhtdnqt"}}}*/"
> for each run.
>
> It is not changing.
>
> Can anyone please help on this. How to proceed.
>
> Thanks,
>


Re: What replaces SOAPSampler in Jmeter 3?

2016-07-16 Thread UBIK LOAD PACK Support
Hello,
You should use regular Http Request for load testing Soap or Rest
webservice.
You can use the "templates..." menu item and select soap webservice as
described in the documentation:

- https://jmeter.apache.org/usermanual/build-ws-test-plan.html

Then just add the signature using JSR223 Preprocessor and groovy.

Regards
@ubikloadpack team

On Thursday, July 14, 2016, Olivier Grégoire  wrote:

> Hello!
>
>
> I'd like to build timestamped, signed, message-id'd soap requests with
> Jmeter.
>
> For that, I've used this tutorial (
>
> https://www.blazemeter.com/blog/take-pain-out-load-testing-secure-web-services
> )
> which showcases the usage of SOAPSampler in a beanshell.
>
> Apparently the SOAPSampler class is now deprecated and even further than
> deprecated: doesn't work anymore.
>
> So what can I use to replace SOAPSampler in Jmeter 3?
>
>
> Thank you!
>
> Olivier
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: No Graph Results

2016-05-23 Thread UBIK LOAD PACK Support
Hello,
Did you read this:

- http://jmeter.apache.org/usermanual/generating-dashboard.html

Regards
@ubikloadpack


On Mon, May 23, 2016 at 6:22 PM, joey Toppin 
wrote:

>
> -- Forwarded message --
> From: joey Toppin 
> Date: Mon, May 23, 2016 at 5:31 PM
> Subject: No Graph Results
> To: user@jmeter.apache.org
>
>
> Hi,
>
> I am trying out JMeter.
> I've set up a simple test plan following the 'Building a Web Test Plan'
> page , but
> I don't see any graph results running it.
>
> I've included the test plan, any suggestions?
>
> Thanks.
>
> Joey
>
>
>
> --
> Joey Toppin
>
> *Formsvision bv*
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>


Re: Not able to see Graph generator listener in jmeter

2016-04-14 Thread UBIK LOAD PACK Support
Hello,
No it's not.
It an open source project managed by Andrei Pokhilko.

You most probably did not put the standard, extra
and cmd jars in lib/ext

Regards
@ubikloadpack

On Thursday, April 14, 2016, Harshal Kulkarni 
wrote:

> Hi Sebb -
>
> I got this plugin from http://jmeter-plugins.org/  Extras set. So I think
> it is a Apache Jmeter plugin.
>
> On Wed, Apr 13, 2016 at 7:14 PM, sebb >
> wrote:
>
> > On 13 April 2016 at 09:55, Harshal Kulkarni  >
> > wrote:
> > >
> > > Hi Team -
> > >
> > > Can somebody help me here. I am new to jmeter. I have added jmeter
> > plugin to
> > > generate automatic graphs after the execution of test in jmeter. I did
> > > changes few propertes in user.properties file as suggested over the web
> > and
> > > restarted the jmeter. But still do not see "jp@gc graph generator"
> > listener
> > > in the list to Add.
> > >
> > > What can be the issue?
> >
> > Please ask for help from the people that provided the plugin.
> >
> > It is not an Apache JMeter plugin.
> >
> > > Attached is the snapshot for more help.
> >
> > [The mailing list does not allow attachments - even if were on topic]
> >
> > >
> > > Thanks!
> > >
> > > -- Forwarded message --
> > > From: Harshal Kulkarni >
> > > Date: Wed, Apr 13, 2016 at 2:22 PM
> > > Subject: Not able to see Graph generator listener in jmeter
> > > To: "kulkarni.hars...@gmail.com " <
> kulkarni.hars...@gmail.com >
> > >
> > >
> > >
> > >
> > > Not able to see jp@gc Graph generator listener in Jmeter.
> > >
> > >
> > >
> > >
> > > --
> > > Thanks,
> > > Harshal Kulkarni
> > > M: +91 998-778-4548
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> 
> > > For additional commands, e-mail: user-h...@jmeter.apache.org
> 
> >
> > -
> > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> 
> > For additional commands, e-mail: user-h...@jmeter.apache.org
> 
> >
> >
>
>
> --
> Thanks,
> Harshal Kulkarni
> M: +91 998-778-4548
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Retrieve All Embedded Resources from HTML files not working

2016-04-13 Thread UBIK LOAD PACK Support
Hi,
Most probably your regexp is wrong.

Regards

On Wednesday, April 13, 2016, Prakash Palnati 
wrote:

> Hi,
>
> The checkbox "Retrieve All Embedded Resources from HTML files" not working
> ..it doesn't download any embedded resources.
>
> I have build a complex tesplan  with multiple scenarios in it. Now I want
> to run the performance test with embedded resources included.It is
> diffiuclt now to record each and every flow now to include them.
>
> Thanks in advance.
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: Percentile values in JMeter Summarizer output

2016-03-30 Thread UBIK LOAD PACK Support
Hello,
Our answers below.
Regards


On Wed, Mar 9, 2016 at 1:18 PM, Bhadauria, Tarun Kumar <
tarun.kumar.bhadau...@zalando.de> wrote:

> thanks but I am hesitant to use listener (even back end listener) as I have
> experienced drop in throughput when using these listener.
>

Are you sure about that ?
The BackendListener sends asynchronously the results to Graphite, if you
experience a drop in throughput it can have many causes:

   - Network saturation on the machine
   - Issue on the Graphite side
   - Network issue between controller and graphite server
   - Wrong tuning of BackendListener, OOTB config might not suit your test
   case




> Hence I was looking for percentile value in summarizer output when
> executing the test.
>

It's not currently possible.



>
> Thanks
> Tarun K
>
> On 9 March 2016 at 13:06, Philippe Mouawad 
> wrote:
>
> > Hello,
> >
> >
> >
> http://jmeter.apache.org/usermanual/component_reference.html#Aggregate_Report
> > http://jmeter.apache.org/usermanual/realtime-results.html
> >
> > Regards
> >
> > On Wed, Mar 9, 2016 at 1:03 PM, Bhadauria, Tarun Kumar <
> > tarun.kumar.bhadau...@zalando.de> wrote:
> >
> > > Hello All,
> > >
> > > When running test on non gui mode summarizer output list avg/min and
> max
> > > times.
> > > Is it possible to list percentile (90, 95 and 99) as well?
> > >
> > > Thanks
> > > Tarun K
> > >
> >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>



-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: "light-weight" jmeter version

2016-02-29 Thread UBIK LOAD PACK Support
Hello,
No that's not possible OOTB.

If running distributed jmeter, you will always have to install (unzip) the
bundle on each machine involved, but you can speed up this using some tools
like Ansible, docker ...
If you are loading a public website, then the other option is to use 3rd
party Cloud service that supports JMeter, the offer is very large at very
competitive pricing , and sometimes nearly free, or you can even do it
yourself using:
- https://github.com/oliverlloyd/jmeter-ec2

Regards
@ubikloadpack


On Mon, Feb 29, 2016 at 2:41 PM, Bhadauria, Tarun Kumar <
tarun.kumar.bhadau...@zalando.de> wrote:

> When executing distributed test using JMeter, "full-fledged" jmeter has to
> be installed on each machine generating the load.
>
> Is it possible to have a "light weight" JMeter version which can be used to
> execute test from a machine without needing to have libraries / files which
> are required for additional operation like launching JMeter GUI etc.
>
> This would save memory on test agent and would make JMeter installation on
> the fly quicker.
>
> Thanks
> Tarun K
>


Re: how to wait on a HTTP request while waiting for response content to change

2016-01-29 Thread UBIK LOAD PACK Support
On Fri, Jan 29, 2016 at 11:03 AM, Charles Lin (charlin) 
wrote:

> Hi experts,
>
> I have an HTTP request which is submitted to server, and I need to wait on
> this request for the response content to contain some critical value that I
> need to extract and use in subsequent HTTP requests.
>
> For example, when the HTTP request is submitted, initially I might get
> something like
>
> window.parent.func_prepare('Preparing',' 
>
> But after server completes processing of the request and data has become
> available, then the Response content (to the above same HTTP request) will
> contain something like this:
>
> window.parent.func_prepare('OKOK',' 
>
> So I have a RegEx Extractor trying to extract some string that is part of
> the 'good' response, which is the one with ('OKOK',  Plus critical
> value I want to extract)
>
> But depending on the processing delay on the server backend, this request
> will fail to obtain the desired RegEx extraction, because it cannot find
> any RegEx match in the 'bad' response, which is the one with
> ('Preparing','.. stuff that does not contain the data I need)
>
> I have set up HTTP request as follows:
>
> HTTP Sampler
> ->Constant Timer
> ->RegEx Extractor (for variable1)
> ->Assertion (for existence of 'OKOK' and
> other strings based on RegEx match)
> ->RegEx Extractor (for variable2)
>
> First of all, I don't think the Constant Timer is working, since I can
> tell that execution just move on even if I set a large timer value.
>

No that's not how Timer and Post Processor will work:
http://jmeter.apache.org/usermanual/component_reference.html#timers
http://jmeter.apache.org/usermanual/component_reference.html#postprocessors

>
> But also, instead of simple (dumb) timer, perhaps I should use some more
> advance logic, like if response contains 'Preparing', then wait for
> response to change, until I see 'OKOK' in response, or after some timeout
> is reached.
>



>
> But I am not sure how to construction that logic around this HTTP Sampler.
>
This answer contains what you need:
-
http://stackoverflow.com/questions/12238409/how-to-make-jmeter-wait-for-a-page-answer


>
> Any help is greatly appreciated.
>
> Regards,
> Charles
>
>
>


-- 

Regards
Ubik Load Pack  Team
Follow us on Twitter 


Cordialement
L'équipe Ubik Load Pack 
Suivez-nous sur Twitter 


Re: No longer see standard deviations in console output

2015-11-04 Thread UBIK LOAD PACK Support
Deviation can be obtained in other Listeners but not in Summary Report.
Have a look at :
http://jmeter.apache.org/usermanual/component_reference.html#listeners

See also:
http://jmeter.apache.org/usermanual/realtime-results.html
http://www.ubik-ingenierie.com/blog/automatically-generating-nice-graphs-at-end-of-your-load-test-with-apache-jmeter-and-jmeter-plugins/

You should find what you are looking for.
Regards
@ubikloadpack


On Wed, Nov 4, 2015 at 11:10 PM, Mike Cavedon  wrote:

> Same for the following?
>
> http://jmeter.apache.org/usermanual/glossary.html
>
> "*Standard Deviation* is a measure of the variability of a data set. This
> is a standard statistical measure. See, for example: Standard Deviation
>  entry at Wikipedia.
> JMeter calculates the population standard deviation (e.g. STDEVP function
> in spreadheets), not the sample standard deviation (e.g. STDEV)."
>
>
>
> On Wed, Nov 4, 2015 at 5:07 PM, Philippe Mouawad <
> philippe.moua...@gmail.com
> > wrote:
>
> > They only concern :
> > Aggregate Report and Aggregate Graph
> >
> > Regards
> >
> > On Wed, Nov 4, 2015 at 11:00 PM, Mike Cavedon  wrote:
> >
> > > I commented in the following from jmeter.properties:
> > >
> > >
> > >
> >
> #---
> > > # Aggregate Report and Aggregate Graph - configuration
> > >
> > >
> >
> #---
> > > #
> > > # Percentiles to display in reports
> > > # Can be float value between 0 and 100
> > > # First percentile to display, defaults to 90%
> > > aggregate_rpt_pct1=90
> > > # Second percentile to display, defaults to 95%
> > > aggregate_rpt_pct2=95
> > > # Second percentile to display, defaults to 99%
> > > aggregate_rpt_pct3=99
> > >
> > >
> > > Since they exist I'm expecting the percentiles to be displaced when
> > > executing something like:
> > >
> > > jmeter/apache-jmeter-2.13/bin/jmeter -n -t jmx/test.jmx
> > >
> > >
> > > On Wed, Nov 4, 2015 at 4:50 PM, Philippe Mouawad <
> > > philippe.moua...@gmail.com
> > > > wrote:
> > >
> > > > Hello,
> > > > I hope you found 2.13 better than 2.3 :-)
> > > >
> > > > Regarding your issue, are you sure you were in 2.3 ? are you sure you
> > > were
> > > > not using a 3rd party plugin ?
> > > > Looking at code (
> > > >
> > > >
> > >
> >
> https://github.com/apache/jmeter/blob/v2_3/src/core/org/apache/jmeter/reporters/Summariser.java
> > > > )
> > > > I see nowhere SD
> > > >
> > > > Maybe sebb can answer.
> > > >
> > > > You can see the history of changes here:
> > > > http://jmeter.apache.org/changes.html
> > > > http://jmeter.apache.org/changes_history.html
> > > >
> > > > Regards
> > > > @philmdot
> > > >
> > > > On Wed, Nov 4, 2015 at 10:04 PM, Mike Cavedon 
> > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I had been working with JMeter 2.3 and recently switched to 2.13.
> > With
> > > > > JMeter 2.3 I was able to get SD output as part of running a jmeter
> > > > console
> > > > > test:
> > > > >
> > > > > summary +  4518 in   4.2s = 1068.6/s Avg: 1 SD:  2.00
> 2xSD(~95%):
> > > > 3.00
> > > > > 3xSD(~99%):  3.74 Min: 1 Max:73 Err: 0 (0.00%)
> > > > >
> > > > > I can't seem to get the SD output now with 2.13:
> > > > >
> > > > > summary +  10746 in   5.2s = 2052.7/s Avg:10 Min: 3 Max:
> > 4007
> > > > Err:
> > > > > 0 (0.00%) Active: 25 Started: 25 Finished: 0
> > > > >
> > > > > I am using StatisticalSampleResult. At first I was getting 0's for
> > Avg,
> > > > Min
> > > > > and Max until I realized the StatisticalSampleResult constructor I
> > was
> > > > > calling has been deprecated. Now I'm at least getting values for
> Avg,
> > > Min
> > > > > and Max.
> > > > >
> > > > > Should I still be able to see SD values as part of the JMeter
> console
> > > > > output with version 2.13?
> > > > >
> > > > > Thanks.
> > > > >
> > > > > Mike
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Cordialement.
> > > > Philippe Mouawad.
> > > >
> > >
> >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>


Re: JMeter SMTP Sampler with (SSL/TLS) and TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384

2015-07-14 Thread UBIK LOAD PACK Support
Hi,
Did you follow install instructions:

- Download the _bin and _lib files
Unpack the archives into the same directory structure
The other archives are not needed to run JMeter.

http://jmeter.apache.org/nightly.html

On Tuesday, July 14, 2015, George bamboocha...@yahoo.de wrote:

 HI,
 i will try it.I got the lates nightly build but it seems is broken?
 Try to start jmeter it gives me some ClassNotFoundExceptions.I have lates
 java 1.8.45 installed (which has by the way some 0day :P :()




  Felix Schumacher felix.schumac...@internetallee.de javascript:;
 schrieb am 17:45 Mittwoch, 17.Juni 2015:




 Am 9. Juni 2015 11:41:42 MESZ, schrieb George bamboocha...@yahoo.de
 javascript:;:
 HI,
 ok i will get the nightly build and try it out.

 Have you tried the nightly and did it help you?

 Regards,
 Felix

 BrGeorge
 
 
 
 Felix Schumacher felix.schumac...@internetallee.de javascript:;
 schrieb am 19:31
 Montag, 8.Juni 2015:
 
 
  Am 08.06.2015 um 15:12 schrieb George:
  Hello Felix,
 
 
   Felix Schumacher felix.schumac...@internetallee.de javascript:;
 schrieb am
 14:58 Sonntag, 7.Juni 2015:
 
 
   Am 06.06.2015 um 17:54 schrieb Felix Schumacher:
  Hi George,
 
  Am 03.06.2015 um 12:11 schrieb George:
  Hello,
  yes my server can do tls 1.2 perfectly and also with the above
  (strong) cipher.I did some more tests where i modify step by step
 my
  server configuration until it works and here are my results.
  Test 1:My server allows ONLY tls 1.2 and ONLY the cipher
  ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
  Test 2:My server allows ONLY tls 1.2 and ANY cipher
  Test 3:My server allows tls 1.2 and tls 1.1 and ANY cipher
  Test 4:My server allows tls 1.2 and tls 1.1 and tls 1.0 and ANY
 cipher
 
  My jmeter.properties is set to do tls1.2 only - but the SSL
  configuration is only for the http protocol and not for
 smtp(s).Thus
  i think this does not care.I have java jre 1.8 latest plus the
 oracle
  security Unlimited Strength Java Cryptography Extension Policy
  Files pakage.
  My jmeter test plan is very easy.
  One thread one smtp sampler and one view results in tree.The SMTP
  Sampler target my mail server on port 465 and the checkbox use
  ssl is enabled and the hook Trust all certificates is enabled
  too.There is one Subject: hello and Email body: hello. Simple
  Results:Test 1: Fail - no ssl handshakeTest 2: Fail - no ssl
  handshakeTest 3: Fail - no ssl handshakeTest 4: Success: Perfectly
  SSL Handshake. SSL Connection established using TLSv1
  ECDHE-ECDSA-AES256-SHA (no client certificate checkup - means no
  mutual ssl)
  OK thus it works.I can sent an email with jmeter SMTP sampler using
  (direct) ssl on port 465 - but it only works if i activate tls1.0.
  I do not found any jmeter configuration about smtps.
 
  I did some further tests wirh thunderbird 31.4 (on a linux).Here
 the
  results.Test 1: Fails - no ssl connectionTest 2, 3 and 4: Success.
  Looking on the thunderbird settings its strange but the cipher i
 want
  to use is not available. Thus i can do tls1.2 but not with my
  strong cipher.
  Br.George
  I have added a few println's in TrustAllSSLSocketFactory and found,
  that I have to change the line where the sslcontext is created first
  by calling SSLContext.getInstance(TLS).
 
  When you change that occurence of TLS to TLSv1.2 you should get a
  TLSv1.2 connection with a string cipher suite.
 
  This default setting should probably be configurable as the used
  cipher suites.
  After a bit more research, the behaviour seems to be different
 between
  java 7 and java 8. In my tests java 8 was able to do a TLSv1.2
 connect
  with getInstance(TLS), while java 7 was not.
  Can you double check, that you are using java 8?
  yes i'm using java 8. java -version gives me: java version
 1.8.0_20.
  It's not the newest java 8 but it is java 8 for sure.
  I'm not sure what you mean about SSLContext.getInstance(TLS) and
 where to change it to TLSv1.2 ?
 You could have changed it inside the source code of the class. But
 don't
 bother with it anymore.
  I did some debugging test and have activated the jmeter properites to
 DEBUG (log level) and i also put the debug on in the
 system.properties for ssl (all).When i configure my server to accept
 TLSv1.0, TLSv1.1 and TLSv1.2 then jmeter ssl works and i see the
 following:
  trigger seeding of SecureRandomdone seeding
 SecureRandom***ClientHello, TLSv1***ServerHello, TLSv1%% Initialized:
 [Session-1, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]**
 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA*** Certificate chain*** ECDH
 ServerKeyExchange*** ServerHelloDone***ECDHClientKeyExchange.
  Now i change my server to only allow TLSv1.2 and then i see this:
  *** ClientHello, TLSv1
  and then broken pipe and SEND TLSv1.2 ALERT: fatal, description =
 handshare_failure
  The same error if i turn on TLSv1.1.
 
  Well i do not know how to tun on TLSv1.2 for SMTP in Jmeter?
  There are some configuration properties for http(s) and this works
 perfectly with 

Re: Is it possible to remotely check a JMeter slave machine?

2015-06-18 Thread UBIK LOAD PACK Support
Hi,
Maybe you could implement a  SampleListener+TestStateListener that could be
a Webservice server or plain TCP socket server.
Thus , this one would be callable by webservice client or socket client
from any location.

Regards
@ubikloadpack

On Thu, Jun 18, 2015 at 2:53 PM, Benjamin BALET benjamin.ba...@gmail.com
wrote:

 Thank you for the information. If I use the Beanshell server, I will limit
 the inbound IPs with the OS' firewall.

 Into the documentation, I saw that you can access the JMeter process so as
 to alter a global property. Is there any other property or object that can
 give any additionnal information ? Most of the Beanshell JMeter
 documentation is related to thread specific objects (ctx, vars, etc.)...

 Otherwise, I'll follow your advice and parse the log files.

 2015-06-18 14:21 GMT+02:00 sebb seb...@gmail.com:

  On 18 June 2015 at 10:07, Benjamin BALET benjamin.ba...@gmail.com
 wrote:
   Hi,
  
   We are setting up a load testing platform and developping some tools in
  go.
  
   We'd like to remotely check a JMeter load generator and (if possible)
 get
   some statistics or infos from a JMeter daemon. This will be from a
  utility
   developed in go (the language isn't the concern here) so outside from
   JMeter GUI. The idea is to display the status of the slaves machine
  (daemon
   up or down, latest errors, etc.).
  
   At first, I thought to try to open a network connection to the JMeter
   process, but I don't know if it would interfere with a load test in
   progress or if there is an API that would expose more information
  (errors,
   load genrator currently in use, etc.).
 
  You cannot piggypback on the JMeter client-server connection which uses
  RMI.
 
   I've asked this question on SO and a user gave me this link :
  
 http://jmeter.apache.org/usermanual/best-practices.html#beanshell_server
  
   Does it mean that the JMeter daemon is a BS server ? If so, can you
 give
  me
   some examples that will help me to reach my goal?
 
  You can start a beanshell server as per the referenced documentation.
  However that has absolutely no security, so is not advisable.
 
  JMeter does not offer an API for obtaining information about its state.
  However you can of course use OS facilities for checking the content
  of log files and whether the process is still running, etc.
 
  There is also JMX (Jconsole) but JMeter does not currently register any
  MBeans.
 
   Thank you for any help or pointers.
 
  -
  To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
  For additional commands, e-mail: user-h...@jmeter.apache.org
 
 



Re: What's the logic of jmeter warm up before send the first request

2015-05-21 Thread UBIK LOAD PACK Support
Hi,
In HTTP4 version used by JMeter, there is an initialization of SSLContext
that takes some time, it happens even if only http is used (it is due to
eager init of SSLContext which was lazily iniitliazed in HttpClient 3.1).
Maybe you can create an enhancement request at httpclient project for this.

Even with this fix , maybe there should be a warmup  request in JMeter to
init all Http related objects. Feel free to create an enhancement request
in JMeter.

Meanwhile switching to HttpClient 3.1 impl may be an option.
Of course this should be a minor issue as in a usual load test you have
thousands of requests and having the first one being abnormaly long is
not a big issue.
But it is better to improve this.

Regards
@ubikloadpack



On Wed, May 20, 2015 at 11:46 AM, Zhang, Roy roy.zhan...@sap.com wrote:

  Hi All,



 I found when I start Jmeter, after click start request button, it will
 take about 5 seconds to send the first request. It will take tiny time to
 send the successive requests. Or after some time (e.g, 5 mins) after I send
 the last request, it will also take about 5 seconds to send the next
 request. I think jmeter use this “5 seconds” for warm up before send the
 request, but I don’t know the details. Could you please tell me the
 details/reasons or correct me if my assumption is wrong? Please feel free
 to let me know if you need additional info. Thanks in advance!



 The following is the jmeter test result and wireshark result screenshot,
 from the jmeter output, it send the request at 02:28:22, but from the
 wireshark, it begin to establish TCP/IP connection at 02:28:27 (about 5
 seconds later).

 Note: 10.6.115.217 is the windows server IP  installed with jmeter,
 10.6.115.66 is application server IP, the protocol is https.





 Thanks,

 Roy



Re: How to debug Inter-Thread Communication

2015-05-09 Thread UBIK LOAD PACK Support
Hi,
You could setup an Eclipse workspace with jmeter and jmeter-plugins.


See:
- https://github.com/apache/jmeter/blob/trunk/eclipse.readme

Regards
@ubikloadpack

On Friday, May 1, 2015, Bob b.mel...@gmail.com wrote:

 Hi,

 How I can debug Inter-Thread Communication
 http://jmeter-plugins.org/wiki/InterThreadCommunication/ ? Seems it's not
 possible to catch pipes with Debug Sampler. Thanks in advance!

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Jenkins + Maven for the use of Jmeter

2015-05-09 Thread UBIK LOAD PACK Support
See:

https://blog.codecentric.de/en/2014/01/automating-jmeter-tests-maven-jenkins/

On Wednesday, May 6, 2015, Erez Naim e...@theneura.com wrote:

 Hello all,



 I am new to Maven and Jenkins… What I am trying to do is to integrate
 Jenkins will manage my Jmeter runs and I will do it using Maven, what I
 need is how to configure it to make it work together with Jmeter under
 Jenkins, I already installed Jenkins and it is working , as well I've added
 Maven plug-in and performance plug-in but I don’t know how to combine it
 all in order to make it work, any help from you jmeter gurus and experience
 with it will be blessed…





 BR,



 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5







-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: SSL/TLS sampler

2015-05-03 Thread UBIK LOAD PACK Support
Hi,
See answer:

- http://stackoverflow.com/questions/29959460/load-test-raw-ssl-tls

Regards

On Sun, May 3, 2015 at 11:10 AM, Pavel Gorbunov cynepn...@gmail.com wrote:

 Hello!
 I write a server program and i need to benchmark it. Protocol is raw
 SSL/TLS and in near future GOST TLS(Russian TLS) will be added. I try
 jmeter but it seems no ssl sampler available(only bundled with http). Give
 me please some advise, what is the best approach in my situation? What is
 the simplest way to implement such samplers in jmeter? Or maybe there is
 another load test util with easier tls benchmarking?

 Best regards, Pavel Gorbunov
 +7-913-201-51-91
 skype:cynepnaxa




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Pretty graphs

2015-04-23 Thread UBIK LOAD PACK Support
Hi,
You can try this:
http://www.ubik-ingenierie.com/blog/automatically-generating-nice-graphs-at-end-of-your-load-test-with-apache-jmeter-and-jmeter-plugins/

Regards
@ubikloadpack
On Thursday, April 23, 2015, Bob Nance bob.na...@novationsys.com wrote:

  I want to be able to show a response/time graph to an o-level or e-level
 client. They need pretty pictures. Which listener is going to give me the
 easiest-to-graph data (I can move the data to a graphing program)?

  Thanks for any insight.

  -Bob

  PS I don't know if attachments will make it through the mailserv, but I
 want to see something like the attached



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Version 2.13 remote server shutdown

2015-04-16 Thread UBIK LOAD PACK Support
Hi,
If you confirm that it works in 2.12, then you should open a bug:

   - http://jmeter.apache.org/issues.html

It could be related to:

   - https://bz.apache.org/bugzilla/show_bug.cgi?id=57500


Regards

@ubikloadpack

On Thu, Apr 16, 2015 at 1:25 PM, Bruno Michaud bruno.mich...@cn.ca wrote:

 Hello all,
 I am testing the latest version 2.13 r1665067 and it seems that the
 command-line option -X -remoteexit doesn't work anymore. (Documentation
 section 2.4.5 and 2.4.8)
 The test does execute on the remote server correctly, but the server
 doesn't shutdown at the end like it used to in previous releases.
 Using the GUI to shutdown remote servers still works OK, but the
 command-line option doesn't.
 Has anybody else encountered this ?
 Is this the right forum to report bugs ?

 Thanks,
 Bruno




Re: Version 2.13 remote server shutdown

2015-04-16 Thread UBIK LOAD PACK Support
Hi,
You opened:

   -  https://bz.apache.org/bugzilla/show_bug.cgi?id=57821

It is fixed, if you can give feedback using nightly build tomorrow it would
be nice:

   - http://jmeter.apache.org/nightly.html


Thanks for report.

Regards

Philippe M.

@philmdot

On Thu, Apr 16, 2015 at 2:49 PM, UBIK LOAD PACK Support 
supp...@ubikloadpack.com wrote:

 Hi,
 If you confirm that it works in 2.12, then you should open a bug:

- http://jmeter.apache.org/issues.html

 It could be related to:

- https://bz.apache.org/bugzilla/show_bug.cgi?id=57500


 Regards

 @ubikloadpack

 On Thu, Apr 16, 2015 at 1:25 PM, Bruno Michaud bruno.mich...@cn.ca
 wrote:

 Hello all,
 I am testing the latest version 2.13 r1665067 and it seems that the
 command-line option -X -remoteexit doesn't work anymore. (Documentation
 section 2.4.5 and 2.4.8)
 The test does execute on the remote server correctly, but the server
 doesn't shutdown at the end like it used to in previous releases.
 Using the GUI to shutdown remote servers still works OK, but the
 command-line option doesn't.
 Has anybody else encountered this ?
 Is this the right forum to report bugs ?

 Thanks,
 Bruno






-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: title

2015-04-15 Thread UBIK LOAD PACK Support
Hi,
Once only controller will run the code once per Thread so I don't think
it's the good option.
AS per doc:

   - The Once Only Logic Controller tells JMeter to process the
   controller(s) inside it only once per Thread, and pass over any requests
   under it during further iterations through the test plan.

Regards
@ubikloadpack

On Wed, Apr 15, 2015 at 2:13 PM, waseemfa fazal.was...@gmail.com wrote:

 In your thread group, just use a Controller - Once Only Controller and
 have
 your beanshell sampler inside it which prints Starting of the first thread
 group.  This will solve your purpose.

 -Waseem



 --
 View this message in context:
 http://jmeter.512774.n5.nabble.com/title-tp5722247p5722249.html
 Sent from the JMeter - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




Re: title

2015-04-15 Thread UBIK LOAD PACK Support
Hi,
Use a setup thread group and and a JSR223+Groovy sampler with your current
code

Regards

On Wed, Apr 15, 2015 at 2:04 PM, Erez Naim e...@theneura.com wrote:

 Hi all,



 I wonder how can I display only one message on my jmeter script, for
 example, Starting of the first thread group, I did it with beanshell
 assertion sampler but it keeps displaying the same message for every
 sampler, how can I make it display only one time as a title of my script
 (messages to console, using System.out.println or log.info).



 Any help on this topic is welcomed !



 Thanks!



 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5








-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: title

2015-04-15 Thread UBIK LOAD PACK Support
Yes, but it's useless processing for nothing :-) + complexity and
maintanability issues.

Regards

On Wed, Apr 15, 2015 at 3:07 PM, ZK stevesenio...@gmail.com wrote:

 Hi,
 a 'Once Only Controller' with an 'If Controller would work

 Test Plan
 +Thread Group
 ++Once Only Controller
 +++If Controller  Condition=${__threadNum} == 1





 ZK



 --
 View this message in context:
 http://jmeter.512774.n5.nabble.com/title-tp5722247p5722251.html
 Sent from the JMeter - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


File Down load Slow In Jmeter than Browser

2015-04-15 Thread UBIK LOAD PACK Support
Hi,
Can you show you jmeter.log ?
And show the result of executing tasklist command on windows when your
jmeter is running ?
Thanks

On Wed, Apr 15, 2015 at 11:37 AM, Jitesh Thakur thakurh...@gmail.com
wrote:

 Hi,

 I already tried both GUI and Non GUI results were same.
 I ran it with 1 thread and 1 Iteration
 Xmx Value 3GB --- set HEAP=-Xms1024m -Xmx3072m
 Machine is Windows Server 2012 - Intel Xeon E5-2670 v2 @ 2.50GHz - It's a
 powerful machine

 Machine doesn't matter as I am comparing like for like. Machine and
 everything stay same except downloading via Browser (IE and Firefox)
 compared to Jmeter.

 Hi Seb,

 I tried these properties to explicitly specify higher bandwidth in case
 some other property in Jmeter might be limiting bandwidth. I have tried
 with and without but the results are same.

 Thanks
 Jitesh

 On 14 April 2015 at 22:09, UBIK LOAD PACK Support 
 supp...@ubikloadpack.com wrote:

 Hi,
 Can you provide more details on your test:
 - Are you using gui or non gui ?
 - How many threads ?
 - Xmx value ?
 - Machine configuration ?



 Thanks


 On Tue, Apr 14, 2015 at 11:05 PM, Jitesh Thakur thakurh...@gmail.com
 wrote:

  Hi All,
 
  I am trying to test file download using Jmeter. The file size is 100 MB
 and
  the download itself work fine but when I download this file using
 browser
  it takes approx 2-3 seconds at an average of approx 45 MB / Sec. When I
 run
  file download using Jmeter it takes about 38 seconds at the rate of
 approx
  3MB/Sec. Also Jmeter takes almost twice the processing power and 12
 times
  the duration ( 3 sec compare to 38 sec) which makes it even more
 difficult
  to test it with higher concurrency.
 
  I would appreciate your help to let me know of any setting or something
 I
  am missing here. I have already tried the following setting
  in jmeter.properties files to simulate max bandwidth explicitly and I
 have
  already tried this in 2 versions of Jmeter 2.9 and 2.12 and results are
  same.
 
  httpclient.socket.http.cps=128
  httpclient.socket.https.cps=128
 



 --

 Regards
 Ubik Load Pack http://ubikloadpack.com Team
 Follow us on Twitter http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com
 Suivez-nous sur Twitter http://twitter.com/ubikloadpack





-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: File Download Slow In Jmeter than Browser

2015-04-14 Thread UBIK LOAD PACK Support
Hi,
Can you provide more details on your test:
- Are you using gui or non gui ?
- How many threads ?
- Xmx value ?
- Machine configuration ?



Thanks


On Tue, Apr 14, 2015 at 11:05 PM, Jitesh Thakur thakurh...@gmail.com
wrote:

 Hi All,

 I am trying to test file download using Jmeter. The file size is 100 MB and
 the download itself work fine but when I download this file using browser
 it takes approx 2-3 seconds at an average of approx 45 MB / Sec. When I run
 file download using Jmeter it takes about 38 seconds at the rate of approx
 3MB/Sec. Also Jmeter takes almost twice the processing power and 12 times
 the duration ( 3 sec compare to 38 sec) which makes it even more difficult
 to test it with higher concurrency.

 I would appreciate your help to let me know of any setting or something I
 am missing here. I have already tried the following setting
 in jmeter.properties files to simulate max bandwidth explicitly and I have
 already tried this in 2 versions of Jmeter 2.9 and 2.12 and results are
 same.

 httpclient.socket.http.cps=128
 httpclient.socket.https.cps=128




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: does grafana 2.0 works with jmeter?

2015-04-13 Thread UBIK LOAD PACK Support
Hi,
This question is a bit out of topic.

JMeter Graphite Listener writes to a Graphite Listener (InfluxDB or
Graphite or any backend having a Graphite Listener).
So JMeter never knows about Grafana which is a Javascript library.

Then Grafana  queries for example InfluxDB.
So the question would be:

   - Is Grafana 2.0 compatible with InfluxDB 

Regards

@ubikloadpack

On Mon, Apr 13, 2015 at 12:18 PM, Erez Naim e...@theneura.com wrote:





 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5







Re: Backend listener

2015-04-07 Thread UBIK LOAD PACK Support
Hi,
Can you show what values you put in attribute ?
And by the way show vales of all attributes.
Thanks

On Tue, Apr 7, 2015 at 7:37 PM, Bharath bharathv...@gmail.com wrote:

 Hi,

 Im using backend listener to send metrics report to graphite. We jave jmx
 project for two different GET pages. The agregate listener shows seperate
 metrics details for each page, but only total metrics sent to graphite, we
 want to see individual metrics of each page in graphite.

 If i give samplerlist attribute as empty or values there is no difference
 at graphite reporting.

 Can someone explain the use of this attribute.




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Backend listener

2015-04-07 Thread UBIK LOAD PACK Support
Hi,
Question was for Bharathviji.

it was Backend Listener graphite configuration.
But you can copy all your configuration it will help debugging, but please
do so in another thread.
Thanks


Regards


On Tue, Apr 7, 2015 at 9:52 PM, Erez Naim e...@theneura.com wrote:

 What configuration u need me to supply?

 -Original Message-
 From: UBIK LOAD PACK Support [mailto:supp...@ubikloadpack.com]
 Sent: Tuesday, April 07, 2015 10:45 PM
 To: JMeter Users List
 Subject: Re: Backend listener

 Hi,
 Can you  copy/paste AS-IS your exact configuration ?
 Because it works for me without any problem

 Also can you try replacing rootMetricsPrefix by jmeter.  to see if it's
 working ?
 Thanks



 On Tue, Apr 7, 2015 at 9:27 PM, Bharath bharathv...@gmail.com wrote:

  Thanks for your response.
 
  I manually typed attributes here.
 
  I tried by changing summary only field as false, but in graphite under
  jmeter 》》performance, I can see only all and test folders, there is no
  subdirectories with the name of samplerslist. Any guess why its not
  creating samplerslist.
 
  Thanks
  On Apr 7, 2015 3:16 PM, UBIK LOAD PACK Support
  supp...@ubikloadpack.com
  wrote:
 
  Attributes are case sensitive so none of these are used except if you
  made a mistake copying to mail:
  Summaryonlu - true
  Samplerlist - Home;login
  Percentiles- 90;95;99
  Rootmetricsprefix- jmeter.performance.
 
 
  Right configuration should be:
  summaryOnly:false (if true then samplersList will not be used)
  samplersList:Home;login
  percentiles:90;95;99
  rootMetricsPrefix:jmeter.performance.
 
  Regards
  @ubikloadpack
 
  On Tue, Apr 7, 2015 at 9:08 PM, Bharath bharathv...@gmail.com wrote:
 
   Here is my attributes
  
   Summaryonlu - true
   Samplerlist - Home;login
   Percentiles- 90;95;99
   Rootmetricsprefix- jmeter.performance.
   On Apr 7, 2015 2:11 PM, UBIK LOAD PACK Support 
  supp...@ubikloadpack.com
   wrote:
  
   Hi,
   Can you show what values you put in attribute ?
   And by the way show vales of all attributes.
   Thanks
  
   On Tue, Apr 7, 2015 at 7:37 PM, Bharath bharathv...@gmail.com
 wrote:
  
Hi,
   
Im using backend listener to send metrics report to graphite. We
jave
   jmx
project for two different GET pages. The agregate listener shows
   seperate
metrics details for each page, but only total metrics sent to
  graphite,
   we
want to see individual metrics of each page in graphite.
   
If i give samplerlist attribute as empty or values there is no
   difference
at graphite reporting.
   
Can someone explain the use of this attribute.
   
  
  
  
   --
  
   Regards
   Ubik Load Pack http://ubikloadpack.com Team Follow us on Twitter
   http://twitter.com/ubikloadpack
  
  
   Cordialement
   L'équipe Ubik Load Pack http://ubikloadpack.com Suivez-nous sur
   Twitter http://twitter.com/ubikloadpack
  
  
 
 
  --
 
  Regards
  Ubik Load Pack http://ubikloadpack.com Team Follow us on Twitter
  http://twitter.com/ubikloadpack
 
 
  Cordialement
  L'équipe Ubik Load Pack http://ubikloadpack.com Suivez-nous sur
  Twitter http://twitter.com/ubikloadpack
 
 


 --

 Regards
 Ubik Load Pack http://ubikloadpack.com Team Follow us on Twitter 
 http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com Suivez-nous sur Twitter
 http://twitter.com/ubikloadpack




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Backend listener

2015-04-07 Thread UBIK LOAD PACK Support
Hi,
Can you  copy/paste AS-IS your exact configuration ?
Because it works for me without any problem

Also can you try replacing rootMetricsPrefix by jmeter.  to see if it's
working ?
Thanks



On Tue, Apr 7, 2015 at 9:27 PM, Bharath bharathv...@gmail.com wrote:

 Thanks for your response.

 I manually typed attributes here.

 I tried by changing summary only field as false, but in graphite under
 jmeter 》》performance, I can see only all and test folders, there is no
 subdirectories with the name of samplerslist. Any guess why its not
 creating samplerslist.

 Thanks
 On Apr 7, 2015 3:16 PM, UBIK LOAD PACK Support supp...@ubikloadpack.com
 wrote:

 Attributes are case sensitive so none of these are used except if you made
 a mistake copying to mail:
 Summaryonlu - true
 Samplerlist - Home;login
 Percentiles- 90;95;99
 Rootmetricsprefix- jmeter.performance.


 Right configuration should be:
 summaryOnly:false (if true then samplersList will not be used)
 samplersList:Home;login
 percentiles:90;95;99
 rootMetricsPrefix:jmeter.performance.

 Regards
 @ubikloadpack

 On Tue, Apr 7, 2015 at 9:08 PM, Bharath bharathv...@gmail.com wrote:

  Here is my attributes
 
  Summaryonlu - true
  Samplerlist - Home;login
  Percentiles- 90;95;99
  Rootmetricsprefix- jmeter.performance.
  On Apr 7, 2015 2:11 PM, UBIK LOAD PACK Support 
 supp...@ubikloadpack.com
  wrote:
 
  Hi,
  Can you show what values you put in attribute ?
  And by the way show vales of all attributes.
  Thanks
 
  On Tue, Apr 7, 2015 at 7:37 PM, Bharath bharathv...@gmail.com wrote:
 
   Hi,
  
   Im using backend listener to send metrics report to graphite. We jave
  jmx
   project for two different GET pages. The agregate listener shows
  seperate
   metrics details for each page, but only total metrics sent to
 graphite,
  we
   want to see individual metrics of each page in graphite.
  
   If i give samplerlist attribute as empty or values there is no
  difference
   at graphite reporting.
  
   Can someone explain the use of this attribute.
  
 
 
 
  --
 
  Regards
  Ubik Load Pack http://ubikloadpack.com Team
  Follow us on Twitter http://twitter.com/ubikloadpack
 
 
  Cordialement
  L'équipe Ubik Load Pack http://ubikloadpack.com
  Suivez-nous sur Twitter http://twitter.com/ubikloadpack
 
 


 --

 Regards
 Ubik Load Pack http://ubikloadpack.com Team
 Follow us on Twitter http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com
 Suivez-nous sur Twitter http://twitter.com/ubikloadpack




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Backend listener

2015-04-07 Thread UBIK LOAD PACK Support
Attributes are case sensitive so none of these are used except if you made
a mistake copying to mail:
Summaryonlu - true
Samplerlist - Home;login
Percentiles- 90;95;99
Rootmetricsprefix- jmeter.performance.


Right configuration should be:
summaryOnly:false (if true then samplersList will not be used)
samplersList:Home;login
percentiles:90;95;99
rootMetricsPrefix:jmeter.performance.

Regards
@ubikloadpack

On Tue, Apr 7, 2015 at 9:08 PM, Bharath bharathv...@gmail.com wrote:

 Here is my attributes

 Summaryonlu - true
 Samplerlist - Home;login
 Percentiles- 90;95;99
 Rootmetricsprefix- jmeter.performance.
 On Apr 7, 2015 2:11 PM, UBIK LOAD PACK Support supp...@ubikloadpack.com
 wrote:

 Hi,
 Can you show what values you put in attribute ?
 And by the way show vales of all attributes.
 Thanks

 On Tue, Apr 7, 2015 at 7:37 PM, Bharath bharathv...@gmail.com wrote:

  Hi,
 
  Im using backend listener to send metrics report to graphite. We jave
 jmx
  project for two different GET pages. The agregate listener shows
 seperate
  metrics details for each page, but only total metrics sent to graphite,
 we
  want to see individual metrics of each page in graphite.
 
  If i give samplerlist attribute as empty or values there is no
 difference
  at graphite reporting.
 
  Can someone explain the use of this attribute.
 



 --

 Regards
 Ubik Load Pack http://ubikloadpack.com Team
 Follow us on Twitter http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com
 Suivez-nous sur Twitter http://twitter.com/ubikloadpack




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Grafana

2015-04-07 Thread UBIK LOAD PACK Support
Hi,
As requested can you show all your config ?

Thanks

On Tue, Apr 7, 2015 at 10:06 PM, Erez Naim e...@theneura.com wrote:

 Hi,



 As requested by UBIK I am talking about making graphite display me all the
 metrics for my test as for now I can see the dashboard but nothing is
 inside my tables there...



 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5








-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Backend listener

2015-04-07 Thread UBIK LOAD PACK Support
Hi,
Just so that response is helpful to all, can you show your working final
configuration ?

Thanks

On Tue, Apr 7, 2015 at 10:42 PM, Bharath bharathv...@gmail.com wrote:

 Hi UBIK,

 Thanks  a lot for your valuable responses.

 Now I can send samplers list to Graphite. The issue was sampler name
 mismatch.

 Thanks
 On Apr 7, 2015 4:01 PM, UBIK LOAD PACK Support supp...@ubikloadpack.com
 wrote:

 Hi,
 Question was for Bharathviji.

 it was Backend Listener graphite configuration.
 But you can copy all your configuration it will help debugging, but please
 do so in another thread.
 Thanks


 Regards


 On Tue, Apr 7, 2015 at 9:52 PM, Erez Naim e...@theneura.com wrote:

  What configuration u need me to supply?
 
  -Original Message-
  From: UBIK LOAD PACK Support [mailto:supp...@ubikloadpack.com]
  Sent: Tuesday, April 07, 2015 10:45 PM
  To: JMeter Users List
  Subject: Re: Backend listener
 
  Hi,
  Can you  copy/paste AS-IS your exact configuration ?
  Because it works for me without any problem
 
  Also can you try replacing rootMetricsPrefix by jmeter.  to see if it's
  working ?
  Thanks
 
 
 
  On Tue, Apr 7, 2015 at 9:27 PM, Bharath bharathv...@gmail.com wrote:
 
   Thanks for your response.
  
   I manually typed attributes here.
  
   I tried by changing summary only field as false, but in graphite under
   jmeter 》》performance, I can see only all and test folders, there is no
   subdirectories with the name of samplerslist. Any guess why its not
   creating samplerslist.
  
   Thanks
   On Apr 7, 2015 3:16 PM, UBIK LOAD PACK Support
   supp...@ubikloadpack.com
   wrote:
  
   Attributes are case sensitive so none of these are used except if you
   made a mistake copying to mail:
   Summaryonlu - true
   Samplerlist - Home;login
   Percentiles- 90;95;99
   Rootmetricsprefix- jmeter.performance.
  
  
   Right configuration should be:
   summaryOnly:false (if true then samplersList will not be used)
   samplersList:Home;login
   percentiles:90;95;99
   rootMetricsPrefix:jmeter.performance.
  
   Regards
   @ubikloadpack
  
   On Tue, Apr 7, 2015 at 9:08 PM, Bharath bharathv...@gmail.com
 wrote:
  
Here is my attributes
   
Summaryonlu - true
Samplerlist - Home;login
Percentiles- 90;95;99
Rootmetricsprefix- jmeter.performance.
On Apr 7, 2015 2:11 PM, UBIK LOAD PACK Support 
   supp...@ubikloadpack.com
wrote:
   
Hi,
Can you show what values you put in attribute ?
And by the way show vales of all attributes.
Thanks
   
On Tue, Apr 7, 2015 at 7:37 PM, Bharath bharathv...@gmail.com
  wrote:
   
 Hi,

 Im using backend listener to send metrics report to graphite. We
 jave
jmx
 project for two different GET pages. The agregate listener shows
seperate
 metrics details for each page, but only total metrics sent to
   graphite,
we
 want to see individual metrics of each page in graphite.

 If i give samplerlist attribute as empty or values there is no
difference
 at graphite reporting.

 Can someone explain the use of this attribute.

   
   
   
--
   
Regards
Ubik Load Pack http://ubikloadpack.com Team Follow us on
 Twitter
http://twitter.com/ubikloadpack
   
   
Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com Suivez-nous sur
Twitter http://twitter.com/ubikloadpack
   
   
  
  
   --
  
   Regards
   Ubik Load Pack http://ubikloadpack.com Team Follow us on Twitter
   http://twitter.com/ubikloadpack
  
  
   Cordialement
   L'équipe Ubik Load Pack http://ubikloadpack.com Suivez-nous sur
   Twitter http://twitter.com/ubikloadpack
  
  
 
 
  --
 
  Regards
  Ubik Load Pack http://ubikloadpack.com Team Follow us on Twitter 
  http://twitter.com/ubikloadpack
 
 
  Cordialement
  L'équipe Ubik Load Pack http://ubikloadpack.com Suivez-nous sur
 Twitter
  http://twitter.com/ubikloadpack
 
 


 --

 Regards
 Ubik Load Pack http://ubikloadpack.com Team
 Follow us on Twitter http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com
 Suivez-nous sur Twitter http://twitter.com/ubikloadpack




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Debugging a timeout problem

2015-03-31 Thread UBIK LOAD PACK Support
Hi,
What is ecprod.cn.ca:443 ? is it your proxy or target server ?

1/ Double check that you didn't make a mistake when launching jmeter on
Windows
2/ Double check there is no Firewall on Windows machine that blocks IP

To debug this, add to user.properties:
log_level.org.apache.http=DEBUG
log_level.org.apache.http.wire=DEBUG

Regards
@ubikloadpack


On Tue, Mar 31, 2015 at 8:37 PM, Bruno Michaud bruno.mich...@cn.ca wrote:

 Hello all,
 I am having a peculiar problem and I don't know how to approach it.
 This is the scenario:  I run a very simple script that does a single GET
 page on an internal server. My command to invoke JMeter includes the -H
 proxyname -P portnumber -N *.ourdomainname,  so I think I should be
 bypassing the proxy.

 If I run this on a Linux box, it works just fine: I get the page I
 expected with a return code 200.

 If I run it on my Windows workstation I get the following error in the
 Sampler result:
 Response code: Non HTTP response code:
 org.apache.http.conn.ConnectTimeoutException
 Response message: Non HTTP response message: Connect to ecprod.cn.ca:443
 timed out
 And I get this in the Response data:
 org.apache.http.conn.ConnectTimeoutException: Connect to
 ecprod.cn.ca:443 timed out
 at
 org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:416)
 at
 org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
 at
 org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
 at
 org.apache.jmeter.protocol.http.sampler.MeasuringConnectionManager$MeasuredConnection.open(MeasuringConnectionManager.java:107)
 at
 org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
 at
 org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
 at
 org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeRequest(HTTPHC4Impl.java:517)
 at
 org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:331)
 at
 org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74)
 at
 org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1146)
 at
 org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1135)
 at
 org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:434)
 at
 org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:261)
 at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: connect timed out
 at java.net.DualStackPlainSocketImpl.waitForConnect(Native
 Method)
 at java.net.DualStackPlainSocketImpl.socketConnect(Unknown
 Source)
 at java.net.AbstractPlainSocketImpl.doConnect(Unknown
 Source)
 at
 java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
 at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
 at java.net.PlainSocketImpl.connect(Unknown Source)
 at java.net.SocksSocketImpl.connect(Unknown Source)
 at java.net.Socket.connect(Unknown Source)
 at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
 at
 org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:414)
 ... 15 more

 My JMeter is the same version on both Linux and Windows (2.12), with the
 same Java version and build (1.7.0_21-b11). The jmeter.properties and
 system.properties are also identical.
 Of course Windows and Linux are two very different animals, but everything
 else being the same, I don't know how to approach this problem.
 I tried turning on the DEBUG options but that generates so much data
 that it is very hard to decipher what's good and what's not.
 Could anyone suggest how I can go about debugging this ? Maybe only
 specific log_level.jmeter.??=DEBUG but I don't know which ones to pick.
 Any other suggestions ?


 Thanks  Regards,
 Bruno Michaud




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: JSON

2015-03-26 Thread UBIK LOAD PACK Support
Hi,
For performance Javascript is not a good language.
Also JSR223 should be prefered over BSF.

The best combination is JSR223 + GROOVY + Cache Key if you want to do
custom development.

Regards
@ubikloadpack

On Thu, Mar 26, 2015 at 4:20 PM, Flavio Cysne flaviocy...@gmail.com wrote:

 Erez Naim, why not use BSF Post-processor and JavaScript as language? You
 could parse/manipulate JSon using javascript.




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: influxdb + grafana

2015-03-18 Thread UBIK LOAD PACK Support
Hi,
Can you show your configuration for each step ?
Is influxdb started and listening on 2003 port ?
What is your JMeter listener configuration ?


Please note no screenshot can be attached to this mail.
Regards
@ubikloadpack

On Wed, Mar 18, 2015 at 11:47 AM, Erez Naim e...@theneura.com wrote:

 Hey all,



 I wonder if anybody of u guys already used influxdb in order to use
 listener Backend Listener on Jmeter , please let me know if you succeeded
 doing this and getting the graphs and all other stuff, I have installed
 influxdb and configured the file on the remote host according to those
 instructions: http://jmeter.apache.org/usermanual/realtime-results.html
 (e.g. 16.2 for influxdb).



 I am trying to connect to the admin console host_ip:2003 but with no
 success so far (I have opened port 2003 and telnet it to verify connection
 under this port).



 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5








-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Grafana

2015-03-18 Thread UBIK LOAD PACK Support
Hi,
AFAIK, default port is 8083 not 8086.
8086 is for API.


Regards
@ubikloadpack

On Wed, Mar 18, 2015 at 3:08 PM, Erez Naim e...@theneura.com wrote:

 Hi,



 I am using grafana for jmeter I have configured grafana and I am using
 influxDB as a database I am trying to connect to the dashboard of grafana
 in order to display the graphs and I cannot do that from some reason:



 This is what I tried:



 http://host_ip:8086/db/jmeter



 Response: Method Not Allowed



 Can anybody help on this issue?



 Thanks!





 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5








-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Grafana

2015-03-18 Thread UBIK LOAD PACK Support
Documentation is correct , you are misunderstanding it.
It never said that to connect to InfluxDB you needed to use :
http://localhost:8086/db/jmeter

This is used by Grafana to connect (by API) to InfluxDB.


To connect yourself to InfliuxDB you need to use
http://localhost:8083

Regards

On Wed, Mar 18, 2015 at 3:19 PM, Erez Naim e...@theneura.com wrote:

 I used this guide:



 http://jmeter.apache.org/usermanual/realtime-results.html


 please notice section: 16.2.3 Grafana configuration Thanks!





 *From:* UBIK LOAD PACK Support [mailto:supp...@ubikloadpack.com]
 *Sent:* Wednesday, March 18, 2015 4:13 PM
 *To:* JMeter Users List
 *Subject:* Re: Grafana



 Hi,

 AFAIK, default port is 8083 not 8086.

 8086 is for API.



 Regards

 @ubikloadpack



 On Wed, Mar 18, 2015 at 3:08 PM, Erez Naim e...@theneura.com wrote:

 Hi,



 I am using grafana for jmeter I have configured grafana and I am using
 influxDB as a database I am trying to connect to the dashboard of grafana
 in order to display the graphs and I cannot do that from some reason:



 This is what I tried:



 http://host_ip:8086/db/jmeter



 Response: Method Not Allowed



 Can anybody help on this issue?



 Thanks!





 Erez Naim  |  QA Lead  |   [image: LinkedIn]
 http://www.linkedin.com/profile/view?id=34323263  [image: vCard]
 http://www.theneura.com/vCards/gilad.vcf  [image: Twitter]
 http://twitter.com/#!/giladmeiri/

 [image: cid:image004.png@01D01E1B.5F153500]

 EL AL 2 Street | Herzliya
 mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura



 website http://www.theneura.com/  |  blog http://www.startupbitz.com/
  |  twitter https://twitter.com/intent/user?screen_name=theneura  |  map
 http://goo.gl/maps/ZRkg5








 --


 Regards
 Ubik Load Pack http://ubikloadpack.com Team
 Follow us on Twitter http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com
 Suivez-nous sur Twitter http://twitter.com/ubikloadpack




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Loop Controller

2015-03-02 Thread UBIK LOAD PACK Support
Hi,
Sander's solution is a better option and I think it answers the problem.
CSVRead function has a performance impact and should be avoided when
possible.

Regards
@ubikloadpack



On Mon, Mar 2, 2015 at 3:10 PM, Flavio Cysne flaviocy...@gmail.com wrote:

 I think I misundertood your question in my first post. Inside a loop
 Controller you'll have to use CSVRead function using another call of this
 function with 'next' value to read the next line of the file.

 Hope it is the case.




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: I want to find out the percentage of HTTPS requests that take less than a second in JMeter

2015-02-18 Thread UBIK LOAD PACK Support
Hi,
this might help you:
http://www.ubik-ingenierie.com/blog/automatically-generating-nice-graphs-at-end-of-your-load-test-with-apache-jmeter-and-jmeter-plugins/

Regards
@ubikloadpack

On Wed, Feb 18, 2015 at 7:50 PM, Deepak Shetty shet...@gmail.com wrote:

 if you have no other scenario that you are testing in this script then one
 way to do this natively is to use a duration assertion ( 1 sec ). 100 -
 error % is your value (Assuming you have no other errors)


 regards
 deepak

 On Wed, Feb 18, 2015 at 3:58 AM, Brydges, Jamie jbryd...@fdbhealth.com
 wrote:

  Hi,
  I have written a JMeter test plan firing HTTPS requests at a web service.
  I need to know the percentage of calls that take less than a second. Does
  anyone know how to do this?
 
  Thanks,
  Jamie.
 
 
 
  Jamie Brydges
  Software Developer Tester
  First Databank
  Tel: +(0) 1392 440 154
  Email:  jbryd...@fdbhealth.commailto:jbryd...@fdbhealth.com
  Website:  www.fdbhealth.co.ukhttp://www.fdbhealth.co.uk/
 
  Follow us on Twitterhttps://twitter.com/FDB_UK/ and LinkedIn
  http://www.linkedin.com/company/first-databank-fdb-uk
  Read KnowHow: The FDB Bloghttp://www.fdbhealth.co.uk/blog/
 
  First Databank(tm)
  Drug knowledge that makes a difference
 
   --
    This e-mail message is intended only for the personal use of the
   recipient(s) named above. If you are not an intended recipient, you
   may not review, copy or distribute this message. If you have received
   this communication in error, please notify FDB Support
   (helpd...@fdbhealth.com) immediately by e-mail and delete the
   original message.
   --
 




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: JSON Empty or null

2015-01-28 Thread UBIK LOAD PACK Support
Hi,
Javascript has the worst performances.
Regexp can be ok if JSON is not too complex, particularly the thing you
want to extract.

You can read these methods on JSON use in JMeter:
-
http://eclipsesource.com/blogs/2014/06/12/parsing-json-responses-with-jmeter/
-
http://www.ubik-ingenierie.com/blog/easy-scripting-of-json-applications-with-apache-jmeter/

Regards
@ubikloadpack

On Wed, Jan 28, 2015 at 10:07 AM, Erez Naim e...@theneura.com wrote:

 REGEX Extractor is not  much more performance expensive than JSON Path
 Extractor?

 -Original Message-
 From: Jeff Ohrstrom [mailto:johrst...@hotmail.com]
 Sent: Wednesday, January 28, 2015 10:57 AM
 To: JMeter Users List
 Subject: Re: JSON Empty or null

 Perhaps you should use the regular expression extractor instead.  Or
 implement a JSR223 (or similar) post processor.

 On Wed, 2015-01-28 at 10:51 +0200, Erez Naim wrote:
  Hi,
 
 
 
  I am using this in my script:
 
 
 
  Thread Group
 
 
 
 While loop (condition: ${__javaScript(${nikitaShalom}  !=
  ${str})} )
 
HTTP sampler request
 
   JSON Path Extractor ($.events[1].subEvents[0].eventName)
  Default Value: NOT_FOUND
 
 
 
 
 
  I have noticed that I am getting this error:
 
 
 
  ERROR -
  com.atlantbh.jmeter.plugins.jsonutils.jsonpathextractor.JSONPathExtrac
  tor: Extract failed java.lang.IllegalArgumentException: json can not
  be null or empty
 
 
 
  And this one:
 
 
 
  ERROR -
  com.atlantbh.jmeter.plugins.jsonutils.jsonpathextractor.JSONPathExtrac
  tor: Extract failed java.lang.IllegalArgumentException: Invalid
  container object
 
 
 
  I have no problem with the fact that the JSON is empty it could be
  empty and I want to continue my test. Till the data will be available
  for extraction when that's does not happen, for some reason it
  continue to run.
 
  I want it to continue to run until there would be a value to extract
  from the JSON Extractor post processor.
 
 
 
  Any way to bypass it and to let the script continue running ?
 
 
 
 
 
  Erez Naim  |  QA Lead  |   LinkedIn  vCard  Twitter
 
 
  cid:image004.png@01D01E1B.5F153500
 
  EL AL 2 Street | Herzliya
  mobile (+972) 50 9 555 686 | fax (408) 689.1366 | skype erez.neura
 
 
 
 
  website  |  blog  |  twitter  |  map
 
 
 
 
 
 
 
 



 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org



 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: how to pass 200 reqs/2 millisecond in thread group

2015-01-27 Thread UBIK LOAD PACK Support
Hi,
Agree with what Flavio advised except for slaves.
Achieving this throughput is possible with 1 single machine (not even a big
one) provided you follow best-practices.

Regards
@ubikloadpack



On Tuesday, January 27, 2015, Flavio Cysne flaviocy...@gmail.com wrote:

 Throughput is directly dependent of response times. If a request is
 responding in 10ms, you'll need 1000 requests to achieve targeted
 throughput (considering that the response times are 10ms constant). You'll
 need a bunch of JMeter slaves to achieve 100 requests/ms, or equivalent.

 Try the Throughput Shapping Timer, from JMeter-Plugins, and increase the
 number of slaves if VM resources aren't enough to achieve the targeted
 load.

 If you don't have enough resources for this, you could try BlazeMeter.
 Em 27/01/2015 09:20, Mahadev Karpe mahadev.ka...@mphasis.com
 javascript:; escreveu:

   Hi Team,
 
 
 
  I am facing issues with our business scenario for 200 requests/2 ms.
 
 
 
  I have checked with all throughput timer and tried.
 
 
 
  Requests are  staggered over the course of a second.
 
 
 
  Please let me know how to pass 200 requests/2ms in one thread group  in
  Jmeter.
 
 
 
  Thanks  Regards,
 
  *Mahadev Karpe*
 
  *[image: Description: cid:image001.png@01CF2E27.BC33B020]*
 
  #1, Kshema Dhama, Global Village, Mysore Road| Bangalore | 560 059|
  Karnataka | India |
 
   CUG #5773609| Cellphone +91-9902028620|
 
  mahadev.ka...@mphasis.com javascript:; | www.mphasis.com
 
 
 
 
  Information transmitted by this e-mail is proprietary to Mphasis, its
  associated companies and/ or its customers and is intended
  for use only by the individual or entity to which it is addressed, and
 may
  contain information that is privileged, confidential or
  exempt from disclosure under applicable law. If you are not the intended
  recipient or it appears that this mail has been forwarded
  to you without proper authority, you are notified that any use or
  dissemination of this information in any manner is strictly
  prohibited. In such cases, please notify us immediately at
  mailmas...@mphasis.com javascript:; and delete this mail from your
 records.
 



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: about samplers/{pre,post}-processors in Scala

2014-12-23 Thread UBIK LOAD PACK Support
Hi,
Steps:
1/ Add scala libraries and jar that contains scala JSR223 engine to
jmeter/lib and restart jmeter
2/ Add a JSR223 Sampler
3/ In this sampler, select as language scala , if it does not appear check
step 1
4/ Add you scala code in the script part, knowing that jmeter would have
exposed the variables that are shown, see
http://jmeter.apache.org/usermanual/component_reference.html#BSF_Sampler
for code example regarding those variables


Regards
@ubikloadpack

On Tue, Dec 23, 2014 at 10:17 AM, Lorenzo Fundaró lorenzofund...@gmail.com
wrote:

 Ok,

 I will have to investigate a bit about the current state of Scala
 implementation of JSR223 interface. AFAIK it's already implemented since
 Scala 2.11. I will give it a try, although it's still not very clear how I
 would do this with Jmeter, I think I am missing some core concepts here
 with JSR233.
 I will really appreciate it If you can give me some lights of where I
 should focus my research.

 Thank you.


 Lorenzo Fundaró García

 On Mon, Dec 22, 2014 at 5:25 PM, UBIK LOAD PACK Support 
 supp...@ubikloadpack.com wrote:

 Hello,
 This is already possible through JSR223 Family.
 But last time we tried it, as JSR223 Engine didn't seem to support
 Compilation (as Groovy does) performance were just awful making it
 unusable.

 Maybe this has changed , tests are welcome.
 I compilation is still not supported, maybe you could open a feature
 request on the scala project.


 Regards
 @ubikloadpack

 On Mon, Dec 22, 2014 at 5:20 PM, Lorenzo Fundaró 
 lorenzofund...@gmail.com
 wrote:

  Hello guys,
 
  I would like to know if we have a plan to introduce a
  sampler/{pre,post}-processor using Scala Language.
  Would this make sense ? If so, I would be really interested on
 implementing
  it.
 
  Cheers  !
 
  Lorenzo Fundaró García
 




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: about samplers/{pre,post}-processors in Scala

2014-12-22 Thread UBIK LOAD PACK Support
Hello,
This is already possible through JSR223 Family.
But last time we tried it, as JSR223 Engine didn't seem to support
Compilation (as Groovy does) performance were just awful making it unusable.

Maybe this has changed , tests are welcome.
I compilation is still not supported, maybe you could open a feature
request on the scala project.


Regards
@ubikloadpack

On Mon, Dec 22, 2014 at 5:20 PM, Lorenzo Fundaró lorenzofund...@gmail.com
wrote:

 Hello guys,

 I would like to know if we have a plan to introduce a
 sampler/{pre,post}-processor using Scala Language.
 Would this make sense ? If so, I would be really interested on implementing
 it.

 Cheers  !

 Lorenzo Fundaró García



Re: Output byte counting

2014-12-18 Thread UBIK LOAD PACK Support
Hi,
You can use:
String samplerData = res.getSamplerData();
if (samplerData != null) {
sentBytes = samplerData.length();
}

That's what BytesThroughputOverTime graph uses.

Regards
@ubikloadpack

On Wed, Dec 17, 2014 at 9:50 PM, Flavio Cysne flaviocy...@gmail.com wrote:

 You could use a BeanShell Post-Processor to get the Content-Length
 parameter's value from the Request Header and include this value as a new
 attribute in the sample result.

 Or you could have a look at JMeter Plugins' Bytes Throughput over Time
 Listener code to see how they are summarizing these values (Bytes Sent).

 2014-12-17 17:30 GMT-03:00 Sergio Boso ser...@bosoconsulting.it:
 
  Hi,
 
  I just saw that the bytes filed of standard statistics just counts the
  bytes *from* the server *to* jmeter.
  Is there any way to record (or to sum) also the traffic from jmeter to
 the
  server?
 
  In my specific case most of the traffic is done by POSTing documents.
  Any suggestions?
 
  Thank you in advance
 
  Sergio
 
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
  For additional commands, e-mail: user-h...@jmeter.apache.org
 
 



Re: jmeter thread limits

2014-12-15 Thread UBIK LOAD PACK Support
Hi,
The limit really depends on your system and your test plan.
If you follow JMeter Best-practices :

   - http://jmeter.apache.org/usermanual/best-practices.html
   - http://www.ubik-ingenierie.com/blog/jmeter_performance_tuning_tips/

you can easily go to much more threads .

For example we currently load without any problem more than 3500 threads
with 1 JVM on a real life ecommerce website with 8 vCPU + 6 Go Xmx and
there are reports of tests with more than 10K threads on a AWS m1.xlarge
with a 64 bit processor, 4 virtual CPUs and 15 GB RAM.

You can also use distributed testing if you want to go up.

Finally if not enough there are a lot of Cloud offers (free and commercial)
based on JMeter

Regards

@ubikloadpack

On Mon, Dec 15, 2014 at 2:59 PM, Mark Lybarger mlybar...@gmail.com wrote:

 i'm looking to test a system that should handle a load of 100,000 clients
 ... eventually. right now, the clients are in fact time shifted and really
 the system supports 100 or so concurrent clients.  that said, i'm looking
 to do some load / performance testing, so i naturally look to jmeter.

 i've read several articles or blogs suggesting a limit of 300 threads for
 jmeter testing. i'm going to need many many more. perhaps 3,000 would be a
 good starting number. so, finally, my question is this. is the thread limit
 based on system resources?  would using a distributed jmeter allow me to
 get up to 3,000 threads?

 what types of loads have jmeter users typically been able to put on their
 systems?

 my system under test is a back office system, but it provides an http
 interface to the end client.

 thanks!
 -mark-



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: possible issue with While Controller

2014-11-18 Thread UBIK LOAD PACK Support
Hi,
Can you check you are using last version 2.12.

You may be facing a fixed bug 56160

Regards
@ubikloadpack

On Tue, Nov 18, 2014 at 12:23 PM, Lorenzo Fundaró lorenzofund...@gmail.com
wrote:

 Hello,

 I think I discovered what it might possibly be an issue in JMeter 2.11
 r1554548

 So here's the story:

 I have a BeanShell PreProcessor that puts a variable like this:
 vars.put(DONE_UPLOAD,false);
 then,
 I have a While controller that evaluates this variable like this:
 ${__javaScript(${DONE_UPLOAD} == false)}
 then inside the While controller I have an HTTP Request sampler that
 responds to either 200 or 202.
 After the sampler (still inside the WhileController) I have a Beanshell
 PostProcessor that does this:
 if (prev.getResponseCode().equals(200)) {
 vars.put(DONE_UPLOAD,200);
 }
 So the the set of instructions above could be described as Do the HTTP
 request until the response code changes to 200

 This flow does not work as expected, even thought I believe there are no
 syntax errors.
 However, it DOES work whenever I added a Debug Sampler before the While
 Controller.

 Why is this ? it seems like the While controller is not properly evaluating
 the variable on each iteration but the Debug Sampler does it for him.

 Note that the Debug Sampler must also be outside of the  While Controller.
 I could send you guys a little Jmeter test plan with an example proving
 this strange behaviour.

 Thank you.

 Lorenzo Fundaró García




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: How to convert MD5 Hex format to 128 bits binary format?

2014-11-10 Thread UBIK LOAD PACK Support
Hello,
To convert to MD5 as Hex :
${__BeanShell(org.apache.commons.codec.digest.DigestUtils.md5Hex(toto),)}
To convert to MD5 as Byte :
${__BeanShell(org.apache.commons.codec.digest.DigestUtils.md5(toto),)} =
I think this is what you need

org.apache.commons.codec.digest.DigestUtils is already embeded within
JMeter libraries so no need to add any jar.

If it's not the answer, please clarify what you want to do.

Regards
Ubik Load Pack Support
@ubikloadpack



On Mon, Nov 10, 2014 at 2:23 AM, 张为东(为东) weidong@alibaba-inc.com
wrote:

 Hi,

 I used the function ${__MD5()} to get the value of MD5 Hex format,
 eg.d41d8cd98f00b204e9800998ecf8427e.

 And then, I’d like to convert it to 128 bits binary format(Raw data), do
 you know how to convert in Jmeter?

 As I know, Java used the class Java.security.MessageDigest to convert,
 eg.MessageDigest.getInstance(MD5);

 Maybe I missed something here.

 Thanks.
 --Weidong


 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Running load test for N number of users and M number of transactions, using possibly two datasources

2014-10-30 Thread UBIK LOAD PACK Support
Hello,
Note that besides RedisDataSet , there is a new component in JMeter Plugins
project:
http://jmeter-plugins.org/wiki/HttpSimpleTableServer/

Regards
Ubik Load Pack Team

On Thu, Oct 30, 2014 at 7:50 PM, Flavio Cysne flaviocy...@gmail.com wrote:

 I'll just link you to a third party comparison, since I never used Visual
 Studio Load Test tool.


 http://sqa.stackexchange.com/questions/9572/comparison-of-jmeter-vs-visual-studio-load-test

 Since JMeter don't have any built-in test data distribution component is up
 to you to decide what is the best approach for spreading your test data.
 You could use Maven and JMeter Maven Plugin or JMeter Ant Task. The
 goals/tasks with the distribution strategy could be defined in the pom.xml.
 Since you can pass parameters to maven execution, the number of machines
 you'll have to distribute your test data can be configurable.

 Any way, as JMeter is an open-source project and allows plugins to be
 attached to it, you can also write your own test data distribution plugin.

 JMeter-Plugins http://jmeter-plugins.org has also a plugin, Redis Data
 Set
 http://jmeter-plugins.org/wiki/RedisDataSet/, that can help you with
 this.




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Regular expression

2014-10-18 Thread UBIK LOAD PACK Support
Hello,
In this particular case using CSS/JQuery Extractor is your best option.

Regards

On Thu, Oct 16, 2014 at 7:08 PM, Deepak Shetty shet...@gmail.com wrote:

 use negative lookahead- but I havent ever used it
 http://www.regular-expressions.info/lookaround.html so ull have to test it
 out

 easier ways to do this are to
 a. Use XPath (but this is slow )
 b. Extract out all matches , capture both the teamusers element and
 wanted/unwanted line in different groups . Write a post processor that
 iterates through all results and excludes the ones you dont want , set the
 new values into a variable - let me know if u need an example





 On Thu, Oct 16, 2014 at 9:28 AM, Peter Peterse 
 pe...@peterse-uithuizen.com
 wrote:

  Hello list,
 
  I have an output which contains the next lines:
  
  /scriptspan style=display: none
  id=cell_1_teamtype_id123/spanspan style=display: none
  id=cell_1_region_id543/span/tdtd style=color: black;
  id=cell_1_3 class=table-evenROT/tdtd style=color: black;
  id=cell_1_2 class=table-evenunwanted line/tdtd style=color:
  black; id=cell_1_4 class=table-evenlorum ipsum/tdtd
  style=color: black; id=cell_1_5 class=table-even1/tdtd
  style=color: black; class=table-even id=cell_1_6some text/tdtd
  style=color: black; id=cell_1_7 class=table-evena title=Toon
  alle gebruikers in dit team
  href=javascript:goto_teamUsers('t1');Gebruikers/a/td
  /scriptspan style=display: none
  id=cell_2_teamtype_id234/spanspan style=display: none
  id=cell_2_region_id543/span/tdtd style=color: black;
  id=cell_2_3 class=table-oddAcBRW/tdtd style=color: black;
  id=cell_2_2 class=table-oddwanted line/tdtd style=color:
  black; id=cell_2_4 class=table-oddipsum/tdtd style=color:
  black; id=cell_2_5 class=table-odd1/tdtd style=color: black;
  class=table-odd id=cell_2_6some text/tdtd style=color: black;
  id=cell_2_7 class=table-odda title=Toon alle gebruikers in dit
  team href=javascript:goto_teamUsers('t2');Gebruikers/a/td
  /scriptspan style=display: none
  id=cell_3_teamtype_id345/spanspan style=display: none
  id=cell_3_region_id543/span/tdtd style=color: black;
  id=cell_3_3 class=table-evenMK/tdtd style=color: black;
  id=cell_3_2 class=table-evenwanted line/tdtd style=color:
  black; id=cell_3_4 class=table-evenlorum/tdtd style=color:
  black; id=cell_3_5 class=table-even1/tdtd style=color: black;
  class=table-even id=cell_3_6some text/tdtd style=color: black;
  id=cell_3_7 class=table-evena title=Toon alle gebruikers in dit
  team href=javascript:goto_teamUsers('t3');Gebruikers/a/td
  
 
  I want to extract id from teamUsers which will work with:
  teamUsers\('([^']*)'\)
  But I want to exclude the line which contains the text unwanted line
 
  Does someone knows how to solve this puzzle?
 
  Regards,
  Peter
 
  -
  To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
  For additional commands, e-mail: user-h...@jmeter.apache.org
 
 




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: SSL Certificate authentication with HC4

2014-10-01 Thread UBIK LOAD PACK Support
Hi,
There is a very interesting blog which details nearly all steps for this:
- https://flood.io/blog/23-mutual-two-way-ssl-with-jmeter

Also check reference documentation on Keystore Config.

Did you follow this approach ?
Thanks
Regards

On Wed, Oct 1, 2014 at 2:40 PM, Shmuel Krakower shmul...@gmail.com wrote:

 Hi,

 I have an issue with authenticating a web service using JKS and HC4.
 Once I use HC3.1 everything works fine.

 1. Does HC4 support JKS / Keystore Configuration element for
 authentication?
 2. If it should work, how can I verify that the certificate is actually
 being used by the http sampler?
 2.1. From JMeter logs, once I run the test with HC3.1 - I can see the JKS
 related log entry:
 jmeter.util.SSLManager: Total of 1 aliases loaded OK from keystore
 2.2. With HC4 - I don't see such entry in the JMeter logs.
 2.3. I've tried to enable some HC3 and HC4 logs for debugging but in
 neither case I can see authentication related headers, so I couldn't tell.

 I can dive deeper with debugging but wonder first if this should work at
 all or not, in HC4.

 Best,

 Shmuel Krakower.
 www.Beatsoo.org - re-use your jmeter scripts for application performance
 monitoring from worldwide locations for free.




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: SSL Certificate authentication with HC4

2014-10-01 Thread UBIK LOAD PACK Support
Hi,
You should read second part (Using Keystore) and ensure you set correctly:

-Djavax.net.ssl.trustStore=/var/log/flood/files/truststore.jks
-Djavax.net.ssl.keyStore=/var/log/flood/files/keystore.jks
-Djavax.net.ssl.keyStorePassword=password
-Jhttps.use.cached.ssl.context=false

See also:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54977

And read this:
http://jmeter.apache.org/usermanual/component_reference.html#Keystore_Configuration



On Wed, Oct 1, 2014 at 3:05 PM, Shmuel Krakower shmul...@gmail.com wrote:

 Hi UBIK LOAD PACK Support,
 Thanks for the super quick reply.

 I went through this guide, and it is the same as what I did, except of the
 Trust store, which I haven't configured and the fact that I'm using a
 certificate which was not created by openssl, rather it is exported.

 To be more specific, it works fine as long as I use HC 3.1 implementation
 in the HTTP Sampler, but once I switch to HC4 it doesn't work anymore and I
 don't see any log entries such as:
 jmeter.util.SSLManager: JmeterKeyStore Location: XXX.jks type JKS
 jmeter.util.SSLManager: KeyStore created OK
 jmeter.util.SSLManager: Total of 1 aliases loaded OK from keystore


 And by the blog post I get the picture that it should work with HC4, so I
 guess I'll drill down further.
 Thanks,


 Shmuel Krakower.
 www.Beatsoo.org - re-use your jmeter scripts for application performance
 monitoring from worldwide locations for free.

 On Wed, Oct 1, 2014 at 3:49 PM, UBIK LOAD PACK Support 
 supp...@ubikloadpack.com wrote:

 Hi,
 There is a very interesting blog which details nearly all steps for this:
 - https://flood.io/blog/23-mutual-two-way-ssl-with-jmeter

 Also check reference documentation on Keystore Config.

 Did you follow this approach ?
 Thanks
 Regards

 On Wed, Oct 1, 2014 at 2:40 PM, Shmuel Krakower shmul...@gmail.com
 wrote:

  Hi,
 
  I have an issue with authenticating a web service using JKS and HC4.
  Once I use HC3.1 everything works fine.
 
  1. Does HC4 support JKS / Keystore Configuration element for
  authentication?
  2. If it should work, how can I verify that the certificate is actually
  being used by the http sampler?
  2.1. From JMeter logs, once I run the test with HC3.1 - I can see the
 JKS
  related log entry:
  jmeter.util.SSLManager: Total of 1 aliases loaded OK from keystore
  2.2. With HC4 - I don't see such entry in the JMeter logs.
  2.3. I've tried to enable some HC3 and HC4 logs for debugging but in
  neither case I can see authentication related headers, so I couldn't
 tell.
 
  I can dive deeper with debugging but wonder first if this should work at
  all or not, in HC4.
 
  Best,
 
  Shmuel Krakower.
  www.Beatsoo.org - re-use your jmeter scripts for application
 performance
  monitoring from worldwide locations for free.
 



 --

 Regards
 Ubik Load Pack http://ubikloadpack.com Team
 Follow us on Twitter http://twitter.com/ubikloadpack


 Cordialement
 L'équipe Ubik Load Pack http://ubikloadpack.com
 Suivez-nous sur Twitter http://twitter.com/ubikloadpack





-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Unique values pick up from CSV file

2014-09-12 Thread UBIK LOAD PACK Support
Hello,
This might be interesting for the described requirement using Get Mode :
RANDOM*_REMOVE* and a REDIS Server:

- http://jmeter-plugins.org/wiki/RedisDataSet/


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne flaviocy...@gmail.com wrote:

 Added an issue, as enhancement, as suggested.
 https://issues.apache.org/bugzilla/show_bug.cgi?id=56961






Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Opening JMX File from JMeter 2.7 with JMeter 2.11 Release fails

2014-09-10 Thread UBIK LOAD PACK Support
Hello,
You're using Third Party jmeter-plugins.org plugins.
You need to add the required jar in lib/ext so that it works.


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack

On Wed, Sep 10, 2014 at 10:01 AM, CHABE Sylvie sch...@mega.com wrote:

 Hello,

 I am trying to open a jmx file written with Apache JMeter 2.7 in the last
 release Apache JMeter 2.11. I am getting this errors log :
 2014/09/10 09:29:44 INFO  - jmeter.gui.action.Load: Loading file:
 C:\Temp\MEGA\Test_Anywhere_750 _Part3.jmx
 2014/09/10 09:29:44 INFO  - jmeter.services.FileServer: Set new
 base='C:\Temp\MEGA'
 2014/09/10 09:29:44 WARN  - jmeter.config.CSVDataSet: Could not translate
 shareMode=Toutes les unités using Locale:
 2014/09/10 09:29:44 WARN  - jmeter.config.CSVDataSet: Could not translate
 shareMode=Toutes les unités using Locale:
 2014/09/10 09:29:46 ERROR - jmeter.save.SaveService: Conversion error
 com.thoughtworks.xstream.converters.ConversionException:
 kg.apc.jmeter.vizualizers.CorrectedResultCollector :
 kg.apc.jmeter.vizualizers.CorrectedResultCollector
  Debugging information 
 message : kg.apc.jmeter.vizualizers.CorrectedResultCollector
 cause-exception :
 com.thoughtworks.xstream.mapper.CannotResolveClassException
 cause-message   : kg.apc.jmeter.vizualizers.CorrectedResultCollector
 class   : org.apache.jorphan.collections.ListedHashTree
 required-type   : org.apache.jorphan.collections.ListedHashTree
 converter-type  : org.apache.jmeter.save.converters.HashTreeConverter
 path:
 /jmeterTestPlan/hashTree/hashTree/hashTree[3]/kg.apc.jmeter.vizualizers.CorrectedResultCollector
 line number : 92330
 --- :
 kg.apc.jmeter.vizualizers.CorrectedResultCollector :
 kg.apc.jmeter.vizualizers.CorrectedResultCollector
  Debugging information 
 message : kg.apc.jmeter.vizualizers.CorrectedResultCollector
 cause-exception :
 com.thoughtworks.xstream.mapper.CannotResolveClassException
 cause-message   : kg.apc.jmeter.vizualizers.CorrectedResultCollector
 class   : org.apache.jorphan.collections.ListedHashTree
 required-type   : org.apache.jorphan.collections.ListedHashTree
 converter-type  : org.apache.jmeter.save.converters.HashTreeConverter
 path:
 /jmeterTestPlan/hashTree/hashTree/hashTree[3]/kg.apc.jmeter.vizualizers.CorrectedResultCollector
 line number : 92330
 ---
 message : kg.apc.jmeter.vizualizers.CorrectedResultCollector :
 kg.apc.jmeter.vizualizers.CorrectedResultCollector
  Debugging information 
 message : kg.apc.jmeter.vizualizers.CorrectedResultCollector
 cause-exception :
 com.thoughtworks.xstream.mapper.CannotResolveClassException
 cause-message   : kg.apc.jmeter.vizualizers.CorrectedResultCollector
 class   : org.apache.jorphan.collections.ListedHashTree
 required-type   : org.apache.jorphan.collections.ListedHashTree
 converter-type  : org.apache.jmeter.save.converters.HashTreeConverter
 path:
 /jmeterTestPlan/hashTree/hashTree/hashTree[3]/kg.apc.jmeter.vizualizers.CorrectedResultCollector
 line number : 92330
 ---
 cause-exception :
 com.thoughtworks.xstream.converters.ConversionException
 cause-message   : kg.apc.jmeter.vizualizers.CorrectedResultCollector :
 kg.apc.jmeter.vizualizers.CorrectedResultCollector
 first-jmeter-class  :
 org.apache.jmeter.save.converters.HashTreeConverter.unmarshal(HashTreeConverter.java:65)
 class   : org.apache.jmeter.save.ScriptWrapper
 required-type   : org.apache.jorphan.collections.ListedHashTree
 converter-type  : org.apache.jmeter.save.ScriptWrapperConverter
 path:
 /jmeterTestPlan/hashTree/hashTree/hashTree[3]/kg.apc.jmeter.vizualizers.CorrectedResultCollector
 line number : 92330
 version : 2.11 r1554548
 ---
 2014/09/10 09:29:46 WARN  - jmeter.gui.action.Load: Unexpected error
 org.apache.jmeter.exceptions.IllegalUserActionException: Empty TestPlan -
 see log file
 at org.apache.jmeter.gui.action.Load.insertLoadedTree(Load.java:174)
 at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:136)
 at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:105)
 at org.apache.jmeter.gui.action.Load.doAction(Load.java:92)
 at
 org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81)
 at
 org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:40)
 at
 org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:63)
 at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 at 

Re: Unable to extract using XPath Extractor

2014-07-08 Thread UBIK LOAD PACK Support
Hello,
Have a look at:
http://jmeter.apache.org/usermanual/component_reference.html#XPath_Assertion


As a work-round for namespace limitations of the Xalan XPath parser
implementation on which JMeter is based, you can provide a Properties file
which contains mappings for the namespace prefixes:

   - prefix1=Full Namespace 1
   - prefix2=Full Namespace 2
   - ...

You reference this file in jmeter.properties (or user.properties = BETTER)
file using the property:

   - xpath.namespace.config

If it doesn't work while it does for assertions, then open a BUGZILLA for
enhancement.

Regards
@ubikloadpack
http://ubikloadpack.com

On Tue, Jul 8, 2014 at 3:23 PM, Agusti Tomas agusti.to...@gmail.com wrote:

 sebb sebbaz at gmail.com writes:

 
  After some more investigations, I have found that XPath namespaces
  must be predeclared.
 
  If the declaration is on the top-level element, then xalan does seem
  to pick up the definition (provided that namespaces are enabled, which
  is not currently the case in the XPath extractor).
  However namespaces that are declared on child elements are not
  available to XPath.
 
  This is because there can be multiple declarations of the same
  namespace - and these can use different URIs.
 
  It may be possible to enhance the XPath extractor to allow the user to
  provide a namespace declaration; this would simplify the writing of
  the XPath.
 
  I.e. instead of
 
  XPath:
  //*[local-name()='result' and
  namespace-uri()='http://biz.aol.com/schema/2006-12-18' ]
 
  the idea is that you would be able to use:
 
  Namespace declaration:
  nshttp://biz.aol.com/schema/2006-12-18
 
  XPath:
  //ns:result
 
  But this will have to wait for a future JMeter release.
 
  On 03/09/07, sebb sebbaz at gmail.com wrote:
   As a temporary work-round, you can use:
  
   //*[local-name()='result']
  
   but this would also match xx:result and yy:result
  
   Once namespaces are enabled, one can use:
  
   //*[local-name()='result' and
   namespace-uri()='http://biz.aol.com/schema/2006-12-18' ]
  
   to restrict the search to the ns namespace.
  
   S
   On 03/09/07, sebb sebbaz at gmail.com wrote:
Check the jmeter log file - you'll probably see something like:
   
WARN  - jmeter.extractor.XPathExtractor: error on
XPathExtractor.xpathQuery(//ns:result)Prefix must resolve to a
namespace: ns
   
I tried
   
//resultCode
   
and that worked OK.
   
I don't know enough about XPath to know why the namespace is not
 being
resolved; it appears to be defined in the parent node.
   
I checked the code, and the documentFactory was being called with
namespace=false, but when I changed it to namespace=true it did not
seem to make any difference.
   
However, I then moved the xmlns:ns declaration to the
 soapenv:Envelope
element, and it worked - provided that namespace=true (which is not
the case currently).
   
Perhaps the XPath implementation (xalan) is not able to resolve
namespaces defined in nested elements?
   
I need to look at this further.
   
I'll raise a bug to be able to set namespace=true on the
 documentFactory.
   
S.
On 30/08/07, dasarih dasarih at yahoo.com wrote:

 Hi,

 I am unable to extract value of an element when it has a namespace
 prefix.
 Can someone please give me a sample script on how to use XPath
 Extractor
 and XPath Assertion for a WebService (SOAP) request/response.

 Here is the response from which I need to extract the value for
 ns:result:
 ***
 ?xml version=1.0 encoding=utf-8?
 soapenv:Envelope
 xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;SOAP-
 ENV:Header
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xmlns:xsd=http://www.w3.org/2001/XMLSchema;
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
 ResponseHeader
 xmlns=http://biz.aol.com/schema/header/2006-10;
 statusCode200/statusCodestatusTextOk/statusText
 requestId5498812049246984836--661430c8.114b6ef1996.-7a4e/requestId
 /ResponseHeader/SOAP-ENV:HeaderSOAP-ENV:Body
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xmlns:xsd=http://www.w3.org/2001/XMLSchema;
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
 ns:registerOfferResponse
 xmlns:ns=http://biz.aol.com/schema/2006-12-18;
 ns:result0/ns:result/ns:registerOfferResponse/SOAP-ENV:Body
 /soapenv:Envelope
 ***

 I have tried different variations of XPATH Query and here are some
 I
 tried:

 *
 /soapenv:Envelope/SOAP-ENV:Body/ns:registerOfferResponse/ns:result

 *
 //ns:result

 *
 /*[local-name(.)=Envelope and
 namespace-uri(.)=http://schemas.xmlsoap.org/soap/envelope/]/*
 [local-name(.)=Body
 and
 namespace-uri(.)=http://schemas.xmlsoap.org/soap/envelope/][1]/*
 [local-name(.)=registerOfferResponse
 and
 

Re: How can I create a custom Jmeter graph results over ssh

2014-06-27 Thread UBIK LOAD PACK Support
Hello,
Better have a look at this:
http://www.ubik-ingenierie.com/blog/automatically-generating-nice-graphs-at-end-of-your-load-test-with-apache-jmeter-and-jmeter-plugins/

Regards
@ubikloadpack
http://ubikloadpack.com


On Fri, Jun 27, 2014 at 5:37 PM, sebb seb...@gmail.com wrote:

 On 27 June 2014 11:38, Александр Илюшкин positivea...@gmail.com wrote:
  Hey everyone,
 
  I hope you're having a good day.
 
  Now I briefly explain the problematic.
 
  I have a program running on linux and this program has option to use
  libheap library which is actually replaces memory allocation functions by
  its own to be able to track how much memory consumed by each operation.
  When I send signal to that program, it outputs memory report into a small
  file not structured by any format so I cannot process this file in a
  standard way.
 
  One signal - one file at the moment.
 
  I wrote a program on ruby which process those files and outputs
 information
  in CSV format.
 
  What I want is to somehow get all information over ssh through Jmeter and
  instantly show graph results inside of Jmeter in realtime.
 
  How can I create such controller to be able to get information by ssh and
  visualise it ? Or maybe I can connect jmeter agent to it somehow ?

 Although JMeter does have some graphing features, that is not its
 primary function.

  Is there any simple way to do this ?

 I think you should be looking at a dedicated graphing solution.

  Thank you.

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: NoHttpResponseException with JMeter 2.11

2014-06-09 Thread UBIK LOAD PACK Support
Hello,
Read this:
https://wiki.apache.org/jmeter/JMeterSocketClosed

Ensure in jmeter.log that you don't have warnings on loading of
hc.parameters, you may need to put absolute path.
Regards


On Mon, Jun 9, 2014 at 1:55 PM, Shmuel Krakower shmul...@gmail.com wrote:

 Hi
 I've noticed the bug reported in:
 https://issues.apache.org/bugzilla/show_bug.cgi?id=56119
 I have the same issue after upgrading to JMeter 2.11 (from JMeter 2.10).

 The thing is that I follow the workaround guidance in comment 14, but it
 doesn't resolve my issue.

 What steps can I take to make sure that the parameter is indeed being used?
 (http.connection.stalecheck$Boolean=true)

 Best,

 Shmuel Krakower.
 www.Beatsoo.org - re-use your jmeter scripts for application performance
 monitoring from worldwide locations for free.




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Seed data to database using Jmeter

2014-05-27 Thread UBIK LOAD PACK Support
Hello,
Similar to sebb's proposal, but using setupThread Group (to run it on
start) + OS Process Sampler (to call your shell):

   -
   
http://jmeter.apache.org/usermanual/component_reference.html#OS_Process_Sampler


You would control everything from JMeter.



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack

On Tue, May 27, 2014 at 4:26 PM, sebb seb...@gmail.com wrote:

 Alternatively, most databases provided command-line utilities for
 loading data - you could write an OS shell script to load the data and
 then call JMeter. For large amounts of data that is likely to be much
 more efficient.

 On 27 May 2014 12:19, Anthony ans...@gmail.com wrote:
  Hi Paula,
 It sounds like you need to use a setup Thread Group to seed the data:
 http://jmeter.apache.org/usermanual/component_reference.html#setUp_Thread_Group
 .
 
  Good luck,
 
  Anthony
 
  -Original Message-
  From: McCann, Paula paula.mcc...@teamaol.com
  Sent: 5/27/2014 3:28 AM
  To: user@jmeter.apache.org user@jmeter.apache.org
  Subject: Seed data to database using Jmeter
 
  Hi
  I'm trying to seed data to a database using jmeter (HTTP Request), and
 then follow this with a READ of this data (HTTP Request).
  However I only want the read to be calculated in the perf results, not
 the initial write / seed.
  Also I'm running from the command line so  I have all UI reports turned
 off.
  Any idea how to achieve this, i.e. not calculate the write operation.
  Thanks

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org


http://twitter.com/ubikloadpack


Re: Certificates are switching on threads in the middle of a test run

2014-05-06 Thread UBIK LOAD PACK Support
Hello,
Can you show the structure of your Test ?
Maybe open a bug with the Test Plan simplified .

Clearly regarding https.use.cached.ssl.context to true seems to be do
better, this does not work as it leads to sharing the certificate between
users.

Regards


On Tue, May 6, 2014 at 12:34 AM, RP Schell rpsch...@schellonline.comwrote:


 Thanks for the feedback!

 Yup, as stated I have tried https.use.cached.ssl.context=false,
 HttpClient4, and https.sessioncontext.shared=false without success.
 Setting https.use.cached.ssl.context to true seems to be do better
 because the user switching does not happen as frequently, but it still
 happens setting that option to true or false.

 In answer to your question, we typically put the keystore
 configuration under the test plan itself at the same level as the
 thread group that is being defined.  The plan itself only defines a
 single thread group.  We have tried putting the keystore configuration
 under the thread group itself.  THIS MAKES NO DIFFERENCE.  Putting it
 at the top level or under the thread group when there is only one
 thread group defined has the same behavior.

 I had not tried using the keystore configuration with a CSV data set
 configuration.  Thanks for that suggestion.  I tried an experiment
 with that.  The CSV allows the control of the what certificate is used
 and in what order.  However, it does not solve the ultimate problem of
 JMeter switching users.  The CSV data set configuration simply causes
 JMeter to switch users as defined in the order of the CSV instead.

 I am seeing a pattern emerge from using the CSV though.  Our test
 users are numbered chronologically (e.g., user0, user1, user2, user3,
 etc).  Every 5 loops through the JMeter test, the user identified is 5
 numbers higher than before.  For example, the test starts at coming in
 as user 0.  On the 5th looping of the test in that thread group, the
 user is now identified as user 4, and we start getting errors because
 the server expected us to still be user 0.

 Again, it looks like JMeter is switching users on me when it restarts
 the looping of the test plan.  How do we control this.  It seems none
 of the options I have mentioned trying allow for it.  Thanks!

 -Bill

 On Tue, Apr 29, 2014 at 4:12 PM, UBIK LOAD PACK Support
 supp...@ubikloadpack.com wrote:
  Hello,
  As per:
 
 http://jmeter.apache.org/usermanual/component_reference.html#Keystore_Configuration
 
 
  https.use.cached.ssl.context must be set to false and httpclient4 must be
  used
  Don't use:
   https.sessioncontext.shared=false
 
  Also it is much better since 2.11 to use :
  Variable name holding certificate aliasVariable name that will contain
 the
  alias to use for authentication by client certificate. Variable value
 will
  be filled from CSV Data Set for example. In the screenshot,
  certificat_ssl will also be a variable in CSV Data Set.False
  Read doc on start and end index to be sure you configure them correctly
 
  You speak about different thread groups, where do you put keystore
 config ?
 
  Regards
  @ubikloadpack
  On Tuesday, April 29, 2014, RP Schell rpsch...@schellonline.com wrote:
 
  Hey everyone,
 
  We are attempting to simulate a large user load (thousands) on our
  service using JMeter 2.11.  To facilitate this, we have created a JKS
  keystore containing 4000 unique PKI certificates.  We have set the
  appropriate options for javax.net.ssl.keyStore and
  javax.net.ssl.keyStorePassword and added a Keystore Configuration
  component with an alias start index of 0 and alias end index of 3999.
  We verified that we can access the system as unique users using JMeter
  with this set up.
 
  We started seeing some strange results come back from the JMeter test
  runs and determined that the errors returned by our web server were
  due to the user certificate switching in the middle of a test run for
  a given JMeter thread.  More specifically, we added a HTTP request
  that gives back some indication of who we are logged in as at the end
  of the test run loop.  It appears every thread in JMeter is switching
  the user it is coming in as about every 5 loops of our test run.  This
  occurs for each thread whether we set it to run with one or multiple
  threads.
 
  This causes problems for our testing as some HTTPS requests assume we
  are still the same user and will deny access if the user switches
  mid-way through the test run.  We verified that
  https.sessioncontext.shared=false and
  https.use.cached.ssl.context=true is set in the jmeter.properties
  file.  We did try other combinations of these two options w/o success.
 
  We also tried setting the implementation for HTTP requests to
  HTTPClient3.1 as well as HTTPClient4.  The behavior is the same.
 
  Is this behavior intended by JMeter?  The only way I can prevent the
  certificate from switching mid-test is to set the alias start and end
  index to the same number in the Keystore Configuration component.  Of
  course

Re: Certificates are switching on threads in the middle of a test run

2014-04-29 Thread UBIK LOAD PACK Support
Hello,
As per:
http://jmeter.apache.org/usermanual/component_reference.html#Keystore_Configuration


https.use.cached.ssl.context must be set to false and httpclient4 must be
used
Don't use:
 https.sessioncontext.shared=false

Also it is much better since 2.11 to use :
Variable name holding certificate aliasVariable name that will contain the
alias to use for authentication by client certificate. Variable value will
be filled from CSV Data Set for example. In the screenshot,
certificat_ssl will also be a variable in CSV Data Set.False
Read doc on start and end index to be sure you configure them correctly

You speak about different thread groups, where do you put keystore config ?

Regards
@ubikloadpack
On Tuesday, April 29, 2014, RP Schell rpsch...@schellonline.com wrote:

 Hey everyone,

 We are attempting to simulate a large user load (thousands) on our
 service using JMeter 2.11.  To facilitate this, we have created a JKS
 keystore containing 4000 unique PKI certificates.  We have set the
 appropriate options for javax.net.ssl.keyStore and
 javax.net.ssl.keyStorePassword and added a Keystore Configuration
 component with an alias start index of 0 and alias end index of 3999.
 We verified that we can access the system as unique users using JMeter
 with this set up.

 We started seeing some strange results come back from the JMeter test
 runs and determined that the errors returned by our web server were
 due to the user certificate switching in the middle of a test run for
 a given JMeter thread.  More specifically, we added a HTTP request
 that gives back some indication of who we are logged in as at the end
 of the test run loop.  It appears every thread in JMeter is switching
 the user it is coming in as about every 5 loops of our test run.  This
 occurs for each thread whether we set it to run with one or multiple
 threads.

 This causes problems for our testing as some HTTPS requests assume we
 are still the same user and will deny access if the user switches
 mid-way through the test run.  We verified that
 https.sessioncontext.shared=false and
 https.use.cached.ssl.context=true is set in the jmeter.properties
 file.  We did try other combinations of these two options w/o success.

 We also tried setting the implementation for HTTP requests to
 HTTPClient3.1 as well as HTTPClient4.  The behavior is the same.

 Is this behavior intended by JMeter?  The only way I can prevent the
 certificate from switching mid-test is to set the alias start and end
 index to the same number in the Keystore Configuration component.  Of
 course, this is not what we want as it locks all JMeter threads into
 running as the exact same user and does not allow proper simulation of
 a multi-user load.

 Any insight into multi-user certificate loading in JMeter is much
 appreciated.  Thanks!

 -Bill

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org javascript:;
 For additional commands, e-mail: user-h...@jmeter.apache.orgjavascript:;



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: (bug?) SSL Manager and Authentication Certificates are ignored by HC4

2014-04-03 Thread UBIK LOAD PACK Support
Hello,
What doc did you follow ?

This one is useful:

   -
   
http://jmeter.apache.org/usermanual/component_reference.html#Keystore_Configuration

-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


On Thu, Apr 3, 2014 at 11:05 AM, Shmuel Krakower shmul...@gmail.com wrote:

 Hi,
 I'm using certificate for authentication, I've setup everything as
 documented (using JMeter 2.10).
 Using HC3.1 everything works but with HC4 seems like the certificate / ssl
 manager is simply ignored.

 Anyone else mange to use HC4 for certificate authentication?

 Best,

 Shmuel Krakower.
 www.Beatsoo.org - re-use your jmeter scripts for application performance
 monitoring from worldwide locations for free.



http://twitter.com/ubikloadpack


Re: Should we not not have a feature to force the exit of JVM in case of The JVM should have exitted but did not.

2014-04-02 Thread UBIK LOAD PACK Support
Hello,
Since JMeter 2.10, there is a new property:

   - jmeterengine.force.system.exit

Which you can set to true .

This  forces NON-GUI JVM to exit after test end.


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


On Wed, Apr 2, 2014 at 6:37 PM, Jean FX xor...@gmail.com wrote:

 When the bellow happens in server mode, jmeter does not exit. Is this not a
 bug?

 [jmeter] Starting the test @ Wed Apr 02 18:24:11 SAST 2014 (1396455851107)
[jmeter] Waiting for possible shutdown message on port 4445
[jmeter] Tidying up ...@ Wed Apr 02 18:32:53 SAST 2014
 (1396456373022)
[jmeter] ... end of run
[jmeter] The JVM should have exitted but did not.
[jmeter] The following non-daemon threads are still running
 (DestroyJavaVM is OK)




http://twitter.com/ubikloadpack


Re: JMeter 2.11 Regular Expression Extractor - Source Field - what is that for?

2014-02-12 Thread UBIK LOAD PACK Support
Hello,
Do you mean Response Field to check field ?

It is documented in
http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor
:
Response Field to check The following response fields can be checked:

   - Body - the body of the response, e.g. the content of a web-page
   (excluding headers)
   - Body (unescaped) - the body of the response, with all Html escape
   codes replaced. Note that Html escapes are processed without regard to
   context, so some incorrect substitutions may be made.

Note that this option highly impacts performances, so use it only when
   absolutely necessary and be aware of its impacts
   - Body as a Document - the extract text from various type of documents
   via Apache Tika (see View Results
Treehttp://jmeter.apache.org/usermanual/component_reference.html#View_Results_TreeDocument
view section).

Note that Body as a Document option can impact performances, so ensure
   it is Ok for your test
   - Headers - may not be present for non-HTTP samples
   - URL
   - Response Code - e.g. 200
   - Response Message - e.g. OK

Headers can be useful for HTTP samples; it may not be present for other
sample types.


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


On Wed, Feb 12, 2014 at 11:03 PM, Robin D. Wilson rwils...@gmail.comwrote:

 I was editing an old test case on my system, and I popped into the Regular
 Expression Extractor to check some stuff, and noticed that there is a new
 field:
 Source Field (above the Reference Name field that was already there).

 I hadn't seen this field before - so I tried to look it up. None of the
 help
 pages refer to it, and I couldn't find in the Changes page.

 So, the question arises - what is that for, and how do I use it?

 --
 Robin D. Wilson
 Sr. Director of Web Development
 KingsIsle Entertainment, Inc.
 VOICE: 512-777-1861
 http://www.kingsisle.com



 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




http://twitter.com/ubikloadpack


Re: How to record Registration page and replay using HTTP Request Sampler and also parameterise some fields in the forms?

2014-01-30 Thread UBIK LOAD PACK Support
Hello,
Read:
-
http://jmeter.apache.org/usermanual/component_reference.html#HTTP%28S%29_Test_Script_Recorder

Installing the JMeter CA certificate for HTTPS recording


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack



On Thu, Jan 30, 2014 at 7:50 PM, Jayesh Guru jayeshgur...@gmail.com wrote:

 How to import certificate?
 I am really not getting through from the Mozilla browser for recording.
 Appreciate help.


 Cheers,
 Jayesh

  On Jan 25, 2014, at 7:35 AM, Robin D. Wilson rwils...@gmail.com
 wrote:
 
  You need to import the JMeter certificate file in FireFox, so FireFox
 will accept JMeter as a trusted certificate authority.
 
  --
  Robin D. Wilson
  VOICE: 512-777-1861
 
 
 
  On Jan 25, 2014, at 3:54 AM, Jayesh Guru jayeshgur...@gmail.com wrote:
 
  I have found the solution for avoiding the above error by Doing Set
  JAVA_HOME and SET PATH in jmeter.bat.
  Another issue I am getting is I am able to record the script for http
  protocol with test recording but HTTPS is not opening from firefox.
  Can anyone suggest me what settings i need to do in HTTP Request Sampler
 so
  that it will work in Firefox?
 
  *Thanks *
  *Jayesh Guru*
 
 
  On Thu, Jan 23, 2014 at 2:54 PM, Jayesh Guru jayeshgur...@gmail.com
 wrote:
 
  I have found a good doc to follow for HTTP test recording.
 
  http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
 
  But when i hit on Start button of Test Recorder i get following error.
 
  2014/01/23 14:10:50 WARN  - jmeter.protocol.http.proxy.ProxyControl:
 Could
  not open expected file or certificate is not valid
  C:\JMETER\apache-jmeter-2.11\bin\proxyserver.jks
  C:\JMETER\apache-jmeter-2.11\bin\proxyserver.jks (The system cannot find
  the file specified)
  2014/01/23 14:10:50 INFO  - jmeter.protocol.http.proxy.ProxyControl:
  Generating standard keypair in
  C:\JMETER\apache-jmeter-2.11\bin\proxyserver.jks
  2014/01/23 14:10:50 ERROR - jmeter.protocol.http.proxy.ProxyControl:
 Could
  not initialise key store java.io.IOException: Command :'keytool
 -genkeypair
  -alias :jmeter: -dname cn=JMeter Proxy (DO NOT TRUST) -keyalg RSA
  -keystore proxyserver.jks -storepass {redacted) -keypass {redacted)
  -validity 7' failed, code: 1
  Illegal option:  -genkeypair
 
  Can anybody help me in solving this?
 
 
  *Thanks *
  *Jayesh Guru*
 
 
  On Thu, Jan 23, 2014 at 1:04 PM, Jayesh Guru jayeshgur...@gmail.com
 wrote:
 
  I cannot see any of the images in this email chain.
  Can you please resend and also where Test Script Recorder located?
 
  *Thanks *
  *Jayesh Guru*
 
 
  On Wed, Jan 22, 2014 at 12:25 PM, charan sethi 
 charan.set...@gmail.comwrote:
 
  Well you can record the registeration steps using Jmeter  Test Script
  Recorder(Version 2.10) or jmeter proxy server in earlier versions.
 Now you
  need to identify in the recorded requests the parameters you need to
 pass
  for example username and pasword. Add a CSV data config element in
 your
  thread group and add user,pass in it against variables. Now make a
 csv file
  and add the username and passwords in it. Put the full path of the
 csv in
  the csv data config element. Now to use these values you need to
 identify
  the parameters in your request and put the variables you defined in
 the CSV
  data config element like this ${user} against username and ${pass}
 against
  password. Each thread would read one line in your CSV.
 
  You also would need to add a HTTP cookie manager in your thread group
 to
  manage cookies for your virtual users. If your having trouble
 recording,
  the steps are as follows
 
  Add HTTPS test recorder under workbench and set target controller to
  thread group after inserting a thread group under your test plan.
  Set the proxy in your browser to localhost and port 8080
  Now Press Start button on your Test recorder.
  Perform actions on your browser and you will see the requests getting
  recorded.
 
  These are the parameters
  [image: Inline image 3]
 
  The path for the csv file and the variables
  [image: Inline image 2]
 
  The CSV files
  [image: Inline image 4]
 
  I hope this helps
 
 
 
 
 
  On Wed, Jan 22, 2014 at 6:17 AM, Jayesh Guru jayeshgur...@gmail.com
 wrote:
 
  I have to record a Registration Page and parameterise some of the
  fields so
  that it can take unique value each iteration.
  I tried this couple of times with HTTP request recording but could
 not
  get
  any luck.
  Could anyone please guide me in this as i need to load test this
  registration site(there are 4-5 pages in this)?
 
 
  *Thanks *
  *Jayesh Guru*
 
 
 
 
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
  For additional commands, e-mail: user-h...@jmeter.apache.org
 

 

Re: Is there any limitation for no. of machines to be used in Distributed Environment?

2014-01-13 Thread UBIK LOAD PACK Support
Hello,
Since JMeter 2.9, defaults have changed and a big improvement has been made
on this part as now with StrippedBatch mode (new default) the Response part
(which takes most of the bandwidth)
 is not more sent to Client (Controller).
Your best choice is to use last 2.11 version which has the best
performances regarding CPU, memory consumption and network traffic between
servers and client.


-- 

Regards
Ubik Load Pack http://ubikloadpack.com/ Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com/
Suivez-nous sur Twitter http://twitter.com/ubikloadpack

On Mon, Jan 13, 2014 at 10:09 AM, Sergio Boso ser...@bosoconsulting.itwrote:

 Il 13/01/2014 09.34, Amit Kumar ha scritto:

  Dear All:

 Is there any for no. of machines in Distributed Environment? Because I
 have
 setup environment with 8 machines (1-master, 7 slaves). But when run
 tests,
 only 7 machines work. One random machine of the 7 slaves does not work. It
 is working for 7 machines only i.e. 1 master and 6 slaves.
 I am using non-gui mode.
 Therefore,  is there any limitation of no. of machines to be used in
 distributed environment?

 //I actually went through a scenario with 8+1 machines few months ago.
 It was on JM 2.8, I had no particular problem.

 One thing I noticed was that the network traffic between slaves and master
 was very high (really very high) approaching 70-80 Mbit/s, measured at the
 master operating system.
 So the master should be monitored closedly.

 I did not digged deeper , maybe there is some configuration to optimize
 this traffic.

 HTH
 Sergio

 --

 Ing. Sergio Boso




 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




Re: Recording not working in IE for localhost

2013-12-26 Thread UBIK LOAD PACK Support
Hello,
Check you don't have localhost or 128.0.0.1 in no proxy for setting.

Regards
@ubikloadpack

On Thursday, December 26, 2013, Nandi, Prabir wrote:

 Hi ,

 I have done following steps to record a localhost application in Jmeter(
 version 2.10). But the recording is not working.


 * added a HTTP Request Defaults and add 'localhost' in server
 field and port as 8080. I am running an application in 8080 port in
 localhost.

 * Added HTTP(S) Test Script Recorder in   Workbench and put 8081
 in the port field.

 * Set the Internet Explorer( version 8) proxy to localhost/8081.

 * Run the localhost application in IE and browse through the
 application, but don't get any http request recorded in the thread group.
 Though if I click other sites I can see those requests are recorded.

 But when I am running the  same localhost application  from Firefox after
 setting Firefox proxy setting to localhost/8081 , I got the http request in
 Jmeter. Do you know is this a bug for Jmeter or I am missing something?

 Regards,
 Prabir Nandi



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Loop Count dissimilar to aggregate_report_count

2013-12-19 Thread UBIK LOAD PACK Support
Hello,
Possible reasons:
- Your CSV Dataset is configured to exit thread when Enf Of File is reached
- You have configured scheduler to run for a certain time
- You have configured Thread Group to Stop (Thread, Test ) on Error
...

If you show more about your test plan it could help.

-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


On Thu, Dec 19, 2013 at 12:52 PM, a schaeu aschaeuf...@googlemail.comwrote:

 Dear Community,
 I've created a test plan in which I have configured thread group with one
 thread and Loop Count =100.  After I run the test plan, in the Summary
 Report in the column aggregate_report_count in the lines, there are lower
 (as the number of loop counts) values displayed . In this case 41 instead
 of 100.
 What could be the reason? Is there a Bug?

 Best regards
 Adrian Schäufler



http://twitter.com/ubikloadpack


Re: keystore using certificate common name into variabile

2013-12-19 Thread UBIK LOAD PACK Support
Hello,
I don't think it is possible as as of current implementation the
certificate is not exposed.

If your purpose is to know the alias you are using , then we will be soon
(within hours or 2 days max) contributing a patch to implement the
following feature:
- https://issues.apache.org/bugzilla/show_bug.cgi?id=54977

It will allow you to use a CSV holding the Alias names and jmeter will use
them to select the client certificate.

-- 

Regards
@ubikloadpack
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
@ubikloadpack
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


On Thu, Dec 19, 2013 at 11:20 AM, Michele Mase' michele.m...@gmail.comwrote:

 I'm testing a test plan Using a keystore made of n certificates;
 In keystore configuration for example, using Alias Start Index 0 for
 the first certificate, alias end index 1 for the last one, each thread
 will use its own certificate. Thread 1 uses certificate 0, thread 2
 certificate 1.
 I need to store into a variable the CN (common name) of the certificate.
 Is it possible?
 Regards
 Michele Masè

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




http://twitter.com/ubikloadpack


Re: keystore using certificate common name into variabile

2013-12-19 Thread UBIK LOAD PACK Support
Hello,
We attached patch, test plan showing how to use it and screenshot of
component.
You will have to wait for JMeter Team to accept and integrate patch.
You may vote for it:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54977

-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


On Thu, Dec 19, 2013 at 8:40 PM, Michele Mase' michele.m...@gmail.comwrote:

 For now, the alias is enough (I'will put the CN the same of the
 alias); the desiderata is managing the DN of the certificates you
 are using.
 tx; I'will wait ...
 Michele Masè

 On Thu, Dec 19, 2013 at 3:11 PM, UBIK LOAD PACK Support
 supp...@ubikloadpack.com wrote:
  Hello,
  I don't think it is possible as as of current implementation the
  certificate is not exposed.
 
  If your purpose is to know the alias you are using , then we will be soon
  (within hours or 2 days max) contributing a patch to implement the
  following feature:
  - https://issues.apache.org/bugzilla/show_bug.cgi?id=54977
 
  It will allow you to use a CSV holding the Alias names and jmeter will
 use
  them to select the client certificate.
 
  --
 
  Regards
  @ubikloadpack
  Ubik Load Pack http://ubikloadpack.com Team
  Follow us on Twitter http://twitter.com/ubikloadpack
 
 
  Cordialement
  @ubikloadpack
  L'équipe Ubik Load Pack http://ubikloadpack.com
  Suivez-nous sur Twitter http://twitter.com/ubikloadpack
 
 
  On Thu, Dec 19, 2013 at 11:20 AM, Michele Mase' michele.m...@gmail.com
 wrote:
 
  I'm testing a test plan Using a keystore made of n certificates;
  In keystore configuration for example, using Alias Start Index 0 for
  the first certificate, alias end index 1 for the last one, each thread
  will use its own certificate. Thread 1 uses certificate 0, thread 2
  certificate 1.
  I need to store into a variable the CN (common name) of the certificate.
  Is it possible?
  Regards
  Michele Masè
 
  -
  To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
  For additional commands, e-mail: user-h...@jmeter.apache.org
 
 
 
 
  http://twitter.com/ubikloadpack




http://twitter.com/ubikloadpack


Re: Jmeter 2.10 with https

2013-12-18 Thread UBIK LOAD PACK Support
Hello,
Did you check for presence of  ApacheJMeterTemporaryRootCA.crt in
jmeter/bin folder ?
Are you using JDK7 ? You can see this if in HTTP(S) Test Script Recorder
the field HTTPS Domain is editable.

If you are not using JDK7, install one and read this:
https://wiki.apache.org/jmeter/TestRecording210

Regards


-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack

On Tue, Dec 17, 2013 at 11:58 PM, yogesh hingmire yogesh.hingm...@gmail.com
 wrote:

 Friends, I am trying to make Jmeter 2.10 work with https and followed
 exactly the steps outlined at
 http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf

 However, when i hit the start button on the https test script recorder,
 a proxyserver.jks file is created under the jmeter/bin folder and i do not
 see any certificate file being created,

 am i missing something, thank you for helping out.

 Thank Yo



http://twitter.com/ubikloadpack


Re: Jmeter 2.10 with https

2013-12-18 Thread UBIK LOAD PACK Support
On Wednesday, December 18, 2013, Yogesh wrote:

 Thank You,
 So does that mean its mandatory to use JDK 7 to use the https recording ?

 No, but for better embedded resources management, yes

 I an using jdk 6

 Thank you for helping out
 Yogesh

 Sent from my iPhone

 On Dec 18, 2013, at 8:22 AM, UBIK LOAD PACK Support 
 supp...@ubikloadpack.com javascript:; wrote:

  Hello,
  Did you check for presence of  ApacheJMeterTemporaryRootCA.crt in
  jmeter/bin folder ?
  Are you using JDK7 ? You can see this if in HTTP(S) Test Script Recorder
  the field HTTPS Domain is editable.
 
  If you are not using JDK7, install one and read this:
  https://wiki.apache.org/jmeter/TestRecording210
 
  Regards
 
 
  --
 
  Regards
  Ubik Load Pack http://ubikloadpack.com Team
  Follow us on Twitter http://twitter.com/ubikloadpack
 
 
  Cordialement
  L'équipe Ubik Load Pack http://ubikloadpack.com
  Suivez-nous sur Twitter http://twitter.com/ubikloadpack
 
  On Tue, Dec 17, 2013 at 11:58 PM, yogesh hingmire 
 yogesh.hingm...@gmail.com javascript:;
  wrote:
 
  Friends, I am trying to make Jmeter 2.10 work with https and followed
  exactly the steps outlined at
  http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
 
  However, when i hit the start button on the https test script recorder,
  a proxyserver.jks file is created under the jmeter/bin folder and i do
 not
  see any certificate file being created,
 
  am i missing something, thank you for helping out.
 
  Thank Yo
 
 
  http://twitter.com/ubikloadpack

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org javascript:;
 For additional commands, e-mail: user-h...@jmeter.apache.orgjavascript:;



-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


Re: Jmeter 2.10 with https

2013-12-18 Thread UBIK LOAD PACK Support
On Wed, Dec 18, 2013 at 4:18 PM, Yogesh yogesh.hingm...@gmail.com wrote:

 I do not see the certificate being created under the jmeter/bin, instead i
 see the proxyserver.jks file

 If using JDK6, only proxyserver.jks is created. For cert to be created use
JDK7.
As said in previous answer, certificate is not necessary for recording (you
will be recording with same feature level as 2.9) but it is better with
JDK7 provided you install a JDK7 and configure correctly your environment
based on wiki.

 How do i make it work ?

 Sent from my iPhone

 On Dec 18, 2013, at 8:55 AM, UBIK LOAD PACK Support 
 supp...@ubikloadpack.com wrote:

  On Wednesday, December 18, 2013, Yogesh wrote:
 
  Thank You,
  So does that mean its mandatory to use JDK 7 to use the https recording
 ?
 
  No, but for better embedded resources management, yes
 
  I an using jdk 6
 
  Thank you for helping out
  Yogesh
 
  Sent from my iPhone
 
  On Dec 18, 2013, at 8:22 AM, UBIK LOAD PACK Support 
  supp...@ubikloadpack.com javascript:; wrote:
 
  Hello,
  Did you check for presence of  ApacheJMeterTemporaryRootCA.crt in
  jmeter/bin folder ?
  Are you using JDK7 ? You can see this if in HTTP(S) Test Script
 Recorder
  the field HTTPS Domain is editable.
 
  If you are not using JDK7, install one and read this:
  https://wiki.apache.org/jmeter/TestRecording210
 
  Regards
 
 
  --
 
  Regards
  Ubik Load Pack http://ubikloadpack.com Team
  Follow us on Twitter http://twitter.com/ubikloadpack
 
 
  Cordialement
  L'équipe Ubik Load Pack http://ubikloadpack.com
  Suivez-nous sur Twitter http://twitter.com/ubikloadpack
 
  On Tue, Dec 17, 2013 at 11:58 PM, yogesh hingmire 
  yogesh.hingm...@gmail.com javascript:;
  wrote:
 
  Friends, I am trying to make Jmeter 2.10 work with https and followed
  exactly the steps outlined at
  http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
 
  However, when i hit the start button on the https test script
 recorder,
  a proxyserver.jks file is created under the jmeter/bin folder and i do
  not
  see any certificate file being created,
 
  am i missing something, thank you for helping out.
 
  Thank Yo
 
 
  http://twitter.com/ubikloadpack
 
  -
  To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.orgjavascript:;
  For additional commands, e-mail: user-h...@jmeter.apache.org
 javascript:;
 
  --
 
  Regards
  Ubik Load Pack http://ubikloadpack.com Team
  Follow us on Twitter http://twitter.com/ubikloadpack
 
 
  Cordialement
  L'équipe Ubik Load Pack http://ubikloadpack.com
  Suivez-nous sur Twitter http://twitter.com/ubikloadpack

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




-- 

Regards
Ubik Load Pack http://ubikloadpack.com Team
Follow us on Twitter http://twitter.com/ubikloadpack


Cordialement
L'équipe Ubik Load Pack http://ubikloadpack.com
Suivez-nous sur Twitter http://twitter.com/ubikloadpack


  1   2   >