adjust mantis url
[oweals/gnunet.git] / doc / man / gnunet-ats.1
1 .TH GNUNET\-ATS 1 "October 16, 2015" "GNUnet"
2 .SH NAME
3 gnunet\-ats \- display information about transport resource allocation
4 .SH SYNOPSIS
5 .B gnunet\-ats
6 .RI [ options ]
7 .br
8 .SH DESCRIPTION
9 \fBgnunet\-ats\fP can be used to display information about the GNUnet's
10 transport selection mechanism. It shows information about the
11 addresses and the assigned input and output bandwidth.
12 .SH OPTIONS
13 .B
14 .IP "\-a,  \-\-aa"
15 List all addresses currently known to ats.
16 .B
17 .IP "\-c FILENAME,  \-\-config=FILENAME"
18 Use the configuration file FILENAME.
19 .B
20 .IP "\-C, \-\-connect=PEERID"
21 Ask ATS to suggest an address for PEERID to transport to establish a
22 connection.
23 Note that you can use the gnunet\-transport command\-line tool to
24 force disconnects.
25 .B
26 .IP "\-h, \-\-help"
27 Print short help on options.
28 .B
29 .IP "\-i, \-\-id=PEERID"
30 Print information for a specific peer identity only
31 .B
32 .IP "\-k, \-\-value=VALUE"
33 Value to set for when changing preference values
34 .B
35 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
36 Use LOGLEVEL for logging.
37 Valid values are DEBUG, INFO, WARNING and ERROR.
38 .B
39 .IP "\-m, \-\-monitor"
40 Monitor changes to the bandwidth assignments continuously
41 .B
42 .IP "\-n, \-\-numeric"
43 Do not resolve IP addresses to hostnames
44 .B
45 .IP "\-k, \-\-preference=E"
46 Set preference values, \-i, \-k and \-t required
47 .B
48 .IP "\-q, \-\-quotas"
49 Print quotas for all network types
50 .B
51 .IP "\-t, \-\-type=VALUE"
52 Preference type to change: latency | bandwidth
53 .B
54 .IP "\-u, \-\-used"
55 Print addresses actively used only
56 .B
57 .IP "\-V, \-\-verbose"
58 Print verbose output (include ATS address properties)
59 .B
60 .IP "\-v, \-\-version"
61 Print GNUnet version number.
62 .SH BUGS
63 Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
64 electronic mail to <bug\-gnunet@gnu.org>
65 .SH SEE ALSO
66 gnunet\-transport(1)
67 The full documentation for
68 .B gnunet
69 is maintained as a Texinfo manual.  If the
70 .B info
71 and
72 .B gnunet
73 programs are properly installed at your site, the command
74 .IP
75 .B info gnunet
76 .PP
77 should give you access to the complete handbook,
78 .IP
79 .B info gnunet-c-tutorial
80 .PP
81 will give you access to a tutorial for developers.
82 .PP
83 Depending on your installation, this information is also
84 available in
85 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).