[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 04/06: taler-exchange-benchmark(1): add opts ‘-F’, ‘-l’, ‘-
From: |
gnunet |
Subject: |
[taler-docs] 04/06: taler-exchange-benchmark(1): add opts ‘-F’, ‘-l’, ‘-m’, ‘-v’ |
Date: |
Fri, 08 Jan 2021 02:34:37 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit 0ee36d632dd41c79068ed65013ec5a44de768753
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 7 20:21:01 2021 -0500
taler-exchange-benchmark(1): add opts ‘-F’, ‘-l’, ‘-m’, ‘-v’
---
manpages/taler-exchange-benchmark.1.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/manpages/taler-exchange-benchmark.1.rst
b/manpages/taler-exchange-benchmark.1.rst
index e674e4f..9847b09 100644
--- a/manpages/taler-exchange-benchmark.1.rst
+++ b/manpages/taler-exchange-benchmark.1.rst
@@ -15,11 +15,15 @@ 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*]
+[**-v** | **––version**]
Description
===========
@@ -34,6 +38,9 @@ that table are always erased during a single benchmark run.
**-c** *CONFIG_FILENAME* \| **––config=**\ \ *CONFIG_FILENAME*
(Mandatory) Use CONFIG_FILENAME.
+**-F** \| **––reserves-first**
+ Create all reserves first, before starting normal operations.
+
**-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
@@ -51,6 +58,12 @@ that table are always erased during a single benchmark run.
Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
``WARNING``, ``ERROR``.
+**-l** *FILENAME* \| **––logfile=**\ \ *FILENAME*
+ Send logging output to *FILENAME*.
+
+**-m** *MODE* \| **––mode=**\ \ *MODE*
+ Mode of operation. Accepted values are: ``exchange``, ``clients``, ``both``.
+
**-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
@@ -58,6 +71,9 @@ that table are always erased during a single benchmark run.
future versions of this tool should offer this parameter as a CLI
option.
+**-v** \| **––version**
+ Print version information.
+
See Also
========
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (ad6b165 -> af35eb7), gnunet, 2021/01/07
- [taler-docs] 06/06: taler-exchange-benchmark(1): add opts ‘-p’, ‘-R’, ‘-r’, gnunet, 2021/01/07
- [taler-docs] 01/06: taler-exchange-benchmark(1): remove opt ‘-b’, ‘--bank-url’, gnunet, 2021/01/07
- [taler-docs] 02/06: taler-exchange-benchmark(1): reorder options, gnunet, 2021/01/07
- [taler-docs] 03/06: taler-exchange-benchmark(1): fix typo: use ‘-L’ for ‘--log-level’; rewrite its description, gnunet, 2021/01/07
- [taler-docs] 04/06: taler-exchange-benchmark(1): add opts ‘-F’, ‘-l’, ‘-m’, ‘-v’,
gnunet <=
- [taler-docs] 05/06: taler-exchange-benchmark(1): update description of opt ‘-n’, gnunet, 2021/01/07