[Bug 62894] Report / Dashboard : Throughput is in wrong column which is confusing as unit is milliseconds

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62894

--- Comment #2 from Antonio Gomes Rodrigues  ---
Author: agomes
Date: Fri Nov  9 22:18:37 2018
New Revision: 1846267

URL: http://svn.apache.org/viewvc?rev=1846267=rev
Log:
Bug 62894 : Report / Dashboard : Throughput is in wrong column which is
confusing as unit is milliseconds : better labels

Modified:
jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62885] AccessLogSampler Parser for AWS load balancer

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62885

--- Comment #5 from Felix Schumacher  ---
Renaming is probably not a good idea, since the class seems to be intended to
be used for subclassing.

Having slept a night about the changes, I am not so sure anymore, that is OK to
add more methods by default, as those could change existing tests. So I think
it would be better to introduce a new property that allows more methods, or add
a variable to the bean, that would be used for configuration.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62898] New: Jmeter stopped sending requests until some manual interruption

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62898

Bug ID: 62898
   Summary: Jmeter stopped sending requests until some manual
interruption
   Product: JMeter
   Version: 3.3
  Hardware: PC
Status: NEW
  Severity: major
  Priority: P2
 Component: Main
  Assignee: issues@jmeter.apache.org
  Reporter: bkmor...@gmail.com
  Target Milestone: JMETER_5.1

Created attachment 36257
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36257=edit
Active threads over time chart

Hi,


I had run Jmeter for 3 days in 3 different AWS machines for different
scenarios.

1. Day-1. It had sent requests for 7:30 hours of start time and went sleep
mode, basically stopped sending request. This continued until I re-connected
the AWS machine.
2. Day-3, I have connected to the machine through AWS workspace which is up and
running where jmeter running too. The moment I have connected to machine Jmeter
started sending requests again.
3. Faced same issue across all the machines.

Please let me know if I'm missing anything.

Regards,
Balakrishna

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62887] Customized SampleLabel is ignored and overwritten by JMeter 5.0

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62887

--- Comment #11 from Artem Fedorov  ---
Hi 
I added a PR https://github.com/apache/jmeter/pull/429 
Also I use compareTo() instead of equals() for string comparison. Performance
comparison of these functions I got from
http://jniosocket.sourceforge.net/result.html

-- 
You are receiving this mail because:
You are the assignee for the bug.