Re: Report Question

2010-01-05 Thread Maria Alejandra Trozzi
ter-result.html#sample > > regards > deepak > > On Tue, Dec 29, 2009 at 8:50 AM, Maria Alejandra Trozzi > wrote: > > > Thank you very much ! > > > > 2009/12/28 Deepak Shetty > > > > > > I can't find a report that summarizes the results of my

Re: Better Throughput with more users...

2010-01-05 Thread Maria Alejandra Trozzi
of those resources may become a limitation. > > I hope that adds clarity! > > Carl > > > On 12/29/09 10:43 AM, "Maria Alejandra Trozzi" wrote: > > > Thanks !! > > Carl: I don't undestand to what machines do you refer with "load machine&quo

Re: Distribution Graph and Graph

2010-01-05 Thread Maria Alejandra Trozzi
nsider all 300 requests and calculate the 90th percentile which > would only be the same in the special case that there is only one sampler. > In all other cases they will probably be different. > > regards > deepak > > On Mon, Jan 4, 2010 at 6:24 AM, Maria Alejandra Trozzi >

Re: Simulated Bandwidth

2010-01-05 Thread Maria Alejandra Trozzi
= 512000 bits/s > 8 bits = 1 byte > 1024 bytes = 1KB > > 512000 / 8 / 1024 = ~62.5 KB/s or cps (character per second) > > 256 Kbits/s = ~31.25 KB/s or cps > > Milamber > > > Le 30/12/2009 12:49, Maria Alejandra Trozzi a ecrit : > > Hello! Thank you very muc

Re: Distribution Graph and Graph

2010-01-04 Thread Maria Alejandra Trozzi
,2=20%,3=20%,4=20%,5=10%, 6=10%) > 50% threshold line will coincide with the bar graph for the 3 second > response time > 90% threshold line will coincide with the bar graph for the 5 second > response time > > > > regards > deepak > > > > > On Tue, Dec 29, 2

Re: Simulated Bandwidth

2010-01-04 Thread Maria Alejandra Trozzi
4 = ~62.5 KB/s or cps (character per second) > > 256 Kbits/s = ~31.25 KB/s or cps > > Milamber > > > Le 30/12/2009 12:49, Maria Alejandra Trozzi a ecrit : > > Hello! Thank you very much!! >> How many cps do you suggest to emulate a 512 or 256 KB conection ?? >>

Re: Simulated Bandwidth

2009-12-30 Thread Maria Alejandra Trozzi
> *Milamber* > * > Le 28/12/2009 19:49, Maria Alejandra Trozzi a ecrit : > > Hi >> Is there a way in Jmeter to simulate low bandwidths ? >> Thanks ! >> >> >> > >

Distribution Graph and Graph

2009-12-29 Thread Maria Alejandra Trozzi
I'm getting some "strange" graphs in my tests Here I attach the Distribution Graph for 20users and 50 users and the Graph of Response Times... for 100 users. I've read in the manual that a distribution graph like the one of 50 users with the 90line outside the graph may mean a "memory leak", b

Re: Report Question

2009-12-29 Thread Maria Alejandra Trozzi
mples), > its > fairly simply to Chart using Excel. > > regards > deepak > > On Mon, Dec 28, 2009 at 11:49 AM, Maria Alejandra Trozzi < > matro...@gmail.com > > wrote: > > > Hi > > I'm using Jmeter to test a Web App, and I'm now analizing resu

Re: Better Throughput with more users...

2009-12-29 Thread Maria Alejandra Trozzi
2009/12/28 Deepak Goel > I guess it should be like that. More the number of concurrent users, > more the throughput. If you could please post the exact results, that > might help. > > On Tue, Dec 29, 2009 at 2:23 AM, Maria Alejandra Trozzi > wrote: > > Hi ! > > I

Re: Session vars - question

2009-12-28 Thread Maria Alejandra Trozzi
_Manager > Mail archive > http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/ > use google to search > > regards > deepak > > > On Mon, Dec 28, 2009 at 12:20 PM, Maria Alejandra Trozzi < > matro...@gmail.com > > wrote: > > > Hi !! Sorry, b

Better Throughput with more users...

2009-12-28 Thread Maria Alejandra Trozzi
Hi ! I'm getting better throughput with more concurrent users (same test run with 20, 50 and 100 concurrent users) Can you tell me if it is a valid output or if it there could be some bad results ?? Thanks !

Re: Session vars - question

2009-12-28 Thread Maria Alejandra Trozzi
und and try stuff > and mail again if you get stuck. > > On Monday, December 28, 2009, Maria Alejandra Trozzi > wrote: > > Hi ! I'm testing a .NET app, that uses session variables for most > > parameters... > > It's possible to send those session variables ?

Session vars - question

2009-12-28 Thread Maria Alejandra Trozzi
Hi ! I'm testing a .NET app, that uses session variables for most parameters... It's possible to send those session variables ?? Tks! Alejandra.

Report Question

2009-12-28 Thread Maria Alejandra Trozzi
Hi I'm using Jmeter to test a Web App, and I'm now analizing results. I can't find a report that summarizes the results of my different tests as I add concurrent users. For example: I started with 20 users (threads), later I run a test with 50 users, and a final test with 100 users. One graph that

Simulated Bandwidth

2009-12-28 Thread Maria Alejandra Trozzi
Hi Is there a way in Jmeter to simulate low bandwidths ? Thanks !

Re: Resource Consumption

2009-11-03 Thread Maria Alejandra Trozzi
lock etc would be indicated to Jmeter as the sample does not >> return (or takes increasingly longer times with loads) but you would have >> to >> profile your application while jmeter is running to diagnose the cause >> >> regards >> deepak >> >> For t

Re: Resource Consumption

2009-11-02 Thread Maria Alejandra Trozzi
would have > to > profile your application while jmeter is running to diagnose the cause > > regards > deepak > > For threads deadlock etc > > On Mon, Nov 2, 2009 at 11:27 AM, Maria Alejandra Trozzi > wrote: > > > Hi > > I'm starting using Jmeter and

Resource Consumption

2009-11-02 Thread Maria Alejandra Trozzi
Hi I'm starting using Jmeter and it's great! but I can't find reports on resource consumption tests (CPU, memory...) and threads (deadlocks, contention, etc.) Can I do it with jmeter? If not, is there any other stress tool to acomplish this ? Thanks !