1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
2023-11-07 15:05:21 +00:00

22 lines
1.6 KiB
ReStructuredText

.. code-block:: json
{ "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 |
+-----------------------------+--------------------------------------------------------+