Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / performance-tests / CSD_Strategy / TestApps / README
blob6b928ba2e0554543ee78ec7dd6cd364b3e4a4808
1 /**
5 @page CSD_Strategy TestApp README File
7     This directory contains the test applications. This test tries to
8 estimate how fast the CSD strategy can handle requests.
10     To run the test use the run_test.pl script as below. The number
11 parameter is the trail id for the server used to identify the test
12 results when running same test multiple times using single script.
13 The id should be positive integer.
16 $ ./run_test.pl 1
18    1 remote client, 1 servant, 1 orb thread (main thread), 1 csd strategy thread
20 $ ./run_test.pl remote 1
22    40 remote clients, 1 servant, 1 orb thread (main thread), 1 csd strategy thread
24 $ ./run_test.pl collocated 1
26    10 collocated clients, 1 servant, 1 orb thread (main thread), 1 csd strategy thread
28 $ ./run_test.pl remote_orbthreads 1
30    40 remote clients, 1 servant, 5 orb threads, 1 csd strategy thread
32 $ ./run_test.pl remote_servants 1
34    40 remote clients, 5 servants, 5 orb threads, 1 csd strategy thread
36 $ ./run_test.pl remote_csdthreads 1
38    40 remote clients, 5 servants, 1 orb thread (main thread), 5 csd strategy threads
40 $ ./run_test.pl remote_big 1
42    40 remote clients, 10 servants, 4 orb threads, 5 csd strategy threads
44 $ ./run_test.pl collocated_big 1
46    40 collocated clients, 10 servants, 1 orb thread (main thread), 5 csd strategy threads
48 $ ./run_test.pl big 1
50    40 remote clients, 40 collocated clients, 10 servants, 4 orb threads, 5 csd strategy threads
52 $ ./run_test.pl remote_huge 1
54    400 remote clients, 10 servants, 4 orb threads, 5 csd strategy threads
56 $ ./run_test.pl collocated_huge 1
58    40 collocated clients, 10 servants, 1 orb thread (main thread), 20 csd strategy threads
61    The script returns 0 if the test was successful, and prints
62 out the number of requests, the total time to dispatch these requests
63 and the average number of requests the CSD strategy dispatched
64 per millisecond.