aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-testbed-profiler.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-testbed-profiler.1')
-rw-r--r--doc/man/gnunet-testbed-profiler.1110
1 files changed, 58 insertions, 52 deletions
diff --git a/doc/man/gnunet-testbed-profiler.1 b/doc/man/gnunet-testbed-profiler.1
index b1dde99dd..fe9d713b3 100644
--- a/doc/man/gnunet-testbed-profiler.1
+++ b/doc/man/gnunet-testbed-profiler.1
@@ -1,61 +1,67 @@
1.TH GNUNET\-TESTBED\-PROFILER 1 "September 13, 2014" "GNUnet" 1.Dd September 13, 2014
2.SH NAME 2.Dt GNUNET-TESTBED-PROFILER 1
3gnunet\-testbed\-profiler \- Profiling driver for the testbed. 3.Os
4.SH SYNOPSIS 4.Sh NAME
5.B gnunet\-testbed\-profiler 5.Nm gnunet-testbed-profiler
6.RI [ options ] 6.Nd
7.br 7profiling driver for the testbed
8.SH DESCRIPTION 8.Sh SYNOPSIS
9\fBgnunet\-testbed\-profiler\fP is a command line profiling driver for the testbed. 9.Nm
10.SH OPTIONS 10.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
11.B 11.Op Fl e Ar COUNT | Fl \-num-errors= Ns Ar COUNT
12.IP "\-c FILENAME, \-\-config=FILENAME" 12.Op Fl H Ar FILENAME | Fl \-hosts= Ns Ar FILENAME
13.Op Fl h | \-help
14.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
15.Op Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOGFILE
16.Op Fl n | \-non-interactive
17.Op Fl p Ar COUNT | Fl \-num-peers= Ns Ar COUNT
18.Op Fl v | \-version
19.Sh DESCRIPTION
20.Nm
21is a command line profiling driver for the testbed.
22.Sh OPTIONS
23.Bl -tag -width Ds
24.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
13Use the configuration file FILENAME. 25Use the configuration file FILENAME.
14.B 26.It Fl e Ar COUNT | Fl \-num-errors= Ns Ar COUNT
15.IP "\-e COUNT, \-\-num\-errors=COUNT"
16Tolerate COUNT number of continious timeout failures. 27Tolerate COUNT number of continious timeout failures.
17.B 28.It Fl H Ar FILENAME | Fl \-hosts= Ns Ar FILENAME
18.IP "\-H FILENAME, \-\-hosts=FILENAME"
19Name of the file with the login information for the testbed. 29Name of the file with the login information for the testbed.
20.B 30.It Fl h | \-help
21.IP "\-h, \-\-help"
22Print short help on options. 31Print short help on options.
23.B 32.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 33Use LOGLEVEL for logging.
25Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 34Valid values are DEBUG, INFO, WARNING and ERROR.
26.B 35.It Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOGFILE
27.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
28Configure logging to write logs to LOGFILE. 36Configure logging to write logs to LOGFILE.
29.B 37.It Fl n | \-non-interactive
30.IP "\-n, \-\-non\-interactive" 38Run profiler in non-interactive mode where upon testbed setup the profiler does not wait for a keystroke but continues to run until a termination signal is received.
31Run profiler in non-interactive mode where upon testbed setup the 39.It Fl p Ar COUNT | Fl \-num-peers= Ns Ar COUNT
32profiler does not wait for a keystroke but continues to run until a
33termination signal is received.
34.B
35.IP "\-p COUNT, \-\-num\-peers=COUNT"
36Create COUNT number of peers. 40Create COUNT number of peers.
37.B 41.It Fl v | \-version
38.IP "\-v, \-\-version"
39Print GNUnet version number. 42Print GNUnet version number.
40.SH BUGS 43.El
41Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending electronic mail to <gnunet\-developers@gnu.org> 44.Sh SEE ALSO
42.SH "SEE ALSO" 45The full documentation for gnunet is maintained as a Texinfo manual.
43The full documentation for 46If the
44.B gnunet 47.Xr info 1
45is maintained as a Texinfo manual. If the 48and gnunet programs are properly installed at your site, the command
46.B info 49.Pp
47and 50.Dl info gnunet
48.B gnunet 51.Pp
49programs are properly installed at your site, the command
50.IP
51.B info gnunet
52.PP
53should give you access to the complete handbook, 52should give you access to the complete handbook,
54.IP 53.Pp
55.B info gnunet-c-tutorial 54.Dl info gnunet-c-tutorial
56.PP 55.Pp
57will give you access to a tutorial for developers. 56will give you access to a tutorial for developers.
58.PP 57.sp
59Depending on your installation, this information is also 58Depending on your installation, this information is also available in
60available in 59.Xr gnunet 7 and
61\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 60.Xr gnunet-c-tutorial 7 .
61.\".Sh HISTORY
62.\".Sh AUTHORS
63.Sh BUGS
64Report bugs by using
65.Lk https://bugs.gnunet.org
66or by sending electronic mail to
67.Aq Mt gnunet-developers@gnu.org .