Re: YaMeter - Yet Another Load Testing Tool with more Cloud

2017-09-12 Thread Emilian Bold
>- I suppose you're embedding a JMeter right ? Yes, of course. Which was not easy because JMeter really expects to be running with full control of the VM. > - why use this old "graph results" and not more modern elements or the > web report ? No particular reason, I just picked something

[GitHub] jmeter issue #300: Bug 57039 - Inconsistency with the undo/redo log

2017-09-12 Thread emilianbold
Github user emilianbold commented on the issue: https://github.com/apache/jmeter/pull/300 I've pushed the branch again on https://github.com/emilianbold/jmeter/commits/emilianbold-undoredo Let me know if it's working for you. ---

Jenkins build is back to normal : JMeter-trunk #6296

2017-09-12 Thread Apache Jenkins Server
See

buildbot success in on jmeter-trunk

2017-09-12 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2929 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sc

buildbot failure in on jmeter-trunk

2017-09-12 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2928 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sched

Build failed in Jenkins: JMeter-trunk #6295

2017-09-12 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix default charset use reported by antonio and some other code smells [pmouawad] Fix default charset use reported by antonio and some other code smells [pmouawad] Use an available annotat

Re: Another analyze with errorprone

2017-09-12 Thread Philippe Mouawad
Hi Antonio, My answers below. Regards On Mon, Sep 11, 2017 at 10:06 PM, Antonio Gomes Rodrigues wrote: > Hi, > > i have analyse jmeter source with error prone (http://errorprone.info/) > and > I have some questions > > > 1. > It detect a lot of "[DefaultCharset] Implicit use of the platform defa

buildbot success in on jmeter-trunk

2017-09-12 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2925 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sc

Re: YaMeter - Yet Another Load Testing Tool with more Cloud

2017-09-12 Thread Philippe Mouawad
Hello Emilian, Very Interesting and nice for a prototype, few notes/questions: - I suppose you're embedding a JMeter right ? - why use this old "graph results" and not more modern elements or the web report ? - Any reason to limiting it to AWS ? why not use jcloud to make it more cl

Re: Add META file to jmeter-dist project to say who signed the JMeter archives

2017-09-12 Thread Milamber
Hello, Work done. The JMeter's checker page https://checker.apache.org/projs/jmeter.html Example for the last binary (tgz) https://checker.apache.org/paths/jmeter/binaries/apache-jmeter-3.2.tgz.html ==> "File jmeter/binaries/apache-jmeter-3.2.tgz is an authentic ASF artifact." Wiki Release

[Jmeter Wiki] Update of "ReleaseCreation" by Milamber

2017-09-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change notification. The "ReleaseCreation" page has been changed by Milamber: https://wiki.apache.org/jmeter/ReleaseCreation?action=diff&rev1=67&rev2=68 Comment: Update the process to include the META file

Add META file to jmeter-dist project to say who signed the JMeter archives

2017-09-12 Thread Milamber
Hello It has been suggested that we set up a META file for JMeter (See for examplehttps://www.apache.org/dist/httpd/META) This is used byhttps://checker.apache.org This will add 2 files into the dist-jmeter project to add information to help to check who sign the current JMeter archives (bin

Re: Netty Client Implementation for HTTP Sampler

2017-09-12 Thread Philippe Mouawad
Hi, Find my answers below. Regards On Tue, Sep 12, 2017 at 4:49 AM, Isuru Perera wrote: > Hi Philippe, > > Thanks a lot for your comments > > I have actually tested concurrent users up to 2000 in non-GUI mode and I > didn't have any issues. As I mentioned earlier, the load average of the > JMete

YaMeter - Yet Another Load Testing Tool with more Cloud

2017-09-12 Thread Emilian Bold
Here's a video with a working prototype of my Amazon EC2 integration for remote tests: https://vimeo.com/233443690 --emi