gnunet-testbed-profiler.1 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .TH GNUNET\-TESTBED\-PROFILER 1 "September 13, 2014" "GNUnet"
  2. .SH NAME
  3. gnunet\-testbed\-profiler \- Profiling driver for the testbed.
  4. .SH SYNOPSIS
  5. .B gnunet\-testbed\-profiler
  6. .RI [ options ]
  7. .br
  8. .SH DESCRIPTION
  9. \fBgnunet\-testbed\-profiler\fP is a command line profiling driver for the testbed.
  10. .SH OPTIONS
  11. .B
  12. .IP "\-c FILENAME, \-\-config=FILENAME"
  13. Use the configuration file FILENAME.
  14. .B
  15. .IP "\-e COUNT, \-\-num\-errors=COUNT"
  16. Tolerate COUNT number of continious timeout failures.
  17. .B
  18. .IP "\-H FILENAME, \-\-hosts=FILENAME"
  19. Name of the file with the login information for the testbed.
  20. .B
  21. .IP "\-h, \-\-help"
  22. Print short help on options.
  23. .B
  24. .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
  25. Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
  26. .B
  27. .IP "\-l LOGFILE, \-\-logfile=LOGFILE"
  28. Configure logging to write logs to LOGFILE.
  29. .B
  30. .IP "\-n, \-\-non\-interactive"
  31. Run profiler in non-interactive mode where upon testbed setup the
  32. profiler does not wait for a keystroke but continues to run until a
  33. termination signal is received.
  34. .B
  35. .IP "\-p COUNT, \-\-num\-peers=COUNT"
  36. Create COUNT number of peers.
  37. .B
  38. .IP "\-v, \-\-version"
  39. Print GNUnet version number.
  40. .SH BUGS
  41. Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending electronic mail to <gnunet\-developers@gnu.org>
  42. .SH "SEE ALSO"
  43. The full documentation for
  44. .B gnunet
  45. is maintained as a Texinfo manual. If the
  46. .B info
  47. and
  48. .B gnunet
  49. programs are properly installed at your site, the command
  50. .IP
  51. .B info gnunet
  52. .PP
  53. should give you access to the complete handbook,
  54. .IP
  55. .B info gnunet-c-tutorial
  56. .PP
  57. will give you access to a tutorial for developers.
  58. .PP
  59. Depending on your installation, this information is also
  60. available in
  61. \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).