James: Thanks for reply. That is roughly what we are set to do: a throughput test including retrieving some data, process it, and then send it back.
Jeff -----Original Message----- From: James A. N. Stauffer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:24 AM To: JDJList Subject: [jdjlist] RE: benchmark program We have an applet that does 3 simple tests. 1. Simple math computation (create 100000 random numbers I think) 2. Connection (send a small amount of data to the server and get a response) 3. Bandwidth (send a large amount of data) Each test is timed and there are pass, fail, and warning times for each test. It is simple but it works well enough for us. --- Greg Nudelman <[EMAIL PROTECTED]> wrote: > Dear Jeff, > > We have *almost* the same architecture here... we actually have many of > the > same Applet problems. Typically we just check the configuration verbally > with the client using standard PC utilities and then turn on the system > trace to check how long the system takes to respond. The key is to set > the > "user system minimum hardware requirements" high, then you will have > fewer > problems with users calling in. Unfortunately, not everyone can afford to > change their whole office to IE 5.5 SP2+ 1000MHz P3s with 256K RAM. :-( > > I would also be interested in something automatic like that. However, I > would suspect you may need some kind of signed applet to do this, as some > of > your measurements may violate the Applet sandbox model. > > Let us know what you'll find! > > Greg > > P.S. I found a decent article on some Applet testing issues that may be > helpful: > http://jan.netcomp.monash.edu.au/web/replayJava/issues.html > <http://jan.netcomp.monash.edu.au/web/replayJava/issues.html> > > > -----Original Message----- > From: Yan, Hong [IT] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 27, 2002 12:42 PM > To: JDJList > Subject: [jdjlist] RE: benchmark program > > > > Greg: > > Thank you for suggestion. Actually, the program that I need is a program > that benchmarks remote user's JVM. > > We have a Applet / J2EE based transaction system, and I need to write an > Applet for the user to run and benchmarks user's environment ( - so that > when a user complains that the program is slow, our tech support guys can > instruct the user to run this program and find out how good the local > operation environment is and how good the internet transmission is). > > I looked into JUnit, and I found that it is basically a testing platform, > and the Catus/J is interesting but unfortunately it is not for > benchmarking > the environment. > > Any suggestions? > > Jeff > > > -----Original Message----- > From: Greg Nudelman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 27, 2002 3:25 PM > To: JDJList > Subject: [jdjlist] RE: benchmark program > > > > Check out Cactus and JUnit -- these are the open source Java testing > frameworks that may be of help. But I think you may need to write the > code > you want to test yourself. After all, who really cares about some else's > app? It is _your_ app that you want to benchmark, right? > > Cactus and JUnit should help there. > > Greg > > -----Original Message----- > From: Yan, Hong [IT] [ mailto:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> ] > Sent: Tuesday, August 27, 2002 12:09 PM > To: JDJList > Subject: [jdjlist] benchmark program > > > Hi all: > > > I am looking for a benchmark program (java class) to test different > versions > > of JVMs. > > This program has to be small and can be wrapped in an applet. > > I would like some suggestions. Thanks > > Jeff > > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > <http://www.sys-con.com/java/list.cfm> > > > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > > > > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > ===== James Amos Nathaniel Stauffer Stauffer_James @yahoo.com Spam food: [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm
