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 2013/09/20 09:58:58 UTC

[Bug 55575] New: Jmeter too slow to open big

https://issues.apache.org/bugzilla/show_bug.cgi?id=55575

            Bug ID: 55575
           Summary: Jmeter too slow to open big
           Product: JMeter
           Version: unspecified
          Hardware: HP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: geraldo.mecja@avaloq.com

When I try to open big scripts (~25MB), Jmeter takes too much time to open
them. In my HP Elite i7 Core, it takes more than 30m.

I have tried to change memory settings and use other computers, but the results
are the same.

Half an hour is too much in a professional environment, this is something that
must be improved.

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

[Bug 55575] Jmeter too slow to open big scripts

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

--- Comment #5 from geraldo.mecja@avaloq.com ---
One other thing that may be useful, I noticed that if I continuously move the
mouse over the Jmeter window it takes less time to open. In this case it takes
about 20m, when normally it needs more that half an hour. All these having set
the priority in the taSk manager to "High".

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

[Bug 55575] Jmeter too slow to open big scripts

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

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

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

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
I suggest you rework your script following best practices:
http://jmeter.apache.org/usermanual/best-practices.html
See 16.6 $

If issue persist, reopen this bug.

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

[Bug 55575] Jmeter too slow to open big scripts

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

geraldo.mecja@avaloq.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Jmeter too slow to open big |Jmeter too slow to open big
                   |                            |scripts

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

[Bug 55575] Jmeter too slow to open big scripts

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

--- Comment #2 from geraldo.mecja@avaloq.com ---
I use java 1.6.0_37.

During run-time is doesn't give any problem. It runs quite well.

Also, the script can be hardly reduced in size, since it got some http requests
of about ~3MB.

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

[Bug 55575] Jmeter too slow to open big scripts

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

--- Comment #6 from UbikLoadPack support <su...@ubikloadpack.com> ---
Your script has issues, it seems you have repetitive steps:
HTTPSamplerProxy :
/services/v1/com.avaloq.tools.platform/v1.0/resourceService/resources?shapes=com.avaloq.tools.resources.shape.full

    HeaderManager : HTTP Header Manager

HTTPSamplerProxy :
/services/v1/com.avaloq.tools.delivery/v1.0/deliveryunitservice/getbyid

    HeaderManager : HTTP Header Manager

HTTPSamplerProxy :
/services/v1/com.avaloq.tools.delivery/v1.0/deliveryorderservice/getdeliveryunitclosure

    HeaderManager : HTTP Header Manager

HTTPSamplerProxy :
/services/v1/com.avaloq.tools.delivery/v1.0/deliveryunittreeservice/getdeliveryunittree




You should use a CSV DataSet and WhileController , this would drastically
reduce the size of JMX file.

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

[Bug 55575] Jmeter too slow to open big scripts

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

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

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Could you give the structure of your script using schematic.cmd in extras
folder ?
Thank you

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

[Bug 55575] Jmeter too slow to open big

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

geraldo.mecja@avaloq.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

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

[Bug 55575] Jmeter too slow to open big scripts

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

--- Comment #4 from geraldo.mecja@avaloq.com ---
Created attachment 30927
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30927&action=edit
Script structure

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

[Bug 55575] Jmeter too slow to open big scripts

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

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Sebb <se...@apache.org> ---
Which version of JMeter?
Which version of Java?

Having said that, 25 MB is a huge script file; even if it loads quickly it is
going to require large amounts of memory at run time. You need to look at how
to reduce the script file size, e.g. by using external files to parameterise
the samplers.

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