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 2017/10/12 03:26:50 UTC

[Bug 61608] New: JMeter test is stopped immediately if I config ramup is less than 1 second

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

            Bug ID: 61608
           Summary: JMeter test is stopped immediately if I config ramup
                    is less than 1 second
           Product: JMeter
           Version: 3.2
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: test.studio60@gmail.com
  Target Milestone: ---

Created attachment 35411
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35411&action=edit
My Test Script  running

I configure a script as below:

Run 4 URLs for 4 specific page of a website - Use 4 Throughput Controller with
value setting as below and delay time between request is 1 second

Thread Group:
Number of Thread User is: ${__P(thread,100)}

Ramup Period (in second)is: ${__P(ramup,10)}


Schedule checked with Duration value is ${__P(duration,900)}


There are 6 Throughput Controler is set for my test plan and Constant Timer is
1000 (delay 1 second between request) with below as below:

Throughput Controller 1 is 15% with Percent Execution Value is set is : 15.0

Http request 1: uat-my7xmas.s60.com.au/


Throughput Controller 2 is 15% with Percent Execution Value is set is : 15.0

Http request2: uat-my7xmas.s60.com.au/celebrity-picks

Throughput Controller 3 is 15% with Percent Execution Value is set is : 15.0

Http request3: uat-my7xmas.s60.com.au/discover-gifts

Throughput Controler4 is 15% with Percent Execution Value is set is : 15.0

Http request4: uat-my7xmas.s60.com.au/celebrity-picks/sarah-cummin


Throughput Controler5 is 20% with Percent Execution Value is set is : 20.0

Http request5: uat-my7xmas.s60.com.au/celebrity-picks/tom-williams


Throughput Controler6 is 20% with Percent Execution Value is set is : 20.0

Http request 6: uat-my7xmas.s60.com.au/shop-by-brand/camera_house


On Non Gui mode I run commandline as below:

jmeter -n -t "C:\JMeter\1210\Script_12_10.jmx" -l "C:\JMeter\1210\LOG1.jtl" -D
thread=1000 -D ramup=100 -D duration=1800


Base on my command line above (Thread =1000 and Ramup =100)

Actual Result:
Just run some first concurence user and stop after that. 

Expected Result
Should run total 1000 concurence usser and loop my test in 30 minutues

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

--- Comment #6 from studio test <te...@gmail.com> ---
Hi Philip,
can you please loop into my issue base on new configure update? Appreciate your
help.

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Did you find your problem ?
Based on configuration you provided it works fine for me.

So I would need more information and that you explain what happens with last
configuration .

Thanks

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

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

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

--- Comment #8 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Closing as no answer from reported and it works for me

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

studio test <te...@gmail.com> changed:

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

--- Comment #2 from studio test <te...@gmail.com> ---
Supply my PC configuration:

2vCPU,4GB RAM -Virtual Machine - Windows7

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

--- Comment #5 from studio test <te...@gmail.com> ---
Created attachment 35414
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35414&action=edit
I attached the screenshot for Loop Count configure

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

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

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
You didn't set Loop Count to infinite so 1 iteration is ran and the thread
exits.
As you can see from Summary:
- 1000 threads were started
- Each 1 ran 1 request

http://jmeter.apache.org/usermanual/component_reference.html#Thread_Group
http://jmeter.apache.org/usermanual/build-web-test-plan.html

Next time, please ask first on user mailing list.
Regards

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

studio test <te...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |---
             Status|RESOLVED                    |REOPENED

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

--- Comment #1 from studio test <te...@gmail.com> ---
Created attachment 35412
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35412&action=edit
Screenshot for test is stopped immediately

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

[Bug 61608] JMeter test is stopped immediately if I config ramup is less than 1 second

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

--- Comment #4 from studio test <te...@gmail.com> ---
Hi Philip,

I checked Loop Count is forever and Schedule option is checked with Duration
value is "{__P(duration,900)} "

Pleaes help me check. Sorry for the inconvenience if anything unclear with you.

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