Statistics are kept for various subsystems. With this option, the
output can be restricted to a particular subsystem only.
.B
+.IP "\-S SEPARATOR, \-\-csv-separator=SEPARATOR"
+Specify a separator for generating csv-output.
+.B
.IP "\-t TESTBED_PATH, \-\-subsystem=TESTBED_PATH"
When running testbed, you can get statistics of all peers with specefying the
folder containing the data of all testbed nodes like \fBgnunet\-statistics -t /tmp/testbedARtmQv\fP.
main (int argc, char *const *argv)
{
struct GNUNET_GETOPT_CommandLineOption options[] = {
- GNUNET_GETOPT_option_string ('d',
- "csv-separator",
- "CSV_SEPARATOR",
- gettext_noop ("use as csv separator"),
- &csv_separator),
-
GNUNET_GETOPT_option_string ('n',
"name",
"NAME",
gettext_noop ("limit output to the given SUBSYSTEM"),
&subsystem),
+ GNUNET_GETOPT_option_string ('S',
+ "csv-separator",
+ "CSV_SEPARATOR",
+ gettext_noop ("use as csv separator"),
+ &csv_separator),
+
GNUNET_GETOPT_option_filename ('t',
"testbed",
"TESTBED",