You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/08/27 16:11:54 UTC

[Bug 60055] New: HTTP Request Embedded Resources when downloading Embedded Resources

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

            Bug ID: 60055
           Summary: HTTP Request Embedded Resources when downloading
                    Embedded Resources
           Product: JMeter
           Version: 3.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: ahlongas07@gmail.com

Created attachment 34179
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34179&action=edit
The resources in the machine

Using JMeter 3.0 the machine consume all cores and don't inject load.

The reason, I was using "HTTP Request Defaults" and downloading the embedded
resources using this regex:


^((?!google|bootstrapcdn|cloudflare|googleapis|fonts|youtube|doubleclick|google-analytics).)*$ 

to control the kind of content.

I launch the same test using JMeter 2.13 and this don't happen.

I use a AWS machine (c4.8xlarge) with 36 cores, 60 GB RAM and dedicated network
card 4000Mbps.

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

[Bug 60055] Error in HTTP Request Default when downloading Embedded Resources

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60055

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal

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

[Bug 60055] Error in HTTP Request Default when downloading Embedded Resources

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60055

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Can you attach:
- user.properties
- test plan (http request configuration used in jmeter2.13 and 3.0)
- your bin/jmeter if modified
- your Xmx and Xms config
- jmeter.log file generated during the test with 2.13 and 3.0

thank you

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

[Bug 60055] Error in HTTP Request Default when downloading Embedded Resources

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60055

Alejandro Longas <ah...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|HTTP Request Embedded       |Error in HTTP Request
                   |Resources when downloading  |Default when downloading
                   |Embedded Resources          |Embedded Resources

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

[Bug 60055] Error in HTTP Request Default when downloading Embedded Resources

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60055

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEEDINFO                    |RESOLVED

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Alejandro Longas from comment #2)
> Created attachment 34181 [details]
> Attached the additional information
> 
> Hi, I attached the additional information, 
> 
> In JMeter 3, HEAP="-Xms512m -Xmx51200m".
> 
> In JMeter 2_13, HEAP="-Xms512m -Xmx5000m".
> 
> I'm using: Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
> 
> The jmx don't have the ip's.
> 
> Regards,
> 
> Alejandro

Hello,
You say that you affected :
In JMeter 3, HEAP="-Xms512m -Xmx51200m".

But from logs I see:
2016/08/26 12:28:06 INFO  - jmeter.JMeter: Max memory     =514850816 
Which is less than 512 m

So from this I would say that you 3.0 version has 10 times less Heap than 2.13.

Besides, you should know that if you affect 51200m to your heap, you will be
facing Big pauses due to GC.

So you should as a first step affect the same heap as 2.13.


I am closing issue for now, feel free to reopen after fixing the issues.

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

[Bug 60055] Error in HTTP Request Default when downloading Embedded Resources

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60055

--- Comment #2 from Alejandro Longas <ah...@gmail.com> ---
Created attachment 34181
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34181&action=edit
Attached the additional information

Hi, I attached the additional information, 

In JMeter 3, HEAP="-Xms512m -Xmx51200m".

In JMeter 2_13, HEAP="-Xms512m -Xmx5000m".

I'm using: Java(TM) SE Runtime Environment (build 1.8.0_101-b13)

The jmx don't have the ip's.

Regards,

Alejandro

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