summaryrefslogtreecommitdiff
path: root/manpages/taler-bank-benchmark.1.rst
blob: 52078fa931455e25398d10f7d957424d5e5d4fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
taler-bank-benchmark(1)
#######################

.. only:: html

   Name
   ====

   **taler-bank-benchmark** - benchmark only the 'bank' and the 'taler-exchange-wirewatch' tool

Synopsis
========

**taler-bank-benchmark**
[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
[**-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*]
[**-V** | **--verbose**]
[**-v** | **--version**]
[**-w** | **--wirewatch**]


Description
===========

**taler-bank-benchmark** is a command-line tool to benchmark only the "bank"
and the ``taler-exchange-wirewatch`` tool.

The options for **taler-bank-benchmark** are:

**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
   Use the configuration and other resources for the merchant to operate
   from *FILENAME*.

**-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``.

**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
   Send logging output to *FILENAME*.

**-m** *MODE* \| **--mode=**\ \ *MODE*
   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.

**-V** \| **--verbose**
   Display more output than usual.

**-v** \| **--version**
   Print version information.

**-w** \| **--wirewatch**
   Run the ``taler-exchange-wirewatch`` tool.

See Also
========

taler-exchange-httpd(1), taler.conf(5).

Bugs
====

Report bugs by using https://bugs.taler.net/ or by sending electronic
mail to <taler@gnu.org>.