sprasad | 1 Oct 2011 07:07
Picon

Re: If i do a manual execution by adding extended status bar to firefox

I have calculated manually by adding up all the response times in 'Average'
column and divided by number of labels, in my case that would
3920/7=560....if i divide it by 1000 to show it in seconds it would 0.56,
but here the value is 0.66 which i got in aggregate report...

actually the table which i have given you is aggregate report of a simple
login test script of my application, instead of the URL I have just given
numbers. This Login has been run for 25 users - total 7 navigations

One more thing you said last row value is not much useful ? then which value
should we consider to say that, you know, this login is taking "this" amount
of time for N number of users.??

Is Min. and Max. values against the labels are the response time (in
milliseconds) for that particular label/navigation - right ???

Thanks,
Sd

On Fri, Sep 30, 2011 at 10:25 PM, shettyd [via JMeter] <
ml-node+s512774n4857796h86 <at> n5.nabble.com> wrote:

> how have you calculated it manually (the last row value is not much useful
> anyway)?
> If Request1  = 10 samples each 10 secs therefore avg =10 seconds
> and request2 = 1 sample , 1 second therefore avg = 1 second
> then overall average = (10*10 + 1*1)seconds/(10+1) samples.
>
>
>
(Continue reading)

sebb | 1 Oct 2011 10:46
Picon

Re: If i do a manual execution by adding extended status bar to firefox

On 1 October 2011 06:07, sprasad <sprasad.sadu <at> gmail.com> wrote:
> I have calculated manually by adding up all the response times in 'Average'
> column and divided by number of labels, in my case that would
> 3920/7=560....if i divide it by 1000 to show it in seconds it would 0.56,
> but here the value is 0.66 which i got in aggregate report...

You cannot average averages buy adding them, unless each average
represents the same number of samples.

You have to multiply each average by the number of samples it
represents, add them all together, then divide by the total number of
samples.

> actually the table which i have given you is aggregate report of a simple
> login test script of my application, instead of the URL I have just given
> numbers. This Login has been run for 25 users - total 7 navigations
>
> One more thing you said last row value is not much useful ? then which value
> should we consider to say that, you know, this login is taking "this" amount
> of time for N number of users.??
>
> Is Min. and Max. values against the labels are the response time (in
> milliseconds) for that particular label/navigation - right ???

Yes.

> Thanks,
> Sd
>
>
(Continue reading)

sebb | 1 Oct 2011 11:26
Picon

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

On 30 September 2011 20:49, Basim Baassiri <basim <at> baassiri.ca> wrote:
> Hi,
> I started jmeter with DEBUG logging on (running on window 7)
> jmeter -Ljmeter.engine=DEBUG
>
> i have a test plan that I've seen work and run against a test environment
> and when i start the testplan against a different environment, jmeter
> appears to not respond or be active.  There is a period of time in the logs
> that nothing happens so i stopped the test
>
> 2011/09/30 15:33:39 INFO  - jmeter.gui.action.Start: Stopping test
> 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
> Group 1-30
> 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
> Thread Group 1-30 sampler: Product Tab
> 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
> Group 1-24
> 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
> Thread Group 1-24 sampler: Program Tab
> 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
> Group 1-9
> 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
> Thread Group 1-9 sampler: Contract Tab
> 2011/09/30 15:33:41 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Thread Group 1-9
> 2011/09/30 15:33:41 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-9
> 2011/09/30 15:33:42 INFO  - jmeter.threads.JMeterThread: Thread finished:
> Thread Group 1-30
> 2011/09/30 15:33:42 INFO  - jmeter.engine.StandardJMeterEngine: Ending
(Continue reading)

Basim Baassiri | 1 Oct 2011 16:52
Picon
Favicon

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

HI
just to confirm that this is the bug that might resolve my issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=51880

On Sat, Oct 1, 2011 at 5:26 AM, sebb <sebbaz <at> gmail.com> wrote:

> On 30 September 2011 20:49, Basim Baassiri <basim <at> baassiri.ca> wrote:
> > Hi,
> > I started jmeter with DEBUG logging on (running on window 7)
> > jmeter -Ljmeter.engine=DEBUG
> >
> > i have a test plan that I've seen work and run against a test environment
> > and when i start the testplan against a different environment, jmeter
> > appears to not respond or be active.  There is a period of time in the
> logs
> > that nothing happens so i stopped the test
> >
> > 2011/09/30 15:33:39 INFO  - jmeter.gui.action.Start: Stopping test
> > 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
> > Group 1-30
> > 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
> > Thread Group 1-30 sampler: Product Tab
> > 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
> > Group 1-24
> > 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
> > Thread Group 1-24 sampler: Program Tab
> > 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
> > Group 1-9
> > 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
> > Thread Group 1-9 sampler: Contract Tab
(Continue reading)

itsbritto | 1 Oct 2011 20:45
Picon
Gravatar

Re: User supplied variables in JMeter test

if the usa are created from previous request means. Better you can use
regular expression component to get the I'd and make use of it anywhere

good luck
-brittoC
On Sep 30, 2011 12:39 PM, "Nishant Chandra" <nishant.chandra <at> gmail.com>
wrote:

> Hi,
>
> I have created a test plan in Jmeter for "Web Service(SOAP request)".
> The web API takes product Id as input.
>
> In a single test run, I want to invoke the API with 100 product Ids.
> Is there any way through which I can loop over product Ids and in each
> loop I can insert new product Id dynamically?
>
> Thanks,
> Nishant
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help <at> jakarta.apache.org
>
>
itsbritto | 1 Oct 2011 20:47
Picon
Gravatar

Re: JMeter and MySQL?

save the jmeter summary report in cab and load it into db.. simple
On Sep 29, 2011 5:28 PM, "vineeth" <vineeth.sasidharan <at> spi.com> wrote:

> Hi all
>
> We have been using JMeter for quite some time (current JMeter5.0). Is there
> any specific way with which:
>
> 1.      JMeter Test Results can be written to MySQL Database?
>
> 2.      Parameters/Variables, Iteration Number, Assertion Values, Regular
> Expression Results and Real Time User Data can be written to MySQL
> Database?
>
> *** We are considering both the above cases for a simple Web Application
> performance test and not for any Database/MySQL Load testing
>
> Inputs/Suggestion will be greatly appreaciated.
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/JMeter-and-MySQL-tp4852783p4852783.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help <at> jakarta.apache.org
>
>
(Continue reading)

itsbritto | 1 Oct 2011 20:56
Picon
Gravatar

RE: JMeter not sending values

Hi mkt

Is that https site you tried in bad boy.And one more thing I wanna clarify
with you , if you recorded it in https then you need to change the port and
protocol in jmeter request as 443 and https
On Sep 26, 2011 10:52 PM, "Nermin CALUK" <nermin <at> atlantbh.com> wrote:

> Maybe sending corresponding part of jmeter.log will shed some light on
> what's happening under the hood - please share some more precise details
>
> Nermin
>
> -----Original Message-----
> From: mkt [mailto:michaelkturner.tx <at> gmail.com]
> Sent: 26. septembar 2011 19:13
> To: jmeter-user <at> jakarta.apache.org
> Subject: JMeter not sending values
>
> I recorded the registering of a class in BadBoy, playback works fine class
> is
> saved.  Export to JMeter run the test and nothing.  Recorded in JMeter
> using
> Proxy, run nothing.
>
> There about 10 name/value pairs the same 5 or so duplicated which all show
> up in BadBoy, but in JMeter you only see 1 set of them and no value is sent
> for the course.
>
> --
> View this message in context:
(Continue reading)

itsbritto | 1 Oct 2011 21:00
Picon
Gravatar

Re: How to record different action

yes you can do it.. first thing you need to do is record your actions alms
then parameterize it simple.

check this for recording brittoc.wordpress.com

-brittoC
On Sep 26, 2011 12:31 PM, "vamba" <vino10.testing <at> gmail.com> wrote:

> Hi ,
>         can any 1 pl tel me the solution for mu below question
>
> I have to record 5 action for example 1.login 2.user creation etc ..for the
> login part i need to given 10 user and for user creation 20 user etc
> ...finaly all should be run and need to get the seperate report for each
> action ..is it possible in jmeter ...pl assist me
>
> or
>
> I have record all the 5 action using different test plan ..can i call all
> the script and run in single ..and it should have different thread group
> ..vl it possible
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4840416p4840416.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help <at> jakarta.apache.org
(Continue reading)

itsbritto | 1 Oct 2011 21:15
Picon
Gravatar

Re: Extracting Hidden Values in Jmeter

May be you can add the http cookie manager to get the values related to
session
brittoC
On Sep 16, 2011 8:55 PM, "Deepak Shetty" <shettyd <at> gmail.com> wrote:

> Hi
> Session is on the server so as long as you pass the session id you are good
> - usually you have to add cookie manager
> What is more likely is you aren't extracting the data correctly.jmeter will
> have recorded the name value pairs that are being posted back but some of
> the values are probably dynamic and change. You need to extract out those
> values.
> The values have to be there somewhere in the html or java script otherwise
> the browser can't send them back either
> Regards
> Deepak
> On Sep 16, 2011 7:06 AM, "chanda" <kcmarai <at> yahoo.com> wrote:
> > I have a ASP.net Page with Ajax calls and post backs happenning, I need
> to
> > enter the values and submit the form following are the steps.
> > 1. When I enter an SSN and tab out a post back is happenning and a
> request
> > is recorded in the Jmeter.
> > 2. I enter First Name and Date of Birth and tab out another post back is
> > happenning and another request is created in Jmeter.
> > 3. I click on Submit another request is created in Jmeter.
> >
> > The issue here is in the step one when I enter the SSN and tab out in the
> > application they are also extracting some values through code from
> session
(Continue reading)

sebb | 2 Oct 2011 15:57
Picon

Re: not all thread group ending with nothing in the logs WARN Thread won't exit after stopping

On 1 October 2011 15:52, Basim Baassiri <basim <at> baassiri.ca> wrote:
> HI
> just to confirm that this is the bug that might resolve my issue
> https://issues.apache.org/bugzilla/show_bug.cgi?id=51880

Not exactly - that was a bug exposed/caused by a previous fix to
shutdown handling.

Please wait until 2.5.1 is released and try again with that.

>
> On Sat, Oct 1, 2011 at 5:26 AM, sebb <sebbaz <at> gmail.com> wrote:
>
>> On 30 September 2011 20:49, Basim Baassiri <basim <at> baassiri.ca> wrote:
>> > Hi,
>> > I started jmeter with DEBUG logging on (running on window 7)
>> > jmeter -Ljmeter.engine=DEBUG
>> >
>> > i have a test plan that I've seen work and run against a test environment
>> > and when i start the testplan against a different environment, jmeter
>> > appears to not respond or be active.  There is a period of time in the
>> logs
>> > that nothing happens so i stopped the test
>> >
>> > 2011/09/30 15:33:39 INFO  - jmeter.gui.action.Start: Stopping test
>> > 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
>> > Group 1-30
>> > 2011/09/30 15:33:39 WARN  - jmeter.threads.JMeterThread: Interrupting:
>> > Thread Group 1-30 sampler: Product Tab
>> > 2011/09/30 15:33:39 INFO  - jmeter.threads.JMeterThread: Stopping: Thread
(Continue reading)


Gmane