[Bug 60229] Add a new metric : sent_bytes

2016-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

--- Comment #8 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Mon Nov  7 21:56:03 2016
New Revision: 1768593

URL: http://svn.apache.org/viewvc?rev=1768593=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Add to JavaTest of Java Request
Bugzilla Id: 60229

Modified:
   
jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/test/JavaTest.java

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

[Bug 60229] Add a new metric : sent_bytes

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

--- Comment #7 from Philippe Mouawad  ---
(In reply to Ahmad from comment #6)
> I verified that the sentBytes is being captured in JTL file (even for over
> 3GB files). 
Thanks
> BUT the aggregate report still does NOT have Sent KB/s

This would be another bugzilla, please open it.

For now, only HTML report has been updated, see User Manual > Generating Report
Dashboard using default configuration for saveservice.


Thanks

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

--- Comment #6 from Ahmad  ---
I verified that the sentBytes is being captured in JTL file (even for over 3GB
files). 
BUT the aggregate report still does NOT have Sent KB/s

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

Philippe Mouawad  changed:

   What|Removed |Added

 CC||anafo...@hotmail.com

--- Comment #5 from Philippe Mouawad  ---
*** Bug 60210 has been marked as a duplicate of this bug. ***

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

--- Comment #4 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Mon Oct 10 19:30:46 2016
New Revision: 1764166

URL: http://svn.apache.org/viewvc?rev=1764166=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Add connect and sent_bytes metrics to tabbed view
Bugzilla Id: 60229

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java


Author: pmouawad
Date: Mon Oct 10 19:53:32 2016
New Revision: 1764171

URL: http://svn.apache.org/viewvc?rev=1764171=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Don't cumulate sent bytes to compute throughput (which is for server)
Bugzilla Id: 60229

Modified:
   
jmeter/trunk/src/core/org/apache/jmeter/report/processor/StatisticsSummaryConsumer.java

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

--- Comment #3 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Oct  9 15:19:50 2016
New Revision: 1763987

URL: http://svn.apache.org/viewvc?rev=1763987=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Mention metric is only available with HttpClient4
Bugzilla Id: 60229

Modified:
jmeter/trunk/bin/jmeter.properties

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

--- Comment #2 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Oct  9 15:07:20 2016
New Revision: 1763986

URL: http://svn.apache.org/viewvc?rev=1763986=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Update TestCSVSaveService with new field
Bugzilla Id: 60229

Modified:
jmeter/trunk/test/src/org/apache/jmeter/save/TestCSVSaveService.java

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


[Bug 60229] Add a new metric : sent_bytes

2016-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60229

Philippe Mouawad <p.moua...@ubik-ingenierie.com> changed:

   What|Removed |Added

 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #1 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Oct  9 15:04:10 2016
New Revision: 1763985

URL: http://svn.apache.org/viewvc?rev=1763985=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Disable sent_bytes in properties for batch
Bugzilla Id: 60229

Modified:
jmeter/trunk/bin/testfiles/jmeter-batch.properties

Author: pmouawad
Date: Sun Oct  9 15:03:03 2016
New Revision: 1763984

URL: http://svn.apache.org/viewvc?rev=1763984=rev
Log:
Bug 60229 - Add a new metric : sent_bytes
Bugzilla Id: 60229

Modified:
jmeter/trunk/bin/jmeter.properties
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/TableVisualizer.java
jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/StatisticalSampleResult.java
jmeter/trunk/src/core/org/apache/jmeter/save/CSVSaveService.java
   
jmeter/trunk/src/core/org/apache/jmeter/save/converters/SampleResultConverter.java
   
jmeter/trunk/src/core/org/apache/jmeter/save/converters/SampleSaveConfigurationConverter.java
jmeter/trunk/src/core/org/apache/jmeter/visualizers/TableSample.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/usermanual/listeners.xml

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