]> git.8kb.co.uk Git - postgresql/dblt/commitdiff
Alter README to reflect changes for SQL Server
authorglyn <glyn@8kb.co.uk>
Tue, 28 Feb 2017 11:10:35 +0000 (11:10 +0000)
committerglyn <glyn@8kb.co.uk>
Tue, 28 Feb 2017 11:10:35 +0000 (11:10 +0000)
README.md

index 0e89f9fc56faa7354df0cbd5990751efa4855872..e888892141fb53924ebf0668919d26e1b1259fe1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 dblt
 ====
 
 dblt
 ====
 
-A C# load testing program for PostgreSQL using the npgsql data provider.
+A C# load testing program for SQL Server or PostgreSQL (using the npgsql data provider).
 
 Usage
 -----
 
 Usage
 -----
@@ -15,7 +15,9 @@ App.config parameters
 
 **ServerDescription** (text)            - A description about the test run
 
 
 **ServerDescription** (text)            - A description about the test run
 
-**PgConnectionString** (test)           - The npgsql connection string
+**Mode** (text)                                 - mssql for SQL Server, pgsql for PostgreSQL 
+
+**ConnectionString** (text)             - The sql or npgsql connection string
 
 **ConnectionRetry** (boolean)           - boolean - Whether or not clients that
                                           fail to connect should retry (true), 
 
 **ConnectionRetry** (boolean)           - boolean - Whether or not clients that
                                           fail to connect should retry (true), 
@@ -69,7 +71,7 @@ sub nodes, for which any can have a random attribute assigned to make them be
 either run or skipped on a random basis. 
 
 The text *#client_id#* will also be replaced with the integer id of each client 
 either run or skipped on a random basis. 
 
 The text *#client_id#* will also be replaced with the integer id of each client 
-thread in the testing program; this can be usefull for identifying individual
+thread in the testing program; this can be useful for identifying individual
 clients against queries.
  
     <transactions>
 clients against queries.
  
     <transactions>