coqos_man.1.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. coqos_man.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='coqos_info.1.html' title=' coqos_info.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='coqos_mod.1.html' title=' coqos_mod.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. coqos_man(1) Qualcomm Atheros Open Powerline Toolkit coqos_man(1)
  22. NAME
  23. coqos_man - Set and monitor bandwidth
  24. SYNOPSIS
  25. coqos_man [options] [device] [...]
  26. DESCRIPTION
  27. This page is under construction.
  28. Monitors the bandwidth being used and sets a bandwidth limit. If the bandwidth limit is exceeded it will suspend the
  29. lower priority streams in priority order until the bandwidth being used is less than the limit.
  30. This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation
  31. instructions.
  32. OPTIONS
  33. -e Redirects stderr messages to stdout. By convention progress messages and error messages are printed on stderr
  34. while primary program output is printed on stdout. This option prints all output on stdout in cases where this is
  35. desired.
  36. -i interface
  37. Select the host Ethernet interface. All requests are sent via this host interface and only reponses received via
  38. this host interface are recognized. The default interface is eth1 because most people use eth0 as their principle
  39. network connection; however, if environment string &quot;PLC&quot; is defined then it takes precedence over the default
  40. interface. This option then takes precedence over either default.
  41. -q Suppresses status messages on stderr.
  42. -r Display relative memory offsets on output. This option is the default.
  43. -v Prints additional information on stdout. In particular, this option dumps outgoing Ethernet packets on stdout.
  44. -?,--help
  45. Displays program help information on stderr. This option takes precedence over all other options on the command
  46. line except version information.
  47. -!,--version
  48. Displays program version information on stderr. This option takes precedence over all other options on the com‐
  49. mand line except help information. Use this option when sending screen dumps to Atheros technical staff.
  50. ARGUMENTS
  51. limit The bandwidth limit, in kbps, expressed as a decimal integer. This argument is required. The range is 10 through
  52. 90000.
  53. device The MAC address of some powerline device. More than one address may be specified on the command line. If more
  54. than one address is specified then operations are performed on each device in turn. The default address is
  55. &quot;local&quot;. See DEVICES for more information.
  56. DEVICES
  57. Ethernet MAC addresses are expressed as six hexadecimal octets optionally separated by colon. For example, the Qualcomm
  58. Atheros Local Management Address (LMA) of &quot;00b052000001&quot; may also be entered as &quot;00:b0:52:00:00:01&quot; or &quot;00b052:000001&quot;.
  59. Addresses are case insensitive and quotes are optional. In addition, some special addresses may be entered by name
  60. rather than number where names are case sensitive.
  61. all A synonym for the &quot;broadcast&quot; address, described next.
  62. broadcast
  63. A synonym for the Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or foreign
  64. will respond to this address.
  65. local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
  66. Atheros devices recognize this address but remote and foreign devices do not. A remote device is any device at
  67. the far end of a powerline connection. A foreign device is any device not manufactured by Atheros. See the Qual‐
  68. comm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  69. DISCLAIMER
  70. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
  71. USA. Consequently, public information may not be available. Qualcomm Atheros reserves the right to modify message
  72. structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  73. EXAMPLES
  74. The following example suspends streams if the bandwidth used exceeds 20mbps.
  75. # coqos_man 20000 00:B0:52:BA:BE:01
  76. SEE ALSO
  77. coqos_add(1), coqos_info(1), coqos_mod(1), coqos_rel(1)
  78. CREDITS
  79. Bill Wike &lt;bill.wike@qca.qualcomm.com&gt;
  80. Nathaniel Houghton &lt;nhoughto@qca.qualcomm.com&gt;
  81. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  82. open-plc-utils-0.0.3 Mar 2014 coqos_man(1)
  83. </pre>
  84. <div class='footerlink'>
  85. [<a href='coqos_info.1.html' title=' coqos_info.1 '>PREV</a>]
  86. [<a href='toolkit.html' title=' Index '>HOME</a>]
  87. [<a href='coqos_mod.1.html' title=' coqos_mod.1 '>NEXT</a>]
  88. </div>
  89. </body>
  90. </html>