Re: how to use monitor results

2007-12-17 Thread Joseph Ribin Roy
Hi sijay, In Windows I will go for Perfmon, It's a good tool, and most of the applications can be monitored from it specifically. And on Jconsole is more of management tool for 'JAVA applications' than a monitoring tool. It can be used for monitoring as well but Perfmon have

Re: java object request load test

2007-12-17 Thread dennis
Do you mean Java Request Sampler? Using Java Request Sampler, you can write a java class to send request to your server. More details can be found here: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request Gurkan Ustunkar wrote: Hello, I am new to the list so

Re: java object request load test

2007-12-17 Thread Gurkan Ustunkar
well I have already gone over this in the user manual. What I try to learn is that: I want to deserialize the object I have serialized to a file (request out). Is there a place that I can write down the code to do that usng jmeter? Something like: ObjectInputStream in = new

Re: java object request load test

2007-12-17 Thread sebb
On 17/12/2007, Gurkan Ustunkar [EMAIL PROTECTED] wrote: well I have already gone over this in the user manual. What I try to learn is that: I want to deserialize the object I have serialized to a file (request out). Is there a place that I can write down the code to do that usng jmeter?

Re: java object request load test

2007-12-17 Thread Gurkan Ustunkar
two type of communication takes place.. one is http. this is used when file transferring takes place.. however the one I want to test is not a standart protocol. we create serialized objects and send them over socketconnection to the specified port of the server.. I have now a sample serialized

Re: java object request load test

2007-12-17 Thread sebb
It's possible that the TCP sampler: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#TCP_Sampler may be sufficient, otherwise you will have to write your own sampler. Probably easiest to prototype it using the BeanShell sampler. On 17/12/2007, Gurkan Ustunkar [EMAIL

Regular expression issue

2007-12-17 Thread Ori Marco
Hi I trying to extract data from DB with any kind of characters and using the expression: [^\t\n]* I check it with http://jakarta.apache.org/oro/demo.html and it worked fine but in JMETER I failed to extract the data for example : NameAddress DOB AB New York

Re: Regular expression issue

2007-12-17 Thread sebb
Works for me using $0$ as the template. What template did you use? On 17/12/2007, Ori Marco [EMAIL PROTECTED] wrote: Hi I trying to extract data from DB with any kind of characters and using the expression: [^\t\n]* I check it with http://jakarta.apache.org/oro/demo.html and it worked

RE: Regular expression issue

2007-12-17 Thread Ori Marco
Sorry ... forgot to wrap with () ([^\t\n]* ) instead of [^\t\n]* Ori Marko Quality Assurance Engineer Praxell Inc. Mobile: 0524-455-177 Office:03-6126060 Ext 612 Fax: 03-6126066 http://www.praxell.com -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, December 17,

Re: Regular expression

2007-12-17 Thread MrMax
So, (https*):\/\/([^]) would pick up the protocall and the domain and path and the : doesn't need to be escaped because it is not a special character? sebb-2-2 wrote: On 14/12/2007, MrMax [EMAIL PROTECTED] wrote: I have used ([htps]+)\:\/\/[^]+ successfully, provided you have a quote at

Re: how to use monitor results

2007-12-17 Thread sijay reddy
hi joseph, is it possible to analyze remote system performance by using perfmon...how to analyze the performance of the application and server by using this...what factors are needed to analyze the performance...is there any other tool for this...what about webload...is this useful or not

Re: Regular expression

2007-12-17 Thread sebb
On 17/12/2007, MrMax [EMAIL PROTECTED] wrote: So, (https*):\/\/([^]) would pick up the protocall and the domain and path and the : doesn't need to be escaped because it is not a special character? The // does not need to be escaped either, but the RE is wrong, it should be: (https?)://([^]+)

Re: JMeter and oracle single sign on SSO

2007-12-17 Thread Shaba
Hi, I did face a issue much alike yours,possible ways could be. 1.Specify in jmeter.properties. 2.use SSL Manager to point to the cert you require. Hope i understood ur question right -Shabana On 11/28/07, wzkl52 [EMAIL PROTECTED] wrote: Hi I build my plan test by using a local

Regex Problem

2007-12-17 Thread Ravindra Gupta
Hi Everybody, I am having problem with regular expression. The below given code is actually is a part of table and repeated mannier times with unique id (yellow marked): tdnbsp; 11220/td tdnbsp; rgupta/10.4.30.245/td tdnbsp; Integration Framework Job/td tdnbsp; Export - RFX - /td tdnbsp;

need help

2007-12-17 Thread Jmeter
Hi Gurus, I am very new to Jmeter. I need to do load test on a website, Please help in understand the following terms in Jmeter. Though I have gone through the documents on Jakarta site, I am not able to understand concepts in detail. The below is the output I got in view