gnunet-testbed-profiler.1 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd September 13, 2014
  25. .Dt GNUNET-TESTBED-PROFILER 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-testbed-profiler
  29. .Nd profiling driver for the testbed
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  33. .Op Fl e Ar COUNT | Fl -num-errors= Ns Ar COUNT
  34. .Op Fl H Ar FILENAME | Fl -hosts= Ns Ar FILENAME
  35. .Op Fl h | -help
  36. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  37. .Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
  38. .Op Fl n | -non-interactive
  39. .Op Fl p Ar COUNT | Fl -num-peers= Ns Ar COUNT
  40. .Op Fl v | -version
  41. .Sh DESCRIPTION
  42. .Nm
  43. is a command line profiling driver for the testbed.
  44. .Sh OPTIONS
  45. .Bl -tag -width indent
  46. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  47. Use the configuration file FILENAME.
  48. .It Fl e Ar COUNT | Fl -num-errors= Ns Ar COUNT
  49. Tolerate COUNT number of continious timeout failures.
  50. .It Fl H Ar FILENAME | Fl -hosts= Ns Ar FILENAME
  51. Name of the file with the login information for the testbed.
  52. .It Fl h | -help
  53. Print short help on options.
  54. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  55. Use LOGLEVEL for logging.
  56. Valid values are DEBUG, INFO, WARNING and ERROR.
  57. .It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
  58. Configure logging to write logs to LOGFILE.
  59. .It Fl n | -non-interactive
  60. Run profiler in non-interactive mode where upon testbed setup the profiler does not wait for a keystroke but continues to run until a termination signal is received.
  61. .It Fl p Ar COUNT | Fl -num-peers= Ns Ar COUNT
  62. Create COUNT number of peers.
  63. .It Fl v | -version
  64. Print GNUnet version number.
  65. .El
  66. .Sh SEE ALSO
  67. The full documentation for gnunet is maintained as a Texinfo manual.
  68. If the
  69. .Xr info 1
  70. and gnunet programs are properly installed at your site, the command
  71. .Pp
  72. .Dl info gnunet
  73. .Pp
  74. should give you access to the complete handbook,
  75. .Pp
  76. .Dl info gnunet-c-tutorial
  77. .Pp
  78. will give you access to a tutorial for developers.
  79. .sp
  80. Depending on your installation, this information is also available in
  81. .Xr gnunet 7 and
  82. .Xr gnunet-c-tutorial 7 .
  83. .\".Sh HISTORY
  84. .\".Sh AUTHORS
  85. .Sh BUGS
  86. Report bugs by using
  87. .Lk https://bugs.gnunet.org
  88. or by sending electronic mail to
  89. .Aq Mt gnunet-developers@gnu.org .