Scroll to navigation

GNUNET-STATISTICS(1) General Commands Manual GNUNET-STATISTICS(1)

NAME

gnunet-statisticsdisplay statistics about your GNUnet system

SYNOPSIS

gnunet-statistics [-c FILENAME | --config=FILENAME] [-h | --help] [-L LOGLEVEL | --loglevel=LOGLEVEL] [-l FILENAME | --logfile=FILENAME] [-n NAME | --name=NAME] [-o PORT | --port=PORT] [-p | --persistent] [-q | --quiet] [-r REMOTE | --remote=REMOTE] [-S SEPARATOR | --csv-separator=SEPARATOR] [-s SUBSYSTEM | --subsystem=SUBSYSTEM] [-t PATH | --testbed=PATH] [-v | --version] [-w | --watch] ⟨VALUE

DESCRIPTION

gnunet-statistics is used to display detailed information about various aspect of GNUnet's operation. This tool only works if the "statistics" service is available. gnunet-statistics can be used to set a value by giving the options -n, -s and also a VALUE.

FILENAME | FILENAME
Use the configuration file FILENAME.
|
Print short help on options.
LOGLEVEL | LOGLEVEL
Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
FILENAME | FILENAME
Configure logging to write logs to FILENAME
NAME | NAME
Each 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.
PORT | PORT
PORT for remote host
|
When 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.
|
Just print the statistics value
REMOTE | REMOTE
Connect to a remote host given as REMOTE.
SEPARATOR | SEPARATOR
Specify a separator for generating csv-output.
SUBSYSTEM | SUBSYSTEM
Statistics are kept for various subsystems. With this option, the output can be restricted to a particular subsystem only.
PATH | PATH
When running testbed, you can get statistics of all peers with specefying the folder containing the data of all testbed nodes like

$ gnunet-statistics -t /tmp/testbedARtmQv
|
Print GNUnet version number.
|
Watch value continuously.

SEE ALSO

gnunet-service-statistics(1)

The full documentation for gnunet is maintained as a Texinfo manual. If the info(1) and gnunet programs are properly installed at your site, the command

info gnunet

should give you access to the complete handbook,

info gnunet-c-tutorial

will give you access to a tutorial for developers.

Depending on your installation, this information is also available in gnunet(7) and gnunet-c-tutorial(7).

BUGS

Report bugs by using https://bugs.gnunet.org or by sending electronic mail to <gnunet-developers@gnu.org>.

January 4, 2012 Debian