that's a interesting thought, but are you suggesting measuring the CPU load on the client or on the server. If you ran the client on the same box as the server, wouldn't it skew the results. now it would be nice to have a light weight component that sits on the server system to send back periodic load statistics. that would truly be a good addition for stress and unit testing. peter lin
Tomas Bahnik <[EMAIL PROTECTED]> wrote: The link to javaworld article was provided only as a sample to illustrate time resolution of System.currentTimeMillis() . The C++ code for Windows, Linux and Solaris is available as a part of CORBA benchmarking suite [1]. In fact the JNI interface is also ready. BTW the suite provides more functionality which is useful in benchmarking e.g measuring of CPU load. [1] http://nenya.ms.mff.cuni.cz/~bench/ Tomas ----- Original Message ----- From: "Jeremy Arnold" To: "JMeter Users List" Sent: Wednesday, June 25, 2003 10:20 PM Subject: Re: native timer > It looks like the IBM code is for evaluation only and we wouldn't have a > license to include it in JMeter. > > The library in the JavaWorld article looks straight-forward enough, and > seems like it might make a good addition to JMeter. But I don't see any > license associated with it. So I don't know whether we would be able to > use it or not. Does anybody else see a license that I'm missing? Or > perhaps we need to contact the author to see if it's a possibility. > > Jeremy > http://xirr.com/~jeremy_a/ > > BAZLEY, Sebastian wrote: > > >Sorry, replied to the wrong posting just now... > >-----Original Message----- > >From: BAZLEY, Sebastian > >Sent: 25 June 2003 17:25 > >To: 'JMeter Users List' > >Subject: RE: [OT] Bandwidth Throttling > > > > > >Might also be worth looking here: > > > >http://www.alphaworks.ibm.com/aw.nsf/reqs/ibmts > > > >S. > > > >-----Original Message----- > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Sent: 25 June 2003 17:11 > >To: JMeter Users List > >Subject: Re: native timer > > > > > >I don't have any plans to do this, but that doesn't stop anyone else from > >doing > >it. > > > >-Mike > > > >On 25 Jun 2003 at 14:28, Tomas Bahnik wrote: > > > > > > > >>Are there any plans to add native timer via JNI to JMeter to improve time > >>resolution. The resolution on Windows using System.currentTimeMillis() is > >> > >> > >10 > > > > > >>ms on Linux is 1ms [1]. When testing web services I can easily get,on > >> > >> > >simple > > > > > >>messages, response times bellow 1ms. > >> > >>[1] http://www.javaworld.com/javaworld/javaqa/2003-01/01-qa-0110- > >> > >> > >timing.html > > > > > >>Tomas Bahnik > >>Systinet Corp > >>www.systinet.com > >> > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > > > > > >-- > >Michael Stover > >[EMAIL PROTECTED] > >Yahoo IM: mstover_ya > >ICQ: 152975688 > >AIM: mstover777 > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

