Monitor Listner in JBoss

2010-05-18 Thread praveen
Hi All, Can we use Monitor listener with Jboss? If so please let me know what exactly I need to do. Help me in this regard. Regards, Praveen.T

Java WebService testing

2010-05-14 Thread praveen
but it is not successful. Let me know whether I am missing anything important. User Manual was not that helpful. Please help me to follow the exact procedure to test a web service in Java. Thanks in Advance. Regards, Praveen.

RE: Inserting dynamic values in the application

2010-05-13 Thread praveen
you.Thanks in Advance. Regards, Praveen. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, May 12, 2010 8:26 PM To: JMeter Users List Subject: Re: Inserting dynamic values in the application Create a CSV file which has two columns with the data (acocunt

Inserting dynamic values in the application

2010-05-12 Thread praveen
actions of customer registration, what is the procedure I need to follow so that while I run the test, dynamic values are inserted for each customer. Thanks in Advance. Regards, Praveen.

Recording from J2ME WTK App

2010-04-05 Thread praveen
Dear All, Please go through the following steps and let me know where I am going wrong 1)Accessed Wireless Toolkit 2.5.2. 2)Go to Edit--->Preferences>Network Configuration 3)Select Use Proxy Server check box and gave the IP address of the system where the application is

load testing standalone application

2010-03-29 Thread praveen
Dear All, I want to load test a standalone application in java. Can anyone help me in this regard. Regards, Praveen.T

Recording from J2ME WTK App

2010-03-25 Thread praveen
Hi All, This is praveen here. I am trying to record the traffic between j2me application and the server. I've setup JMeter 2.3.2. The problem is i am not able to find out as how to record my application(J2ME) actions. Please help me in this regard Regards, Praveen.T

Re: How to monitor JMeter running or not.

2007-05-24 Thread Praveen Kumar
I have posted the same at tomcat-user-list , still not got any response from them . Just waiting for more replies from that mailer list. Thanks Praveen. On 5/24/07, sebb <[EMAIL PROTECTED]> wrote: On 24/05/07, Praveen Kumar <[EMAIL PROTECTED]> wrote: > Hi All, > >

How to monitor JMeter running or not.

2007-05-23 Thread Praveen Kumar
monitor production server ? Or is there any other best way to monitor tomcat server ? Pls could any one help me in this regard. Thanks Domma Raju Praveen Kumar.

Running multiple JMeter engines from Single JMeter Console

2007-04-16 Thread Praveen
t; Can anyone explain How can I actually Implement this using the JMeter. Thanks, Praveen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Diff Type of Timer

2006-03-21 Thread Praveen Kallakuri
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#timers On 3/21/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Can any one please let me know what is the different between different > type > of Timer like Constant throughput timer, Constant Timer, Gaussian Ran

Re: Randomizing Throughput Controller HELP please

2006-03-21 Thread Praveen Kallakuri
I meant if (rand(0,9) < 8) below. On 3/21/06, Praveen Kallakuri <[EMAIL PROTECTED]> wrote: > > Not sure if this is the best solution, but you could use an if controller > containing javascript like ... if (rand(0,9) <= 8). Send HTTP Request B only > if this evaluates to

Re: Randomizing Throughput Controller HELP please

2006-03-21 Thread Praveen Kallakuri
Not sure if this is the best solution, but you could use an if controller containing javascript like ... if (rand(0,9) <= 8). Send HTTP Request B only if this evaluates to true and also set a user defined variable to indicate that this B has been sent. In the next if controller, send A only if the

Re: Testing Browser Specific things

2006-03-21 Thread Praveen Kallakuri
jmeter is for load/stress testing and not browser-based. it is not what you are looking for. not sure about what other tools could provide what you are looking for... maybe the likes of segue's silktest. On 3/21/06, Manjula Priyantha <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm new to JMeter. I

Re: jmeter helper package -- JmeterMeter

2006-01-29 Thread Praveen Kallakuri
ult. Are there some INFO messages that should perhaps be > removed or made DEBUG? I don't remember, but I think there was some noise that I did not need. I will get back to you on this. Thank you. > > S. > On 29/01/06, Praveen Kallakuri <[EMAIL PROTECTED]> wrote: > >

jmeter helper package -- JmeterMeter

2006-01-29 Thread Praveen Kallakuri
http://wiki.apache.org/jakarta-jmeter/JmeterMeter I have finally put up some code that has become indispensible to me while using jmeter to run our load/stress tests. The core idea behind this is that the server running jmeter should do nothing except just that -- generate load. So aggregation o

Re: load Testing.

2005-12-25 Thread praveen
you can't. you have to built seperate monitors that do that and combine them with jmeter output. On 12/19/05, Tapaswini Das <[EMAIL PROTECTED]> wrote: > Hi all, > > > > > > Can any one please tell me how I check CPU usage, Database response time > through JMeter? > > > > > > Thanks & Regards > > T

Re: Controlling the Active Number of Threads at any instance

2005-12-25 Thread praveen
Other than using thread groups and the schedulers within them, I doubt whether this is possible.. and would be interested in know if there is a way to do it. On 12/21/05, Peter Lin <[EMAIL PROTECTED]> wrote: > I've never had to do that myself, perhaps other users will respond. given > it's the ho

Re: All users are not executed properly in Load Testing (Is it the problem in Timer declaration,Ramp up time,Constant timer for the test)

2005-12-25 Thread praveen
1. Does a single thread execute all samplers from the first controller through to the last? 2. Are you able to execute each "user" from start to end (not just a sample) 3. Do you realize that if you specify 10 or 20 seconds in the ramp-up field, it means that all 100 threads will be invoked in that

Re: Multiple loginids and passwords

2005-06-30 Thread Praveen Kallakuri
it will be much simpler if you use the __CSVRead function.. see the manual. . http://jakarta.apache.org/jmeter/usermanual/functions.html#__CSVRead On 6/30/05, Anusha <[EMAIL PROTECTED]> wrote: > Good Day, > > I would like my test to run for 5 users. Each user should have it's own > unique login

Re: Errors in jmeter and tomcat at higher loads

2005-06-30 Thread Praveen Kallakuri
Your test is too intense. Do you have any delay between consecutive samplers in your test plan? You might very well be running a DOS attack against your server. As for the IO exceptions,.. I used to get IO exceptions in jmeter when there were too many threads receiving a response from the server.

Re: [Fwd: Re: out of memory errors]

2005-06-29 Thread Praveen Kallakuri
jects are incredibly memory > intense, but that seems far-fetched. > > Java (32-bit) is only able to use something like 2G of memory anyway. > > -Mike > > On Wed, 2005-06-29 at 10:24 -0500, Praveen Kallakuri wrote: > > > The test script has a lot of regex extractors

Re: [Fwd: Re: out of memory errors]

2005-06-29 Thread Praveen Kallakuri
the regex extractors - maybe they use a lot of memory setting up, and > once you've cloned them 125 times, it's just too much? Still, I would > not expect that to take 1800MB of memory! > > It would be interesting to run a profiler on this test. > > -Mike > > >

Re: out of memory errors

2005-06-29 Thread Praveen Kallakuri
is not able to utilize all the resources given to it. i am thinking this could be a simple java setting and hence doubt whether the platform has any impact.. On 6/29/05, Rupendra Butola <[EMAIL PROTECTED]> wrote: > Hi Praveen, > > Please execute the same file with jmete

Re: out of memory errors

2005-06-29 Thread Praveen Kallakuri
for the lack of a better option... i have uploaded the jmx file to the below URL.. it should be accessible for a while... http://s51.yousendit.com/d.aspx?id=1649TJZY5OU5P1JA1MFNYIC3QU On 6/29/05, Praveen Kallakuri <[EMAIL PROTECTED]> wrote: > my mail to the list with the jmx attache

Re: out of memory errors

2005-06-29 Thread Praveen Kallakuri
my mail to the list with the jmx attached bounced.. looks like the attachment was too large... i will find a way to put it somewhere else in a short while... the jmx file itself has some complex loops and conditions... not sure what else i should describe about it... On 6/29/05, Praveen

out of memory errors

2005-06-29 Thread Praveen Kallakuri
hello, i am using jmeter 2.1.20050327 (compiled from source) on a linux box. the box has 2068332 kB total memory of which 1932968 kB is free. the jmx file being used is 492 kB. the number of threads configured is 125 with a total rampup time of 2500 seconds. within a few seconds after i start jm

network throughput

2005-02-04 Thread praveen
the aggregate report contains a column to the end what i believe is network throughput in kbps. for which object should i switch debugging on so that this number is displayed per thread in the log? thank you -- k.p. ---

Re: Extracting value against checkbox in a web page

2005-01-12 Thread praveen
it would help if you sent the text you are trying to match against. also, have you checked the jmeter wiki on regular expressions? On Wed, 12 Jan 2005 14:49:24 +0530, Kumar, Amit <[EMAIL PROTECTED]> wrote: > Hi, > > I am using JMeter for a web application. I have to extract value against a >

Re: dumping response on regex failure

2004-12-28 Thread praveen
ect functional test mode, only the summary > information will be logged - not including the response itself. > > However, the Save Responses Post-Processor always saves the entire > response, and can be set to save error responses only. So try that and > see how you get on. > > S.

dumping response on regex failure

2004-12-11 Thread praveen
hello everyone i was wondering whether something like this was used by others on this group. normally saving responses to a file seems to be unnecessary.. but under certain conditions where a regex fails, i would like the entire response to be dumped somewhere... even to jmeter log for that matte

SSL warning

2004-12-03 Thread praveen
i keep getting this warning during my tests for https requests. 2004/12/02 08:53:05 [GHS Thread Group1-1] WARN - jmeter.protocol.http.sampler.HTTPSampler: You may have forgotten to set the ssl.provider property in jmeter.properties java .lang.NullPointerException at org.apache.jmeter.pr

Re: Excel tips and tricks

2004-12-01 Thread praveen
I have a perl program that follows the tail of jmeter.log displaying real time info: printf OUT "$date active=" .scalar(@threads) . " term=$numDone max=$max #req=%d art=%.2f #req=%d art3=%.2f\n",$rt->art(), $rt->art(10); each line of output has: datetime number of active threads number of thr

stopping a thread

2004-11-30 Thread praveen
hi all. i need logic similar to the psuedocode below: .. .. HTTP sampler Regular Expression Extractor gets a value for VAR If Controller "${VAR}"=="null" Stop thread What can I use to stop the thread, other than using a sampler? Selecting the option "stop thread o

Re: nesting constants/variables between two groups in template

2004-11-24 Thread praveen
priate order looks to be non-trivial... > > 2) This looks like a bug. > > S. > > > > On Tue, 23 Nov 2004 18:17:23 -0600, praveen <[EMAIL PROTECTED]> wrote: > > > 3. I also find that if the variable name (eg. variable_name) contains > > > an underscore, $

Re: nesting constants/variables between two groups in template

2004-11-23 Thread praveen
> 3. I also find that if the variable name (eg. variable_name) contains > an underscore, ${variable_name_g1} is not resolved to the variable > value (in the PATH field of a HTTP request. Not sure about the rest of > the places.) I realized the above is incorrect. I got it to work. The rest two i

Fwd: nesting constants/variables between two groups in template

2004-11-23 Thread praveen
-- Forwarded message -- From: praveen <[EMAIL PROTECTED]> Date: Tue, 23 Nov 2004 18:05:02 -0600 Subject: Re: nesting constants/variables between two groups in template To: sebb <[EMAIL PROTECTED]> Thanks for the detailed explanation Kyle. The Match No. I use is &

nesting constants/variables between two groups in template

2004-11-23 Thread praveen
I have a regex (rex1)(rex2)(rex3) The template looks like $1$CONSTANT$3$ But the result I see is: $1$$2$CONSTANT Even if I replace the CONSTANT with some variable, the same thing happens. I am using 2.1.20041011 (build from src). Is it a bug or am I doing something wrong? thanks --

regex question

2004-11-23 Thread praveen
I am using jmeter compiled from source. the version is 2.1.20041011 I am curious to know that in regex, \d+ works, but \d{4} or \d{4,} does not. Doesn't jmeter support perl5 regex? if so, why wouldn't the above work? thanks for your response. --

__Random function generates same random number

2004-10-11 Thread praveen
I want to create requests like http://somedomain.com/someArbitrarySesionString?name=RandomNumber i have the following in the PATH field of my GET HTTP request. ${form_action_uri}?${__regexFunction((name=")(survey.q\d+)(" value="1"),$2$=${__Random(0,5,rand5)},ALL,&,null,nv_pairs)} form_acti

jmeter.protocol.http.sampler.HTTPSampler: java.io.IOException

2004-09-24 Thread praveen
2004/09/21 19:20:17 ERROR - jmeter.protocol.http.sampler.HTTPSampler: java.io.IOException I have configured my testplan to kill threads on error. So a lot of threads during the test end up getting the above exception and end up dying under heavy load. >From what I can understand, the HTTP connect

Re: Which is the best Perfomance Monitoring Tool for Linux?

2004-08-26 Thread praveen
your solution is top for a specific app. read top's man page. there are options to dump it into a file and that too for a specific command. On Thu, 26 Aug 2004 06:23:38 -0700 (PDT), Shankar s <[EMAIL PROTECTED]> wrote: > Thanx for all your suggestiong. > > Ivan Rancati: gnome-system-monitor will

converting http testplan to https

2004-08-17 Thread praveen
I created a testplan that works pretty good with http. I did not record this, I created the various steps from jmeter's interface. The server has always been redirecting me to https since thats what it takes. I want to eliminate this and send https request to begin with. The archives show that seve

regex extractor termplate

2004-07-16 Thread praveen
hello- i am using jmeter 2.0.1 on linux using jdk 1.4. my regex is something like (grp1_regex)(grp2_regex)(grp3_regex) in the template, i have this $2$${__CSVRead(/home/praveen/usr/jmeter/guo/names.csv,4)}/$3$ what i am trying to construct here is a URL $2

large file support problems

2004-05-19 Thread Praveen Kallakuri
i posted this question a couple of days back, but couldn't invoke a response. second try. i have a 24MB file sitting on a http server. its an FLV (flash video) file. i setup jmeter to request that file using http://someserver/flashfile.flv. below the HTTP Request, i have an assert listener tha

Re: how do I open a jtl file?

2004-05-18 Thread Praveen Kallakuri
panel. If that doesn't work, it's probably because something unexpected happened, and you should be able to see an error report in the log file. -Mike On Mon, 2004-05-17 at 20:05, Praveen Kallakuri wrote: i have a silly question. if i run jmeter in non-gui mode and specify a jtl file to w

how do I open a jtl file?

2004-05-17 Thread Praveen Kallakuri
i have a silly question. if i run jmeter in non-gui mode and specify a jtl file to write results to, how do i later open it up using jmeter? which visualizer would allow me to view the results in jmeter? i tried the aggregation report and a couple of other listeners but none seem to show me the

Newbie Question

2003-02-06 Thread Praveen
Hi All, Can I use this fine tool to test ASP applications hosted on MS IIS4.0 server or it can be used only for Test JAR/WAR/EJB in the typical JAVA enviro using Tomcat4.01/Weblogic servers. Thanks for the Info. -Praveen.C - Original Message - From: "Stuart Barlow" <[EMAIL PROTECTED]> To

New article about JMeter

2003-02-05 Thread Praveen
e20.inet.tele.dk/helbig/articles/javaboutique/JMeter/jmeter.htm > > /keld > > > > > "Praveen" > <[EMAIL PROTECTED]To: "JMeter Users List" <[EMAIL PROTECTED]> >

Re: New article about JMeter

2003-02-05 Thread Praveen
Any Idea of hosting the same article in the pdf format so that one can download and study the material offline. Thanks. -Praveen.c - Original Message - From: "Wolfram Rittmeyer" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: 05 February, 2003 3:05 PM Subject: AW: New