summaryrefslogtreecommitdiff
path: root/manpages/taler-bank-benchmark.1.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-16 15:44:57 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-16 15:44:57 +0200
commit3adad886c5f38a9855cbe079cd89b17ca3142374 (patch)
treede7a3ccba8870d40da6c839bc4cfc4a875f1c345 /manpages/taler-bank-benchmark.1.rst
parentce9f808efed022550dfc7aa3e3e0d38ada4ca8d8 (diff)
downloaddocs-3adad886c5f38a9855cbe079cd89b17ca3142374.tar.gz
docs-3adad886c5f38a9855cbe079cd89b17ca3142374.tar.bz2
docs-3adad886c5f38a9855cbe079cd89b17ca3142374.zip
update documentation
Diffstat (limited to 'manpages/taler-bank-benchmark.1.rst')
-rw-r--r--manpages/taler-bank-benchmark.1.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/manpages/taler-bank-benchmark.1.rst b/manpages/taler-bank-benchmark.1.rst
index 52078fa9..eaf1c542 100644
--- a/manpages/taler-bank-benchmark.1.rst
+++ b/manpages/taler-bank-benchmark.1.rst
@@ -13,18 +13,17 @@ 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 +38,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``.
@@ -65,8 +64,8 @@ The options for **taler-bank-benchmark** are:
**-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 +73,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
========