• Testing Pooled Invoker with ECperf

    I'm using ECperf from Sun with JBoss3.2.3. Everything works fine with the JRMP Invoker. With the Pooled Invoker instead, it works only if driver and server are on the same node (unacceptable choice for performance tes...
    Profile Photo
    last modified by ferrari
  • JRunit requirements

    Am starting this thread to discuss current JRunit requirements and what needs to be done to further satisfy these requirements and stabilize the project. Current requirements have been posted to: http://labs.jboss.c...
    Profile Photo
    last modified by tom.elrod
  • What's about JRunit ?

    Sorry I am not sure that's the right forum for this question but I do find any JRunit forum. JRunit is in beta 2 for since 2005. Is it still alive or is it a dead project ? Is there other project for performing clien...
    Profile Photo
    last modified by jc7442
  • Jboss socket  managment benchmarking?

    I am using jboss-4.0.2 I am doing some benchmarking of my own at the moment. I have a set up a Jabber Instant Messaging server I have a client which connects to that server directly. I have set up that client to log...
    Profile Photo
    last modified by austinkenny
  • A strange problem about specj

    hi everyone: I meet a strange problem when i test specj in jboss4.0.2. I do not generate a full result. see the excetpion. why? Driver: RemoteException got java.rmi.ConnectIOException: error during JRMP connection e...
    Profile Photo
    last modified by wyingl
  • JRUnit Benchmark object model

    Hi- It's my understanding that a Benchmark has a set of BenchmarkExecutions which happen on a certain date/time and contain a set of BenchmarkMeasures. For simple benchmarks, e.g. record elapsed time to do X this se...
    Profile Photo
    last modified by timfox
  • JRnit - spawning processes

    A while back I had a problem with the way JRunit would spawn the client and server processes for testing. The Runtime.exec() would actually keep a handle to the spawned processes in the native code. This would cause t...
    Profile Photo
    created by tom.elrod
  • Basic questions on JRUnit

    Hello chaps I'm looking at JRUnit with the view to seeing how it can help us with jms perf testing (as you know). I have some very basic questions so pls be patient :) If I have 3 machines, A, B C. From machine A, ...
    Profile Photo
    last modified by timfox
  • specjappserver 2004 with jboss-specjkit 1.3.7

    Hello all, I am trying to deploy specj-appserver-2004 on jboss 4.0.2 with Mysql db. I am using jboss-specj2004-kit-1.3.7 Here is my jboss-Mysql config file from jboss-specj-kit. JBOSS_HOME=/home/siddharth/tools/j...
    Profile Photo
    last modified by siddharth178
  • Performance degradation JBoss 4.0.2 +Specj 2002 + MySQL

    Hello all, I tried testing the performance of JBoss 4.0.2 with Specj2002 on HPUX with Mysql 4.x as the backend. The TOPS value reduces as the injection rate(txRate) increases. TOPS=1.7 * txRate txRate TOPS Expe...
    Profile Photo
    last modified by prakashbabu
  • Transaction isolation problem!

    I'm having an issue that I don't know if it's a bug or a JMS configuration problem. I have a testcase which is calling a Statefull Session Bean. Them I'm sending a JMS message, supposelly using XA. Here is the code f...
    Profile Photo
    last modified by clebert.suconic
  • Help with my jbossAppserver2004

    I am using oracle9i, jboss4.0.2 and the kit you provide to setup SPECappServer2004 but got the following errors. It seems it cannot load org.jboss.webservice.server.ServiceEndpointInterceptor interceptor. I double che...
    Profile Photo
    last modified by terryxian
  • Performance tuning using SPECjAppServer2002

    Hello all, I am running Specj2002 with jboss/mysql on my HP-UX .Basically i want to know what configurations i can do with specj.It has a run.properties file which has tuning parameters like triggerTime,runOrderEntry,...
    Profile Photo
    created by malinims
  • Problem running SPECJ2004 into JBoss 4.0.2-RC1

    I have had some private e-mails about this, so I decided to use the forum for this. As we have discovered a small issue in the cmp2 container, you need JBoss 4.0.2 to run Specj2004 with our KIT. The issue we have fo...
    Profile Photo
    last modified by clebert.suconic
  • Datasource on JRunit Web Report application

    I will need to use a datasource for accessing the database with benchmark executions. I'm considering to use a pre-determined name (like JRunitDS) and document it. Is this okay, or someone thinks I should configure ...
    Profile Photo
    last modified by clebert.suconic
  • JRunit: Current Progress

    This is just to make an anoucement. I just finished the database persistence layer. That means that I will start producing reportings today, and I will start with the cool stuff first. (Charts :-) ) I will be using...
    Profile Photo
    created by clebert.suconic
  • Which CPU should be used for developer purposes?

    Hello, perhaps I'm a little bit off topic, but id did not found any common use forum. Which CPU (Intel or AMD) X86 should be used for developer purposes? There is a JDK which supports AMD 64 Bit, but I think it will ...
    Profile Photo
    created by olli_ger
  • FileBenchmarkReceiver Thread Model vs DatabaseBenchmarkRecei

    FileBenchmarkReceiver has this piece of code for multi-threading: private void initServerThread() { Thread svrThread = new Thread() { public void run() { while(keepRunning) { try { currentThread().sleep(10...
    Profile Photo
    last modified by clebert.suconic
  • AntBenchmarkReceiver question

    This is a question addressed to Tom Elrod which I think it would be nice to have it recorded as a forum. My plan for saving benchmarks is to use database persistence, being managed by AntBenchmarkReceiver. As you (T...
    Profile Photo
    last modified by clebert.suconic
  • additions to JRunit

    JRunit changes (JBQA-101) Added new class BenchmarkTestDriver. This class extends the normal TestDriver class and adds a listener for the benchmark results by providing an implementation for the handleRemoteDataMessa...
    Profile Photo
    last modified by tom.elrod