aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-02 23:03:58 +0000
committerng0 <ng0@n0.is>2019-04-02 23:03:58 +0000
commit6ec659c53009a90ddd90e3d94934a00b424753e7 (patch)
tree36174dd5353606d58e77c88904d2335b04974169 /doc/man
parent64750c8e1573025dafb39dee86c8f3d85308b2b2 (diff)
downloadgnunet-6ec659c53009a90ddd90e3d94934a00b424753e7.tar.gz
gnunet-6ec659c53009a90ddd90e3d94934a00b424753e7.zip
man: tbp
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-testbed-profiler.1101
1 files changed, 58 insertions, 43 deletions
diff --git a/doc/man/gnunet-testbed-profiler.1 b/doc/man/gnunet-testbed-profiler.1
index 7faacaee4..fe9d713b3 100644
--- a/doc/man/gnunet-testbed-profiler.1
+++ b/doc/man/gnunet-testbed-profiler.1
@@ -1,52 +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.IP "\-c FILENAME, \-\-config=FILENAME" 11.Op Fl e Ar COUNT | Fl \-num-errors= Ns Ar COUNT
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
12Use the configuration file FILENAME. 25Use the configuration file FILENAME.
13.IP "\-e COUNT, \-\-num\-errors=COUNT" 26.It Fl e Ar COUNT | Fl \-num-errors= Ns Ar COUNT
14Tolerate COUNT number of continious timeout failures. 27Tolerate COUNT number of continious timeout failures.
15.IP "\-H FILENAME, \-\-hosts=FILENAME" 28.It Fl H Ar FILENAME | Fl \-hosts= Ns Ar FILENAME
16Name of the file with the login information for the testbed. 29Name of the file with the login information for the testbed.
17.IP "\-h, \-\-help" 30.It Fl h | \-help
18Print short help on options. 31Print short help on options.
19.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 32.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
20Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 33Use LOGLEVEL for logging.
21.IP "\-l LOGFILE, \-\-logfile=LOGFILE" 34Valid values are DEBUG, INFO, WARNING and ERROR.
35.It Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOGFILE
22Configure logging to write logs to LOGFILE. 36Configure logging to write logs to LOGFILE.
23.IP "\-n, \-\-non\-interactive" 37.It Fl n | \-non-interactive
24Run profiler in non-interactive mode where upon testbed setup the 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.
25profiler does not wait for a keystroke but continues to run until a 39.It Fl p Ar COUNT | Fl \-num-peers= Ns Ar COUNT
26termination signal is received.
27.IP "\-p COUNT, \-\-num\-peers=COUNT"
28Create COUNT number of peers. 40Create COUNT number of peers.
29.IP "\-v, \-\-version" 41.It Fl v | \-version
30Print GNUnet version number. 42Print GNUnet version number.
31.SH BUGS 43.El
32Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending electronic mail to <gnunet\-developers@gnu.org> 44.Sh SEE ALSO
33.SH "SEE ALSO" 45The full documentation for gnunet is maintained as a Texinfo manual.
34The full documentation for 46If the
35.B gnunet 47.Xr info 1
36is maintained as a Texinfo manual. If the 48and gnunet programs are properly installed at your site, the command
37.B info 49.Pp
38and 50.Dl info gnunet
39.B gnunet 51.Pp
40programs are properly installed at your site, the command
41.IP
42.B info gnunet
43.PP
44should give you access to the complete handbook, 52should give you access to the complete handbook,
45.IP 53.Pp
46.B info gnunet-c-tutorial 54.Dl info gnunet-c-tutorial
47.PP 55.Pp
48will give you access to a tutorial for developers. 56will give you access to a tutorial for developers.
49.PP 57.sp
50Depending on your installation, this information is also 58Depending on your installation, this information is also available in
51available in 59.Xr gnunet 7 and
52\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 .