diff options
author | Julius Bünger <buenger@mytum.de> | 2018-06-16 12:47:01 +0200 |
---|---|---|
committer | Julius Bünger <buenger@mytum.de> | 2018-06-16 13:03:50 +0200 |
commit | 298776c4185d99d2d64f9ff84d1eb662f2f16db7 (patch) | |
tree | 34ddc3a9f6b627430f521eb2201e59c741a1f76c /doc/man/gnunet-statistics.1 | |
parent | 9770f389335fee2ce4683e6506f5cfeb98875490 (diff) |
statistics-cli: add -t for printing statistics of testbed nodes
Diffstat (limited to 'doc/man/gnunet-statistics.1')
-rw-r--r-- | doc/man/gnunet-statistics.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/gnunet-statistics.1 b/doc/man/gnunet-statistics.1 index 36f445a09..eed1c1de8 100644 --- a/doc/man/gnunet-statistics.1 +++ b/doc/man/gnunet-statistics.1 @@ -41,6 +41,10 @@ non\-persistent. Statistics are kept for various subsystems. With this option, the output can be restricted to a particular subsystem only. .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. +.B .IP "\-v, \-\-version" Print GNUnet version number. |