aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-ats.1
blob: 895c7194200d3214826df0236a9a1c949fba6414 (plain) (blame)
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
.TH GNUNET\-ATS 1 "October 16, 2015" "GNUnet"
.SH NAME
gnunet\-ats \- display information about transport resource allocation
.SH SYNOPSIS
.B gnunet\-ats
.RI [ options ]
.br
.SH DESCRIPTION
\fBgnunet\-ats\fP can be used to display information about the GNUnet's
transport selection mechanism. It shows information about the
addresses and the assigned input and output bandwidth.
.SH OPTIONS
.B
.IP "\-a,  \-\-aa"
List all addresses currently known to ats.
.B
.IP "\-c FILENAME,  \-\-config=FILENAME"
Use the configuration file FILENAME.
.B
.IP "\-C, \-\-connect=PEERID"
Ask ATS to suggest an address for PEERID to transport to establish a
connection.
Note that you can use the gnunet\-transport command\-line tool to
force disconnects.
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
.IP "\-i, \-\-id=PEERID"
Print information for a specific peer identity only
.B
.IP "\-k, \-\-value=VALUE"
Value to set for when changing preference values
.B
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging.
Valid values are DEBUG, INFO, WARNING and ERROR.
.B
.IP "\-m, \-\-monitor"
Monitor changes to the bandwidth assignments continuously
.B
.IP "\-n, \-\-numeric"
Do not resolve IP addresses to hostnames
.B
.IP "\-k, \-\-preference=E"
Set preference values, \-i, \-k and \-t required
.B
.IP "\-q, \-\-quotas"
Print quotas for all network types
.B
.IP "\-t, \-\-type=VALUE"
Preference type to change: latency | bandwidth
.B
.IP "\-u, \-\-used"
Print addresses actively used only
.B
.IP "\-V, \-\-verbose"
Print verbose output (include ATS address properties)
.B
.IP "\-v, \-\-version"
Print GNUnet version number.
.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending
electronic mail to <bug\-gnunet@gnu.org>
.SH SEE ALSO
gnunet\-transport(1)
The full documentation for
.B gnunet
is maintained as a Texinfo manual.  If the
.B info
and
.B gnunet
programs are properly installed at your site, the command
.IP
.B info gnunet
.PP
should give you access to the complete handbook,
.IP
.B info gnunet-c-tutorial
.PP
will give you access to a tutorial for developers.
.PP
Depending on your installation, this information is also
available in
\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).