@@ -29,27 +29,28 @@ connect mean=206.14 stddev=113.75
2929ociping mean=0.09 stddev=0.02
3030dualping mean=0.12 stddev=0.02
3131```
32- The third script, nettest.rwl, does a similar measurement of OCIPing rates
33- and additionally estimates the total available throughput from the database
34- to the client.
35- Some lines from a sample output are:
32+ The third script, netthroughput.rwl estimates the total available throughput
33+ from the database to the client.
34+ A sample call and output is:
3635```
37- Performing ping test for 30 s
38- connect mean 288.61 ms, stddev 303.95
39- ociping mean 0.09 ms, stddev 0.02
40- dualping mean 0.13ms, stddev 0.02
36+ rwloadsim --concurrency=10 -ul username/{password}@//host/db --period=20 netthroughput.rwl
4137
42- Actual throughput test now running 30 s
43- Throughput estimate 2.65 GB/s
38+ RWP*Load Simulator Release 3.0.2.20 Development on Mon, 19 Sep 2022 08:44:52 UTC
39+ Connected default database to:
40+ Oracle Database 21c Enterprise Edition Release 21.0.0.0.0 - Production
41+ Connecting sessions
42+ All threads connected
43+ Throughput test now running 20 s
44+ Throughput estimate 1.574 GB/s logical, 1.574 GB/s physical
4445```
4546All are documented using ``` rwlman ociping ``` ``` rwlman connping ```
4647or ``` rwlman nettest ``` .
4748
4849### Stand alone executables
4950
50- The two utilities ociping, and connping, are distributed as completely stand alone
51- executables in the file generated-linux-x86_64-bin-3.0.2 .tgz.
52- It only contains the two files, and they can be used without a complete installation
51+ The three utilities are distributed as completely stand alone
52+ executables in the file generated-linux-x86_64-bin-3.0.3 .tgz.
53+ It only contains the three files, and they can be used without a complete installation
5354of rwloadsim, as long as there is an Oracle client environment that can be an ordinary
5455installation or an Instant Client installation.
5556The version must be 19 or later, and you must have LD_LIBRARY_PATH include
@@ -59,7 +60,7 @@ with Instant Client it is the top directory of the installation.
5960
6061After download, simply execute
6162```
62- tar -zxvf generated-linux-x86_64-bin-3.0.2 .tgz
63+ tar -zxvf generated-linux-x86_64-bin-3.0.3 .tgz
6364```
6465and possibly move the executables to one of the directories in your PATH.
6566To get help for either, call it with the -h option.
0 commit comments