Skip to content

Commit a630077

Browse files
committed
Doc updates for 3.1.1
1 parent 6951375 commit a630077

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

docs/INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are three types of binary distributions available at github releases:
88

99
### Using complete binaries
1010

11-
Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.1.0.tgz
11+
Complete binaries distributed in a file such rwloadsim-linux-x86_64-bin-3.1.1.tgz
1212
can be used as is, i.e. without getting a clone or pull from github.
1313
It should be used if you simply want a full run time environment
1414
and it contains the following directories:
@@ -27,7 +27,7 @@ and it contains the following directories:
2727
If you prefer to have access to source code, but avoid building the executables,
2828
you can clone or pull from github (which would allow you to potentially compile
2929
rwloadsim yourself), and then
30-
use a file like rwloadsim-linux-x86_64-binonly-3.1.0.tgz.
30+
use a file like rwloadsim-linux-x86_64-binonly-3.1.1.tgz.
3131
This file contains little more than the compiled binaries of the rwloadsim program,
3232
and you can simply un-tar this file
3333
directly into your cloned or pulled directory; the result will be as if you had
@@ -46,7 +46,7 @@ On the system where you are going to run rwloadsim,
4646
create a (possibly shared) directory where you simply
4747
use a command like
4848
```
49-
tar -zxvf rwloadsim-linux-x86_64-bin-3.1.0.tgz
49+
tar -zxvf rwloadsim-linux-x86_64-bin-3.1.1.tgz
5050
```
5151
One install can be shared between several users as long as all have access to the directory.
5252
If appropriate, you can put the directory on an NFS (or some other) share and make it available to multiple systems.
@@ -66,7 +66,7 @@ You can use Oracle Instant Client or a full client (or even server) install.
6666
Start by doing a pull or clone of the sources from github
6767
as if you would do your own compile, and then use a command like
6868
```
69-
tar -zxvf rwloadsim-linux-x86_64-binonly-3.1.0.tgz
69+
tar -zxvf rwloadsim-linux-x86_64-binonly-3.1.1.tgz
7070
```
7171
to extract little more than the compiled rwloadsim binaries into your already existing pull or clone.
7272

@@ -182,7 +182,7 @@ as you will otherwise get ORA- errors during execution of the oltpworkload.
182182

183183
If you have an existing repository created earlier than version 3.0.6
184184
and you are upgrading to a version
185-
3.0.6 or later (including 3.1.0), you must execute the file rwl306.sql (which includes an
185+
3.0.6 or later (including 3.1.1), you must execute the file rwl306.sql (which includes an
186186
update to the persec table) logged in using sqlplus to your primary
187187
repository schema.
188188
The rwl306.sql file is found in the admin directory of your distribution.
@@ -233,7 +233,7 @@ If your only interest is to use utilities such as ociping or awrreport, you can
233233
get these completely stand-alone.
234234
This does _not_ include the complete rwloadsim, and does _not_ allow you
235235
to create any rwl programs yourself.
236-
The file such as generated-linux-x86_64-bin-3.1.0.tgz _only_ contains binaries
236+
The file such as generated-linux-x86_64-bin-3.1.1.tgz _only_ contains binaries
237237
that you simply put into any directory, typically one in your PATH.
238238
The only other requirement is an Oracle client environment as explained above.
239239

docs/NEWS31.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ The awrreport tool has been enhanced such that it can generate global awr report
1919
If you are using immediate or embedded SQL, you can get the sqlid of such SQL by
2020
calling sql\_id() with empty arguments.
2121

22+
### End-to-end tracing
23+
In addition to the time taken to execute a procedure (stored in the ETIME columns of
24+
the runres and possibly persec repository tables) you can now also get the
25+
application time and database time.
26+
This feature is currently only available on Linux.
27+
2228
## News and updates for version 3.1.0 of the RWP\*Load Simulator
2329

2430
Version 3.1 has particular focus on making rwloadsim more versatile as a scripting tool.

docs/ORACLENET.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ or ```rwlman nettest```.
5252

5353
In addition to being part of the full rwloadsim distribution,
5454
the three utilities are distributed together with other as completely stand-alone
55-
executables in the file generated-linux-x86_64-bin-3.1.0.tgz.
55+
executables in the file generated-linux-x86_64-bin-3.1.1.tgz.
5656
It only contains the executable files, and they can be used without a complete installation
5757
of rwloadsim, as long as there is an Oracle client environment that can be an ordinary
5858
installation or an Instant Client installation.
@@ -63,7 +63,7 @@ with Instant Client it is the top directory of the installation.
6363

6464
After download, simply execute
6565
```
66-
tar -zxvf generated-linux-x86_64-bin-3.1.0.tgz
66+
tar -zxvf generated-linux-x86_64-bin-3.1.1.tgz
6767
```
6868
and possibly move the executables to one of the directories in your PATH.
6969
To get help for either, call it with the -h option.

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ An introduction and the users guide to the RWP\*Load Simulator is available at
44
[index.md](index.md) for your actual branch or
55
[https://oracle.github.io/rwloadsim/](https://oracle.github.io/rwloadsim/)
66
for the current
7-
[binary release 3.1.0](https://github.com/oracle/rwloadsim/releases).
7+
[binary release 3.1.1](https://github.com/oracle/rwloadsim/releases).
88

99
## RWP\*Load Simulator reference manual
1010

1111
The reference manual is available after installation by typing
1212
```
1313
rwlman
1414
```
15-
or online (for release 3.1.0) in [refman/README.md](refman/README.md)
15+
or online (for release 3.1.1) in [refman/README.md](refman/README.md)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ you will find both sources and binary distributions.
9595

9696
### Microsoft Windows
9797

98-
* [WINDOWS.md](WINDOWS.md) Handling queuing in control loops
98+
* [WINDOWS.md](WINDOWS.md) Installation and use on Microsoft Windows
9999

100100
### RWL error listing
101101

0 commit comments

Comments
 (0)