@@ -10,6 +10,8 @@ database, i.e. both username, password and connect string.
1010
1111Two of them, ociping.rwl and connping.rwl, produce output similar to
1212ping; the third does a more comprehensive network throughput test.
13+ They are all available as shell scripts that can be called directly
14+ as their name such as ociping.
1315
1416The first, ociping.rwl, only measures the time to do a simple SQL\* Net roundtrip using
1517OCIPing.
@@ -33,7 +35,7 @@ The third script, netthroughput.rwl estimates the total available throughput
3335from the database to the client.
3436A sample call and output is:
3537```
36- rwloadsim --concurrency=10 -ul username/{password}@//host/db --period=20 netthroughput.rwl
38+ netthroughput --concurrency=10 -l username/{password}@//host/db --period=20
3739
3840RWP*Load Simulator Release 3.0.2.20 Development on Mon, 19 Sep 2022 08:44:52 UTC
3941Connected default database to:
@@ -48,8 +50,8 @@ or ```rwlman nettest```.
4850
4951### Stand alone executables
5052
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+ The three utilities are distributed together with other as completely stand alone
54+ executables in the file generated-linux-x86_64-bin-3.0.4 .tgz.
5355It only contains the three files, and they can be used without a complete installation
5456of rwloadsim, as long as there is an Oracle client environment that can be an ordinary
5557installation or an Instant Client installation.
@@ -60,7 +62,7 @@ with Instant Client it is the top directory of the installation.
6062
6163After download, simply execute
6264```
63- tar -zxvf generated-linux-x86_64-bin-3.0.3 .tgz
65+ tar -zxvf generated-linux-x86_64-bin-3.0.4 .tgz
6466```
6567and possibly move the executables to one of the directories in your PATH.
6668To get help for either, call it with the -h option.
0 commit comments