-re benchmarking and adjusting MAX_QUEUE_PER_PEER
[oweals/gnunet.git] / doc / man / gnunet-testing-run-service.1
1 .TH GNUNET\-TESTING\-RUN\-SERVICE 1 "Aug 25, 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-testing\-run\-service \- Command line tool to start a service for testing.
5
6 .SH SYNOPSIS
7 .B gnunet\-testing\-run\-service
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-testing\-run\-service\fP is a command line tool to start a service for testing. It starts a peer, running only the service specified on the command line, outputs the path to the temporary configuration file to stdout.
13
14 The peer will run until this program is killed, or stdin is closed. When reading the character 'r' from stdin, the running service is restarted with the same configuration.
15
16 This executable is intended to be used by gnunet-java, in order to reliably start and stop services for test cases.
17
18 .SH OPTIONS
19 .B
20 .IP "\-c FILENAME,  \-\-config=FILENAME"
21 Name of the template configuration file to use (optional).
22 .B
23 .IP "\-h, \-\-help"
24 Print short help on options.
25 .B
26 .IP "\-s SERVICE, \-\-service=SERVICE"
27 Name of the service to run.
28
29 .SH BUGS
30 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>