Proxy problem resovled?

2002-05-23 Thread neth6
Hi Mike, Has the proxy problem regarding the following websites been resolved? If not I'll take a look at them. www.livingwithoutmicrosoft.org hometown.aol.ca www.sourceforge.net Thanks, neth __ For the latest news, go to http://w

Re: Loading saved test plans fails on W2K(Japanese)

2002-04-25 Thread neth6
Hi Shunsuke, Thanks. I'll update the cvs as soon as I can. neth Begin Original Message From: "Shunsuke Masuda" <[EMAIL PROTECTED]> Sent: Wed, 24 Apr 2002 23:35:02 +0900 To: <[EMAIL PROTECTED]> Subject: Loading saved test plans fails on W2K (Japanese) Hello, I use the latest JMeter

Re: Design question regarding sampling

2002-04-24 Thread neth6
Hi Aaron, Try creating 10 'HTTP Request' with each pointing to a html page with 10 . Stick a 'View Results Tree' to the same 'ThreadGroup'. 'Run' JMeter. Select 'View Results Tree' and you'll see each of the 10 'HTTP Request' appear as soon as they are sampled. If you expand the 'HTTP Request

Avalon, JMeter and EJBs

2002-04-12 Thread neth6
Hi Mike, Sorry but I was very busy with work through the weekends for the past couple of weeks. I'm currently still coding the part to save EJB components into .jmx. Also I need to ensure that users can create objects (currently only primitives and Strings) as parms to the remote EJB method

Re: RE: using Avalon

2002-03-25 Thread neth6
Hi, I agree with Kevin that we should reconsider utilizing JDK1.4-only features in JMeter. A good software should have minimal prereqs, think Linux vs Windows hardware prereqs. I've just started to review the Avalon framework. Personally, I kinda like LogKit (which is log4j, right?) and J

Re: Re: improved(?) GraphVisualizer

2002-03-18 Thread neth6
Hi, I think GraphVisualizer Full is supposed to be an improvement over GraphVisualizer. Just like ViewResultsVisualizer Full is an improvement over ViewResultsVisualizer. This statement is a bit biased 'cos GraphVisualizer Full is done by me. GraphVisualizer Full has more features - it splits

Re: improved(?) GraphVisualizer

2002-03-14 Thread neth6
Hi, If you have the time please take a look at the GraphVisualizer Full. This is an improvement over the GraphVisualizer. neth __ For the latest news, go to http://www.asia1.com OriginalBody.htm Description: OriginalBody.htm -- T

Re: Re: beta3 announce?

2002-03-06 Thread neth6
Hi guys, I'm away at the moment (work purposes). Won't have access to CVS till 10 Mar 2002. At the moment the JNDI components are still a bit raw. It's functional but it's not complete e.g. executing Java remote methods requires arguemnts but currently only primitive arguments are supported, c

Re: documentation

2002-02-21 Thread neth6
It'll definitely be easier reference for those who are not sure which category the components fall into. neth Begin Original Message From: "Stover, Michael" <[EMAIL PROTECTED]> Sent: Thu, 21 Feb 2002 09:33:06 -0500 To: "'JMeter Developers List'" <[EMAIL PROTECTED]> Subject: documentati

Re: view results tree visualizer

2002-02-21 Thread neth6
Hi, I've checked the changes. Everything's ok except : 1. ViewResultsFullVisualizer.java - new String((byte[])res.get(...TEXT_RESPONSE...)); It's possible for (byte[])res.get(...TEXT_RESPONSE...)) to be null so I added a check for that before creating the string 2. ResultCollector.java

Re: RE: 1.7 beta3

2002-02-20 Thread neth6
Hi guys, A serious bug #6577 exists in the 1.7beta3 release. Basically, if you attached a 'View Graph Full' or 'View Results Full' listener to your 'Test Plan' and select it after sampling, JMeter will appear to hang. This is due to a change to ResultCollector.java version 1.19. Both the li

Re: RE: multiple users

2002-01-18 Thread neth6
Hi, What are the components that you have in your test plan? neth __ For the latest news, go to http://www.asia1.com -- To unsubscribe, e-mail: For additional commands, e-mail:

New codes : EJB stuff

2001-12-22 Thread neth6
Hi, I've added a new sampler to measure ejb initial context lookup and remote interface lookup. To use it, create the ThreadGroup as follows : ThreadGroup +--View Graph Tree +--JNDI Request +-- JNDI Lookup IMPORTANT : You need to include all the classes which is required when normally run

Re: Re: Re: Bug in proxy module

2001-12-20 Thread neth6
Hi, You are testing an internal website, I suppose =) ? Anyone know of any public websites that 'cos JMeter to exhibit this behaviour? It'll help me tremendously in writing a patch for it. I'll try a few myself. Thanks. Begin Original Message From: [EMAIL PROTECTED] Sent: Thu, 20 De

Re: Re: Bug in proxy module

2001-12-19 Thread neth6
Hi, I hope nobody is referring to bug #4530 'cos the fixes for that was committed 2 weeks ago. Raditha, did you submit a patch for this new bug here in the list or did you post it on bugzilla database. What is the bug #ID? neth Begin Original Message From: raditha dissanayake <[EMAI

Re: RE: cvs commit: jakarta-jmeter/src/org/apache/jmeter/protocol/http/proxy HttpRequestHdr.java

2001-12-02 Thread neth6
Oops Thanks for pointing it out James. Begin Original Message From: "Boutcher, James K." <[EMAIL PROTECTED]> Sent: Thu, 29 Nov 2001 13:14:52 -0600 To: "JMeter Developers List" <[EMAIL PROTECTED]> Subject: RE: cvs commit: jakarta- jmeter/src/org/apache/jmeter/protocol/http/proxy Ht

Re: RE: proxy error with post

2001-11-27 Thread neth6
Hi Jason, We're a bit short handed at times as you'd have notice being on the mailing list =). Please accept our sincere apologies for not noticing your bug report. Yes, definitely we'll patch this up with either one of the fixes. Thank you for your contribution. Begin Original Message --

Re: proxy error with post

2001-11-26 Thread neth6
Hi, Raditha, thanks for the patch. I'll test the patch out and commit them latest by tomorrow evening if all is fine. neth Begin Original Message From: raditha dissanayake <[EMAIL PROTECTED]> Sent: Mon, 26 Nov 2001 20:05:15 +0600 To: [EMAIL PROTECTED] Subject: proxy error with post

Re: Proxy Server; getting partial pages and 503 Gateway Timeout

2001-11-26 Thread neth6
Hi, I've tested out the JMeter Proxy Server and it works fine for me. I visited 'jakarta.apache.org' and had no problems at all. Just to double confirm here's how I setup the JMeter Proxy Server : 1. Started jmeter with - 'jmeter -h -p 2. Created a test tree as below : Test Plan +-ThreadGro

Re: RE: Still having problems... Re: Unable to get UrlSample to work. ..

2001-11-12 Thread neth6
Hi Kevin, I'm a bit familiar with these parts of the code having made some modifications to them before so I can look at them tomorrow (it's a public holiday here). Mike, Thanks for the tip. neth Begin Original Message From: "Stover, Michael" <[EMAIL PROTECTED]> Sent: Mon, 12 Nov 20

Re: Re: DO NOT REPLY [Bug 4579] New:  -     class properties with white spaces will cause ClassNotFoundException

2001-11-02 Thread neth6
Hi, I've tested this out and checked the code from the 1.7Beta download. My findings : 1. The problem exists in the 1.7Beta download 2. This has been fixed in the nightly release. I've updated the bug to fixed. neth Begin Original Message From: kevin hammond <[EMAIL PROTECTED]> Sent

New Developer + Things which I'm working on

2001-11-02 Thread neth6
Hi, Ok, here's my +1 for Scott. Also, it'd be great if people share what they are working on with the those interested. E.g. I've always been interested in measuring EJB performance. There's someone else working on it so I'm hesitant to work on the same thing 'cos one of us will be end up wast

Re: RE: 'Send Params' Checkbox bug #4425

2001-10-31 Thread neth6
Hi, Ahhh yes, I couldn't get the proxy server to work because I don't have a direct connection to the internet. My ISP requires me to go through the proxy. I'll get proxy to work for me first. Thanks. Begin Original Message From: "Stover, Michael" <[EMAIL PROTECTED]> Sent: Wed, 31

Re: out of commission for a while

2001-10-24 Thread neth6
I second that Kevin be the release manager. Begin Original Message From: "Stover, Michael" <[EMAIL PROTECTED]> Sent: Tue, 23 Oct 2001 11:40:27 -0400 To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: out of commission for a while Hi all,     I am unfortunately out of commission

JMeter Proxy Server config issues

2001-10-23 Thread neth6
I tested out JMeter's proxy server last night but had some difficulty configuring it mainly b'cos I think the doc was a bit scant. From what I could gather, these are what I have to do : 1. Add 'ThreadGroup' to 'Test Plan'. 2. Add 'Proxy Server' to 'ThreadGroup'. Accept the default values whe

Re: xdocs / missing images?

2001-10-22 Thread neth6
Sounds good. Begin Original Message From: "Kevin Hammond" <[EMAIL PROTECTED]> Sent: Wed, 17 Oct 2001 06:30:59 -0700 To: <[EMAIL PROTECTED]> Subject: xdocs / missing images? Hi, I noticed that the xdocs/images directory is empty.  The images are, however, in docs/images.  I will add

'View Result Tree' and 'View Graph Tree' code commits

2001-10-11 Thread neth6
I've corrected some bugs in 'View Result Tree' and 'View Graph Tree' namely : - 'Clear' only clears the tree but not the graph(for 'View Graph Tree'/contents(for 'View Result Tree') - Moving the divider of the JSplitPane does not cause the graph to be redrawn ('View Graph Tree') - If you are on

Re: RE: EJB testing

2001-10-10 Thread neth6
I think somebody's (Tushar) has been working on that. It's one of the areas which I'm interested in as well but haven't had the time to look into it yet 'cos I'm still debugging 'View Graph Tree'. Somebody pls upload something or we can discuss on this __

Re: Re: making the next release

2001-10-10 Thread neth6
Next weekend will be good. I've just 'cvs update' the latest codes last nite. I'm in the process of incorporating the bug fixes for 'View Results Tree' and 'View Graph Tree' with those codes. Should be able to 'cvs commit' some stuff pretty soon. It'll also give me some time to maybe just run t

Re: Re: RE: EJB testing

2001-10-09 Thread neth6
If nobody has ready code then I'd like to start on some JNDI performance for ejb lookups. __ For the latest news, go to http://www.asia1.com - To unsubscribe, e-mail:

Re: GUI Updates...

2001-10-09 Thread neth6
Hello, I maintain 'View Results Tree' and 'View Graph Tree'. For the past few weeks I was busy debugging the 'View Graph Tree'. When I commited it, it had a few minor grouses e.g. 'Clear' only clears the tree(top portion) but not the graph(bottom portion), the graph was not refreshed when t

Re: Request for "committer" access for JMeter...

2001-09-26 Thread neth6 atozasia.com
It's great to have additional help. Dunno about most of the guys here but I have a day job so sometimes it keeps me from contributing more. Also if you are planning a tutorial, I can help write some parts which I helped code. -Original Message- From: "Kevin Hammond" <[EMAIL PROTECTED]>

RE: initialization of custom config element

2001-09-26 Thread neth6 atozasia.com
Hi, I tried to replicate the problem which you described below but to no avail. Would you like to be more specfic (give step-by-step instructions)? > > I've also noticed a similar problem in ResultCollector (the > > view results > > listener). If you add the listener to the test plan then >

Re: jmeter bug reports

2001-09-19 Thread neth6 atozasia.com
Is this crucial? If so then I'll stop development and try to look into them. I'm still not very familiar with most of the codes but I'll try. -Original Message- From: "Stover, Michael" <[EMAIL PROTECTED]> Date: Tue, 18 Sep 2001 10:09:11 -0400 To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTE

New graph visualizer

2001-09-13 Thread neth6 atozasia.com
All the new codes are basically to create a new graph visualizer. If you sampled multiple (different) 'Web Testing's in one 'ThreadGroup' multiple times, this new visualizer 'View Graph Tree' will group them accordingly. The tree will show all the samples of the same 'Web Testing' in the same

New graph visualizer to display load time of sample and its components

2001-08-29 Thread neth6 atozasia.com
Just some codes to create a graph to display load time of a samples and their components. Currently, this graph only makes sense if u sample 1 'Web Testing' in a ThreadGroup 'X' number of times. I'll be modifying it to handle multiple 'Web Testing' in a ThreadGroup as soon as I find some time

RE: from jaideep

2001-08-24 Thread neth6 atozasia.com
with any suggestions as long as users feel it's good. Where would I be without them??!!?! -Original Message- From: "Stover, Michael" <[EMAIL PROTECTED]> Date: Thu, 23 Aug 2001 07:57:38 -0400 To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subje

RE: rg. jmeter visualizers

2001-08-22 Thread neth6 atozasia.com
AIL PROTECTED]> Subject: RE: rg. jmeter visualizers > I checked the Loop controller and it seemed to work OK. Are you setting the > one built into the ThreadGroup, or did you add one to the test and then > configure it? > > -Mike > > > -Original Message- > >

RE: from jaideep

2001-08-22 Thread neth6 atozasia.com
Some answers (hopefully useful): For #1 and #2 : I haven't actually worked on 'saving' the View Results Tree yet. I blindly included codes from the parent class (i.e. View Results) to the 'saving'. I dunno whether they work for the View Results Tree 'cos I didn't test it. I won't wanna save

Re: rg. jmeter visualizers

2001-08-22 Thread neth6 atozasia.com
thanks for the feedback. if u've downloaded the nightly builds recently then u'll have a visualizer called GraphFull Results. This graph is useful to find out how much time each components(images, applets etc) of the html page take from an overall perspective. NOTE : sampling the page at lea

Re: a few bugs

2001-08-21 Thread neth6 atozasia.com
Btw, you might also want to add the following line to jakarta-jmeter/bin/log4j.conf : log4j.category.org.apache.jmeter.util.ClassFinder=INFO,Root_Appender This will ensure that only logs of priority INFO and above for ClassFinder.class are logged in the Root_Appender file (i.e. root.log). This

Re: a few bugs

2001-08-20 Thread neth6 atozasia.com
I've attached a copy of NewDriver.java which will make log4j work below. Actually it's nothing more than adding these two lines : 1. public static final String DEFAULT_LOG_FILE = "log4j.conf"; 2. PropertyConfigurator.configure(DEFAULT_LOG_FILE); The first line should be added somewhere near

Real-time visualizers and CPU usage

2001-08-18 Thread neth6 atozasia.com
What do u guys think about turning on visualizers while sampling? I think it takes up some processing power which may otherwise be used for powering another thread used to load the website. Moreover, it does slow down performance measurement. I haven't used a performance tool like Segue's Sil

Re: A few more new visualizers

2001-08-18 Thread neth6 atozasia.com
ok like they want, and give the info they want, than > > to be presented with "Graph type A", "Graph type B", and have to choose > > what they want that way. Does that make sense? > > -Mike > > On Friday 17 August 2001 03:40, neth6 atozasia.com wrot

Re: A few more new visualizers

2001-08-18 Thread neth6 atozasia.com
and give the info they want, than > to be presented with "Graph type A", "Graph type B",.... and have to choose > what they want that way. Does that make sense? > > -Mike > > On Friday 17 August 2001 03:40, neth6 atozasia.com wrote: > > I'm go

RE: backwards compatibility

2001-08-18 Thread neth6 atozasia.com
I'm all for it (though honestly I haven't been here long enuff to remember the previous release). -Original Message- From: "Stover, Michael" <[EMAIL PROTECTED]> Date: Fri, 17 Aug 2001 14:02:51 -0400 To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: backwards compatibility > As

A few more new visualizers

2001-08-16 Thread neth6 atozasia.com
I'm gonna work on a few new visualizers : 1. Graph of response time vs sample no. for each 'Web Testing' components. This includes the response time for each components (images, applets, etc) and the averages. Hopefully, this graph will give a good view of the components' download times at o

Re: drastic changes

2001-08-16 Thread neth6 atozasia.com
On the log4j part : I find them quite verbose sometimes but when I know what I'm looking for, it helps me resolve the problem without having to type in print statements and recompiling. I usually control the verbosity of the logs by setting the log4j RootCategory debug level to info and settin

View Result Tree visualizer

2001-08-16 Thread neth6 atozasia.com
This new visualizer uses ResultCollectorFull.java as its model, the same way View Result uses ResultCollector.java. This visualizer provides a tree view of a 'Url Sample'/'Url Sample Full' - e.g. http://www.abc.com/index.html with 2 images abc.jpg and abc.gif will be shown as : +- http://www.a

HTTPSamplerFull and Visualizers inconsistency

2001-07-26 Thread neth6 atozasia.com
Hi, Just want to let u guys know that since I use a corresponding SampleResult to keep each of the load times for the page and it's components, the GraphVisualizer only shows the load time of the main page itself without the load times of its components. I'll be modifying the GraphVisualizer

RE: JMeter extensions and browser emulation

2001-07-25 Thread neth6 atozasia.com
Hi, Heh, heh. The parser warnings are those of jTidy. If you want warnings turned off goto HTTPSamplerFull and look for the method 'protected static Tidy getParser()'. After the line 'tidy.setQuiet(true);' add another line - tidy.setShowWarnings(false); Errors will still be shown though. I

Re: JMeter extensions and browser emulation

2001-07-25 Thread neth6 atozasia.com
Hi, >My only complaint at this time is > that in HttpSamplerFull, your timing data includes the time it took the > jmeter client code to parse the HTML and extract the links. I think it would > be best to only time the connections to the server. Although the total user > experience would de

Re: dynamicity, uploading, cache, images (awfully long!!!)

2001-07-21 Thread neth6 atozasia.com
ify them. If for any reason, you can't get AllTests to work for you let me know. bye -Original Message- From: "neth6 atozasia.com" <[EMAIL PROTECTED]> Date: Sat, 21 Jul 2001 23:35:11 +0800 To: [EMAIL PROTECTED] Subject: Re: dynamicity, uploading, cache, images (awfully lo

Tiny ClassFinder bug!

2001-07-21 Thread neth6 atozasia.com
I made some modifications in ClassFinder a couple of days ago(?) to look for inner classes as well 'cos AllTests which uses jUnit to do tests uses it to look for classes that extend TestCase. However, this resulted in some inner classes being displayed in the JMeter gui, namely the one under L

RE: Suggestions & questions

2001-07-21 Thread neth6 atozasia.com
Hi, 1. I believe SampleResult is the class currently used by samplers to keep the HTTP response page and time. This class uses Map to keep key-value pairs so the sampler can easily store the HTTP response code in SampleResult. I'm done working on a prototype of HTTP Sampler that samples the t

Re: JMeter extensions and browser emulation

2001-07-18 Thread neth6 atozasia.com
Hi, I've completed the class (HTTPSamplerFull.java) extending HTTPSampler.java which automatically download images on the requested page for sampling. Also I wrote another class (UrlConfigFull.java) to represent the component which the user can add to the 'Web Testing' controller in order to

Re: JMeter extensions and browser emulation

2001-07-12 Thread neth6 atozasia.com
Hi, Based upon our suggestion, I tried using the search_path of jmeter.properties file to control where AllTests.java will search for subclasses of TestCase. Didn't work on my first attempt, then I realized that when running JMeter itself (NewDriver.java), the JMeterUtils.getProperties(String

RE: JMeter extensions and browser emulation

2001-07-09 Thread neth6 atozasia.com
Hi, I downloaded the source from cvs and made changes to bin/jmeter script : 1. JAVAPROPS and JAVA_PROPS variables suppose to be the same. Changed JAVAPROPS to JAVA_PROPS 2. Changed "org.apache.jmeter.NewDriver" to be after "$JAVA_PROPS" 'cos the -D properties should come before the class to

JMeter extensions and browser emulation

2001-07-06 Thread neth6 atozasia.com
Hi, Currently, I can't find a page that list all JMeter extensions which has been developed i.e. Listeners, Config Elements, Controllers other than those provided by default in JMeter. Would it be good to have such a page? Actually, I am trying out JMeter and found that I require a feature wh