2 Replies Latest reply on Oct 9, 2007 11:02 AM by kukeltje

    [sim] using simulation engine for load testing?

    camunda

      I just want to make an own discussion thread for it.

      Let's summarize, what happened till now:

      Ronald:

      Also, it is simulation, but besides that, a great step towards loadtesting....(sim for the business managers, loadtesting for the it managers ;-) )


      Bernd:
      Hmm, I am not really sure about this usage. Load testing normally involves some more sophisticated load generating strategy, for example with more than one computer. This is not addressed by the simulation engine at the moment, even if it could be, if simulation runs are too slow. But this would be stuff for the very far future ;-)

      And you don't get real information about calculation time, because simulation time has nothing to do with real time. And all figures and logs refer only to the model time.


      Ronald:
      Agreed, but having realistic scenario's is great.... something that often lacks so called 'load tests' And yes, more needs to be done, but I'd hate to have to do duplicate work... :-)


        • 1. Re: [sim] using simulation engine for load testing?
          camunda

          Another remarks: In simulation a lot of java code / actions should NOT be executed, this is configurable (wait for my next part of the language proposal later today).

          In load test, I think you WANT to execute all code, but maybe mock at some level.

          So I think, we need a different approach for load testing, even if we may can reuse some stuff from the simulation (like the distributions / probabilities stuff).

          But just for documentation at the moment, currently I am only working on simulation, not on load testing ;-)

          • 2. Re: [sim] using simulation engine for load testing?
            kukeltje

            hahaha... I agree with all of this. There should be a different engine to execute a loadtest.

            Maybe the sim scripts can be used to do something with grinder which is highly configurable/scriptable/....