[Smartcc-cvs] smartcc/doc Replay.html,1.2,1.3 TODO,1.4,1.5
Brought to you by:
hengels
|
From: <he...@us...> - 2002-06-17 09:33:33
|
Update of /cvsroot/smartcc/smartcc/doc In directory usw-pr-cvs1:/tmp/cvs-serv19179/doc Modified Files: Replay.html TODO Log Message: o minor changes like typos .. Index: Replay.html =================================================================== RCS file: /cvsroot/smartcc/smartcc/doc/Replay.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Replay.html 29 May 2002 09:52:28 -0000 1.2 --- Replay.html 17 Jun 2002 09:33:28 -0000 1.3 *************** *** 20,27 **** resources of all clients accumulate in some way. A system "scales", if load and resources rise lineary with the number of parallel clients. Also with the number ! of clients, the probability of conflicts and deadlocks rise. The performance of a system on load cannot be predicted. It has to be measured. The Replay Tool of ! the SmartCC allows you to record a representative client session and replay it ! with an arbitrary number of simulated clients in parallel. </p> --- 20,34 ---- resources of all clients accumulate in some way. A system "scales", if load and resources rise lineary with the number of parallel clients. Also with the number ! of clients, the probability of conflicts and deadlocks rises. The performance of a system on load cannot be predicted. It has to be measured. The Replay Tool of ! the SmartCC allows you to record a representative client session (use case) and ! replay it with an arbitrary number of simulated clients in parallel. ! </p> ! ! <p> ! Recording is performed by the RecordingInterceptor. It forwards all invocations ! to a recorder, which generates a java source file and a data file. Replaying is ! done with <i>n</i> parrallel client threads, that are spawned by the simulator. ! This document describes all steps, that are required for recording and replaying. </p> *************** *** 80,84 **** The shell script <i>replay</i> in the bin directory can be used to start the simulator. The application client jar must be contained in the classpath. The ! script takes the following command line arguments: </p> --- 87,91 ---- The shell script <i>replay</i> in the bin directory can be used to start the simulator. The application client jar must be contained in the classpath. The ! script takes the following command line arguments: </p> Index: TODO =================================================================== RCS file: /cvsroot/smartcc/smartcc/doc/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TODO 7 Jun 2002 09:36:51 -0000 1.4 --- TODO 17 Jun 2002 09:33:28 -0000 1.5 *************** *** 1,3 **** --- 1,6 ---- o write some generally useful interceptors + o windows batch files for 'run' and 'replay' + o correctly implement the EJBMetaData + o verify correctness of EJBObject and EJBHome methods FUTURE: |