summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-benchmark.1.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-26 17:21:33 +0200
committerFlorian Dold <florian@dold.me>2021-07-26 17:21:33 +0200
commited373fe3d98cd249ddd65d631bd6007a1ce94fde (patch)
tree357bbea779594d7fcd017aff1620bd8dbf9f4a68 /manpages/taler-exchange-benchmark.1.rst
parent927565e7798ba07841c661e452348e8879a2fe93 (diff)
downloaddocs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.tar.gz
docs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.tar.bz2
docs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.zip
do not use unicode double dashes
Diffstat (limited to 'manpages/taler-exchange-benchmark.1.rst')
-rw-r--r--manpages/taler-exchange-benchmark.1.rst52
1 files changed, 26 insertions, 26 deletions
diff --git a/manpages/taler-exchange-benchmark.1.rst b/manpages/taler-exchange-benchmark.1.rst
index 56710e5d..bcbcb3c1 100644
--- a/manpages/taler-exchange-benchmark.1.rst
+++ b/manpages/taler-exchange-benchmark.1.rst
@@ -14,19 +14,19 @@ Synopsis
========
**taler-exchange-benchmark**
-[**-c** *CONFIG_FILENAME* | **––config=**\ ‌\ *CONFIG_FILENAME*]
-[**-F** | **––reserves-first**]
-[**-f** | **––fakebank**]
-[**-h** | **––help**]
-[**-K** | **––linger**]
-[**-L** *LOGLEVEL* | **––log-level=**\ ‌\ *LOGLEVEL*]
-[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
-[**-m** *MODE* | **––mode=**\ \ *MODE*]
-[**-n** *HOWMANY_COINS* | **––coins-number=**\ ‌\ *HOWMANY_COINS*]
-[**-p** *NPROCS* | **––parallelism=**\ \ *NPROCS*]
-[**-R** *RATE* | **––refresh-rate=**\ \ *RATE*]
-[**-r** *N* | **––reserves=**\ \ *N*]
-[**-v** | **––version**]
+[**-c** *CONFIG_FILENAME* | **--config=**\ ‌\ *CONFIG_FILENAME*]
+[**-F** | **--reserves-first**]
+[**-f** | **--fakebank**]
+[**-h** | **--help**]
+[**-K** | **--linger**]
+[**-L** *LOGLEVEL* | **--log-level=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-m** *MODE* | **--mode=**\ \ *MODE*]
+[**-n** *HOWMANY_COINS* | **--coins-number=**\ ‌\ *HOWMANY_COINS*]
+[**-p** *NPROCS* | **--parallelism=**\ \ *NPROCS*]
+[**-R** *RATE* | **--refresh-rate=**\ \ *RATE*]
+[**-r** *N* | **--reserves=**\ \ *N*]
+[**-v** | **--version**]
Description
===========
@@ -38,50 +38,50 @@ 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.
-**-F** \| **––reserves-first**
+**-F** \| **--reserves-first**
Create all reserves first, before starting normal operations.
-**-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.
-**-h** \| **––help**
+**-h** \| **--help**
Prints a compiled-in help text.
-**-K** \| **––linger**
+**-K** \| **--linger**
Linger around until keypress after the benchmark is done.
-**-L** *LOGLEVEL* \| **––log-level=**\ ‌\ *LOGLEVEL*
+**-L** *LOGLEVEL* \| **--log-level=**\ ‌\ *LOGLEVEL*
Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
``WARNING``, ``ERROR``.
-**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
Send logging output to *FILENAME*.
-**-m** *MODE* \| **––mode=**\ \ *MODE*
+**-m** *MODE* \| **--mode=**\ \ *MODE*
Mode of operation. Accepted values are: ``exchange``, ``clients``, ``both``.
-**-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 probability RATE (see option ``--refresh-rate``).
-**-p** *NPROCS* \| **––parallelism=**\ \ *NPROCS*
+**-p** *NPROCS* \| **--parallelism=**\ \ *NPROCS*
Run with *NPROCS* client processes.
-**-R** *RATE* \| **––refresh-rate=**\ \ *RATE*
+**-R** *RATE* \| **--refresh-rate=**\ \ *RATE*
Defaults to 10. Probability of refresh per coin (0-100).
-**-r** *N* \| **––reserves=**\ \ *N*
+**-r** *N* \| **--reserves=**\ \ *N*
Create *N* reserves per client.
-**-v** \| **––version**
+**-v** \| **--version**
Print version information.
See Also