summaryrefslogtreecommitdiff
path: root/manpages/taler-bank-benchmark.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-bank-benchmark.1.rst')
-rw-r--r--manpages/taler-bank-benchmark.1.rst26
1 files changed, 11 insertions, 15 deletions
diff --git a/manpages/taler-bank-benchmark.1.rst b/manpages/taler-bank-benchmark.1.rst
index 52078fa9..be7aceb1 100644
--- a/manpages/taler-bank-benchmark.1.rst
+++ b/manpages/taler-bank-benchmark.1.rst
@@ -13,18 +13,16 @@ Synopsis
**taler-bank-benchmark**
[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-f** | **--fakebank**]
[**-h** | **--help**]
-[**-K** | **--linger**]
[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
-[**-m** *MODE* | **--mode=**\ \ *MODE*]
[**-p** *NPROCS* | **--worker-parallelism=**\ \ *NPROCS*]
-[**-P** *NTHREADS* | **--service-parallelism=**\ \ *NTHREADS*]
[**-r** *NRESERVES* | **--reserves=**\ \ *NRESERVES*]
-[**-s** *HISTSIZE* | **--size=**\ \ *HISTSIZE*]
+[**-u** *SECTION* | **--exchange-account-section=**\ \ *SECTION*]
[**-V** | **--verbose**]
[**-v** | **--version**]
-[**-w** | **--wirewatch**]
+[**-w**_*NPROC* | **--wirewatch=**\ \ *NPROC*]
Description
@@ -39,12 +37,12 @@ The options for **taler-bank-benchmark** are:
Use the configuration and other resources for the merchant to operate
from *FILENAME*.
+**-f** \| **--fakebank**
+ Expect to be run against a fakebank (instead of against libeufin)
+
**-h** \| **--help**
Print short help on options.
-**-K** \| **--linger**
- Linger around until key press.
-
**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
``WARNING``, ``ERROR``.
@@ -56,17 +54,14 @@ The options for **taler-bank-benchmark** are:
Run as ``bank``, ``client`` or ``both``.
If unspecified, *MODE* defaults to ``both``.
-**-P** *NTHREADS** \| **--service-parallelism=**\ \ *NTHREADS*
- Run with *NTHREADS* service threads.
-
**-p** *NPROCS* \| **--worker-parallelism=**\ \ *NPROCS*
Run with *NPROCS* client processes.
**-r** *NRESERVES* \| **--reserves=**\ \ *NRESERVES*
Create *NRESERVES* reserves per client.
-**-s** *HISTSIZE* \| **--size=**\ \ *HISTSIZE*
- Configure the fakebank to keep in memory at most *HISTSIZE* history elements.
+**-u** *SECTION* \| **--exchange-account-section=**\ \ *SECTION*
+ Use *SECTION* as the name of the configuration section which specifies the exchange bank account.
**-V** \| **--verbose**
Display more output than usual.
@@ -74,8 +69,9 @@ The options for **taler-bank-benchmark** are:
**-v** \| **--version**
Print version information.
-**-w** \| **--wirewatch**
- Run the ``taler-exchange-wirewatch`` tool.
+**-w** *NPROC* \| **--wirewatch=**\ \ *NPROC*
+ Run *NPROC* processes of the ``taler-exchange-wirewatch`` tool.
+
See Also
========