trafficgen.1 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .TH trafficgen 1 "June 2018" "plc-utils-2.1.11" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. trafficgen - Traffic generation utility for 75xx devices
  4. .SH SYNOPSIS
  5. .BR trafficgen
  6. .RI [ options ]
  7. .RI [ node ]
  8. .RI [ peer ]
  9. .SH DESCRIPTION
  10. The Traffic generation utility creates traffic between two given devices node and peer and prints the average transmit and receive PHY rates between them.
  11. Output is column-oriented and suitable for loading into a spreadsheet or being read by a simple program.
  12. .PP
  13. This program is part of the Qualcomm Atheros Powerline Toolkit.
  14. See the \fBplc\fR man page for an overview and installation instructions.
  15. .SH CHIPSETS
  16. QCA75xx
  17. .SH OPTIONS
  18. .TP
  19. -\fBa \fItraffic_rate\fR
  20. The rate (Mbps) at which traffic is sent to peer device.
  21. The minimum value is \fB0\fR and the maximum value is \fB50\fR .
  22. If the value is 0, this utility sends traffic at approximately 50Mbps
  23. .TP
  24. .RB - c
  25. Display coded PHY rates.
  26. Coded PHY rates are displayed by default so this option is redundant but it has been kept for backword compatibility.
  27. This option and option \fB-u\fR are mutually exclusive.
  28. .TP
  29. -\fBd \fIseconds\fR
  30. Traffic duration in seconds per connection.
  31. Directional traffic is systematically sent between each pair of powerline network devices for this period of time.
  32. Consequently, the total time needed to generate traffic between two network devices will be approximately 2 times this value, so don't get carried away.
  33. The minimum value is \fB0\fR second and the maximum value is \fB60\fR seconds.
  34. .TP
  35. .RB - e
  36. Redirects stderr messages to stdout.
  37. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  38. This option prints all output on stdout in cases where this is desired.
  39. .TP
  40. -\fBi \fIinterface\fR
  41. Select the host Ethernet interface.
  42. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  43. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  44. This option then takes precedence over either default.
  45. .TP
  46. .RB - n
  47. Reads the average transmit and receive PHY rate for each device using VS_NW_INFO and prints it on stdout.
  48. Each output line displays the ethernet interface, source address, destination address and either the transmit or receive PHY rate.
  49. .TP
  50. -\fBo \fImilliseconds\fR
  51. Read timeout in milliseconds.
  52. Values range from 0 through UINT_MAX.
  53. This is the maximum time allowed for a response.
  54. The default is shown in brackets on the program menu.
  55. .TP
  56. .RB - q
  57. Enter quiet mode.
  58. Progress messages are suppressed.
  59. .TP
  60. .RB - r
  61. Reads device hardware and software revision information using VS_SW_VER and prints it on stdout.
  62. .TP
  63. .RB - R
  64. Resets the device using VS_RS_DEV.
  65. .TP
  66. .RB - t
  67. Generate powerline traffic between the local device and remote device( by using VS_TRAFFIC_GENERATOR MME ) on each powerline network connected to the host.
  68. .TP
  69. .RB - T
  70. Generate unidirectional powerline traffic between the source device and destination device( by using VS_TRAFFIC_GENERATOR MME ). 2 MAC Addresses are specified in the argument , the first is taken as the source and the second one as destination.
  71. .TP
  72. .RB - u
  73. Display un-coded PHY rates.
  74. Coded PHY rates are displayed by default.
  75. This option and option \fB-c\fR are mutually exclusive.
  76. .TP
  77. .RB -v
  78. Enter verbose mode.
  79. All Etherenet frames sent or received by the program are displayed on stdout.
  80. .TP
  81. .RB - x
  82. Exit program on first error with a non-zero exit code.
  83. This option allows shell scripts to detect failed or incomplete operations and take the appropriate action.
  84. .TP
  85. .RB - ? ,-- help
  86. Print program help summary on stdout.
  87. This option takes precedence over other options on the command line.
  88. .TP
  89. .RB - ! ,-- version
  90. Print program version information on stdout.
  91. This option takes precedence over other options on the command line.
  92. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  93. .SH ARGUMENTS
  94. .TP
  95. .B node
  96. The MAC address of local powerline device.
  97. The default address is \fBlocal\fR.
  98. See \fBDEVICES\fR for information about symbolic device addresses.
  99. .TP
  100. .BR peer
  101. The MAC address of remote powerline device.
  102. A MAC address is a 48-bit value entered as 12 hexadecimal digits in upper, lower or mixed character case.
  103. Octets may be separated with colons for clarity.
  104. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
  105. .PP
  106. The following MAC address is special and may be entered by name instead of number.
  107. .TP
  108. .BR local
  109. A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  110. All local Atheros devices recognize this address but remote and foreign devices do not.
  111. A remote device is any device at the far end of a powerline connection.
  112. A foreign device is any device not manufactured by Atheros.
  113. .SH REFERENCES
  114. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  115. .SH EXAMPLES
  116. The following example displays the average transmit and receive PHY rates from each of two devices.
  117. One is a local device connected to interface \fBeth2\fR and the other is a remote device at the far end of the powerline.
  118. Observe the rates shown.
  119. .PP
  120. # trafficgen.exe -i3 -td3 00B052000010 -nu
  121. nic3 00:B0:52:00:00:99 00:B0:52:00:00:10 RX 1000 mbps MIMO
  122. nic3 00:B0:52:00:00:99 00:B0:52:00:00:10 TX 1011 mbps MIMO
  123. .SH DISCLAIMER
  124. Atheros HomePlug AV Vendor Specific Management Message Entry structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  125. Consequently, public information may not be available.
  126. Qualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  127. .SH SEE ALSO
  128. .BR PLC ( 1 ),
  129. .BR amprate ( 1 ),
  130. .BR int6krate ( 1 )
  131. .BR plcrate ( 1 )
  132. .SH CREDITS
  133. Nisha K <nishk@qti.qualcomm.com>
  134. '
  135. '