aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-statistics.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-statistics.1')
-rw-r--r--doc/man/gnunet-statistics.125
1 files changed, 20 insertions, 5 deletions
diff --git a/doc/man/gnunet-statistics.1 b/doc/man/gnunet-statistics.1
index e6c744f12..2aa889382 100644
--- a/doc/man/gnunet-statistics.1
+++ b/doc/man/gnunet-statistics.1
@@ -10,8 +10,11 @@ gnunet\-statistics \- Display statistics about your GNUnet system
10.br 10.br
11 11
12.SH DESCRIPTION 12.SH DESCRIPTION
13\fBgnunet\-statistics\fP is used to display detailed information about various aspect of GNUnet's operation. This tool only works if the "statistics" service is available. 13\fBgnunet\-statistics\fP is used to display detailed information about
14gnunet\-statistics can be used to set a value by giving the options \-n, \-s and also a VALUE. 14various aspect of GNUnet's operation. This tool only works if the
15"statistics" service is available.
16gnunet\-statistics can be used to set a value by giving the options
17\-n, \-s and also a VALUE.
15 18
16.SH OPTIONS 19.SH OPTIONS
17.B 20.B
@@ -25,13 +28,25 @@ Print short help on options.
25Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 28Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
26.B 29.B
27.IP "\-n NAME, \-\-name=NAME" 30.IP "\-n NAME, \-\-name=NAME"
28Each statistic has a name that is unique with in its subsystem. With this option, the output can be restricted to statistics that have a particular name. 31Each statistic has a name that is unique with in its subsystem. With
32this option, the output can be restricted to statistics that have a
33particular name.
29.B 34.B
30.IP "\-p, \-\-persistent" 35.IP "\-p, \-\-persistent"
31When setting a value, make the value persistent. If the value used to be persistent and this flag is not given, it will be marked as non\-persistent. 36When setting a value, make the value persistent. If the value used to
37be persistent and this flag is not given, it will be marked as
38non\-persistent.
32.B 39.B
33.IP "\-s SUBSYSTEM, \-\-subsystem=SUBSYSTEM" 40.IP "\-s SUBSYSTEM, \-\-subsystem=SUBSYSTEM"
34Statistics are kept for various subsystems. With this option, the output can be restricted to a particular subsystem only. 41Statistics are kept for various subsystems. With this option, the
42output can be restricted to a particular subsystem only.
43.B
44.IP "\-S SEPARATOR, \-\-csv-separator=SEPARATOR"
45Specify a separator for generating csv-output.
46.B
47.IP "\-t TESTBED_PATH, \-\-subsystem=TESTBED_PATH"
48When running testbed, you can get statistics of all peers with specefying the
49folder containing the data of all testbed nodes like \fBgnunet\-statistics -t /tmp/testbedARtmQv\fP.
35.B 50.B
36.IP "\-v, \-\-version" 51.IP "\-v, \-\-version"
37Print GNUnet version number. 52Print GNUnet version number.