summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-benchmark.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-exchange-benchmark.1.rst')
-rw-r--r--manpages/taler-exchange-benchmark.1.rst26
1 files changed, 14 insertions, 12 deletions
diff --git a/manpages/taler-exchange-benchmark.1.rst b/manpages/taler-exchange-benchmark.1.rst
index 98bae49e..1694c353 100644
--- a/manpages/taler-exchange-benchmark.1.rst
+++ b/manpages/taler-exchange-benchmark.1.rst
@@ -14,11 +14,13 @@ Synopsis
========
**taler-exchange-benchmark**
-[**-c** *CONFIG_FILENAME* | **--config=**\ ‌\ *CONFIG_FILENAME*]
-[**-b** *BANK_URL* | **—bank-url=**\ ‌\ *BANK_URL*] [-f] [-K]
-[**-n** *HOWMANY_COINS* | **--coins-number=**\ ‌\ *HOWMANY_COINS*]
-[**-l** *LOGLEVEL* | **--log-level=**\ ‌\ *LOGLEVEL*]
-[**-h** | **--help**]
+[**-c** *CONFIG_FILENAME* | **––config=**\ ‌\ *CONFIG_FILENAME*]
+[**-b** *BANK_URL* | **––bank-url=**\ ‌\ *BANK_URL*]
+[**-f** | **––fakebank**]
+[**-K** | **––linger**]
+[**-n** *HOWMANY_COINS* | **––coins-number=**\ ‌\ *HOWMANY_COINS*]
+[**-l** *LOGLEVEL* | **––log-level=**\ ‌\ *LOGLEVEL*]
+[**-h** | **––help**]
Description
===========
@@ -30,34 +32,34 @@ the (fake)bank - listen to URLs not subject to any reverse proxy, as say
Nginx. Moreover, the benchmark runs on a “volatile” database, that means
that table are always erased during a single benchmark run.
-**-c** *CONFIG_FILENAME* \| **--config=**\ ‌\ *CONFIG_FILENAME*
+**-c** *CONFIG_FILENAME* \| **––config=**\ ‌\ *CONFIG_FILENAME*
(Mandatory) Use CONFIG_FILENAME.
-**-b** *BANK_URL* \| **—bank-url=**\ ‌\ *BANK_URL*
+**-b** *BANK_URL* \| **––bank-url=**\ ‌\ *BANK_URL*
(Mandatory) The URL where the fakebank listens at. Must match the
host component in the exchange’s escrow account “payto” URL.
-**-f** \| **--fakebank**
+**-f** \| **––fakebank**
Launch a fakebank instead of the Python bank. Only meaningful if the
mode is to launch more than just a client. Note that using the
fakebank will cause the benchmark application to reset all databases
as the fakebank is stateless and thus previous database state would
inherently cause trouble.
-**-K** \| **--linger**
+**-K** \| **––linger**
Linger around until keypress after the benchmark is done.
-**-n** *HOWMANY_COINS* \| **--coins-number=**\ ‌\ *HOWMANY_COINS*
+**-n** *HOWMANY_COINS* \| **––coins-number=**\ ‌\ *HOWMANY_COINS*
Defaults to 1. Specifies how many coins this benchmark should
withdraw and spend. After being spent, each coin will be refreshed
with a REFRESH_PROBABILITY probability, which is (hardcoded as) 0.1;
future versions of this tool should offer this parameter as a CLI
option.
-**-l** *LOGLEVEL* \| **--log-level=**\ ‌\ *LOGLEVEL*
+**-l** *LOGLEVEL* \| **––log-level=**\ ‌\ *LOGLEVEL*
GNUnet-compatible log level, takes values “ERROR/WARNING/INFO/DEBUG”
-**-h** \| **--help**
+**-h** \| **––help**
Prints a compiled-in help text.
See Also