mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
github pages
This commit is contained in:
@@ -26,13 +26,15 @@
|
||||
| | | **Arguments:** |
|
||||
| | | ``instance`` Mandatory |
|
||||
| | | ``level`` Mandatory |
|
||||
| | | ``id`` Mandatory LSP identifier |
|
||||
+-----------------------------------+----------------------------------------------------------------------+
|
||||
| **isis-lsp-flap** | | Flap ISIS LSP based on LSP identifier. |
|
||||
| | | |
|
||||
| | | **Arguments:** |
|
||||
| | | ``instance`` Mandatory |
|
||||
| | | ``level`` Mandatory |
|
||||
| | | ``timer`` |
|
||||
| | | ``timer`` Optional flap timer (default 30s) |
|
||||
| | | ``id`` Mandatory LSP identifier |
|
||||
+-----------------------------------+----------------------------------------------------------------------+
|
||||
| **isis-teardown** | | Teardown ISIS. |
|
||||
+-----------------------------------+----------------------------------------------------------------------+
|
||||
@@ -27,11 +27,13 @@
|
||||
| | | **Arguments:** |
|
||||
| | | ``instance`` Mandatory |
|
||||
| | | ``pdu`` Mandatory |
|
||||
| | | ``lsa`` Mandatory LSA identifier |
|
||||
+-----------------------------------+----------------------------------------------------------------------+
|
||||
| **ospf-pdu-update** | | Update OSPF LSA from PDU. |
|
||||
| | | |
|
||||
| | | **Arguments:** |
|
||||
| | | ``instance`` Mandatory |
|
||||
| | | ``pdu`` Mandatory |
|
||||
+-----------------------------------+----------------------------------------------------------------------+
|
||||
| **ospf-teardown** | | Teardown OSPF. |
|
||||
+-----------------------------------+----------------------------------------------------------------------+
|
||||
@@ -2,21 +2,27 @@
|
||||
|
||||
{ "traffic": {} }
|
||||
|
||||
+-----------------------------+--------------------------------------------------------+
|
||||
| Attribute | Description |
|
||||
+=============================+========================================================+
|
||||
| **autostart** | | Automatically start traffic. |
|
||||
| | | Default: true |
|
||||
+-----------------------------+--------------------------------------------------------+
|
||||
| **stop-verified** | | Automatically stop traffic streams if verified. |
|
||||
| | | Default: false |
|
||||
+-----------------------------+--------------------------------------------------------+
|
||||
| **max-burst** | | Stream flow burst size in packets. |
|
||||
| | | Default: 16 |
|
||||
+-----------------------------+--------------------------------------------------------+
|
||||
| **stream-rate-calculation** | | Enable stream rate calculation. |
|
||||
| | | This option should be set to false if massive |
|
||||
| | | streams (e.g. more than 1M) are defined but |
|
||||
| | | per-stream live rate statistics are not required. |
|
||||
| | | Default: true |
|
||||
+-----------------------------+--------------------------------------------------------+
|
||||
+------------------------------+--------------------------------------------------------+
|
||||
| Attribute | Description |
|
||||
+==============================+========================================================+
|
||||
| **autostart** | | Automatically start traffic. |
|
||||
| | | Default: true |
|
||||
+------------------------------+--------------------------------------------------------+
|
||||
| **stop-verified** | | Automatically stop traffic streams if verified. |
|
||||
| | | Default: false |
|
||||
+------------------------------+--------------------------------------------------------+
|
||||
| **max-burst** | | Stream flow burst size in packets. |
|
||||
| | | Default: 16 |
|
||||
+------------------------------+--------------------------------------------------------+
|
||||
| **stream-rate-calculation** | | Enable stream rate calculation. |
|
||||
| | | This option should be set to false if massive |
|
||||
| | | streams (e.g. more than 1M) are defined but |
|
||||
| | | per-stream live rate statistics are not required. |
|
||||
| | | Default: true |
|
||||
+------------------------------+--------------------------------------------------------+
|
||||
| **stream-delay-calculation** | | Enable stream delay calculation. |
|
||||
| | | This option should be set to false if massive |
|
||||
| | | streams (e.g. more than 1M) are defined but |
|
||||
| | | per-stream delay measurements are not required. |
|
||||
| | | Default: true |
|
||||
+------------------------------+--------------------------------------------------------+
|
||||
@@ -363,6 +363,12 @@ which is typically not needed for millions of streams.
|
||||
|
||||
All traffic stats are still working but the live rate is not calculated.
|
||||
|
||||
It is also possible to disable the stream delay calcualtion if not needed.
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{ "traffic": { "stream-delay-calculation": false } }
|
||||
|
||||
Another option is to setup the traffic streams with a rate of 0.1 PPS,
|
||||
meaning one packet every 10 seconds. This is enough to keep NAT translation
|
||||
active but allows 1M streams with only 100K PPS.
|
||||
|
||||
+5
-1
@@ -853,6 +853,7 @@ session-id for which a connect speed update is requested.</p>
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">level</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">id</span></code> Mandatory LSP identifier</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -863,7 +864,8 @@ session-id for which a connect speed update is requested.</p>
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">level</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">timer</span></code></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">timer</span></code> Optional flap timer (default 30s)</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">id</span></code> Mandatory LSP identifier</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -935,6 +937,7 @@ session-id for which a connect speed update is requested.</p>
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">pdu</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">lsa</span></code> Mandatory LSA identifier</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -944,6 +947,7 @@ session-id for which a connect speed update is requested.</p>
|
||||
<div class="line"><br /></div>
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">pdu</span></code> Mandatory</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
+3
-1
@@ -131,6 +131,7 @@
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">level</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">id</span></code> Mandatory LSP identifier</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -141,7 +142,8 @@
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">level</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">timer</span></code></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">timer</span></code> Optional flap timer (default 30s)</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">id</span></code> Mandatory LSP identifier</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">pdu</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">lsa</span></code> Mandatory LSA identifier</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -141,6 +142,7 @@
|
||||
<div class="line"><br /></div>
|
||||
<div class="line"><strong>Arguments:</strong></div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">instance</span></code> Mandatory</div>
|
||||
<div class="line"><code class="docutils literal notranslate"><span class="pre">pdu</span></code> Mandatory</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1946,8 +1946,8 @@ forwarding and header enrichment.</p>
|
||||
</div>
|
||||
<table class="docutils align-default">
|
||||
<colgroup>
|
||||
<col style="width: 34%" />
|
||||
<col style="width: 66%" />
|
||||
<col style="width: 35%" />
|
||||
<col style="width: 65%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="row-odd"><th class="head"><p>Attribute</p></th>
|
||||
@@ -1986,6 +1986,16 @@ forwarding and header enrichment.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p><strong>stream-delay-calculation</strong></p></td>
|
||||
<td><div class="line-block">
|
||||
<div class="line">Enable stream delay calculation.</div>
|
||||
<div class="line">This option should be set to false if massive</div>
|
||||
<div class="line">streams (e.g. more than 1M) are defined but</div>
|
||||
<div class="line">per-stream delay measurements are not required.</div>
|
||||
<div class="line">Default: true</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
@@ -82,8 +82,8 @@
|
||||
</div>
|
||||
<table class="docutils align-default">
|
||||
<colgroup>
|
||||
<col style="width: 34%" />
|
||||
<col style="width: 66%" />
|
||||
<col style="width: 35%" />
|
||||
<col style="width: 65%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="row-odd"><th class="head"><p>Attribute</p></th>
|
||||
@@ -122,6 +122,16 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p><strong>stream-delay-calculation</strong></p></td>
|
||||
<td><div class="line-block">
|
||||
<div class="line">Enable stream delay calculation.</div>
|
||||
<div class="line">This option should be set to false if massive</div>
|
||||
<div class="line">streams (e.g. more than 1M) are defined but</div>
|
||||
<div class="line">per-stream delay measurements are not required.</div>
|
||||
<div class="line">Default: true</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -426,6 +426,10 @@ which is typically not needed for millions of streams.</p>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>All traffic stats are still working but the live rate is not calculated.</p>
|
||||
<p>It is also possible to disable the stream delay calcualtion if not needed.</p>
|
||||
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span><span class="p">{</span><span class="w"> </span><span class="nt">"traffic"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="nt">"stream-delay-calculation"</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="p">}</span><span class="w"></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Another option is to setup the traffic streams with a rate of 0.1 PPS,
|
||||
meaning one packet every 10 seconds. This is enough to keep NAT translation
|
||||
active but allows 1M streams with only 100K PPS.</p>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user