mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
json2tlv instruction and fixes
This commit is contained in:
parent
41f21963ab
commit
e82d347e3a
2 changed files with 12 additions and 4 deletions
|
|
@ -5,3 +5,10 @@ json2tlv is a utility for converting a JSON file containing an array of flow rec
|
|||
to the TLV format (implemented in nDPI). This tool is able to serialize and export
|
||||
TLV records over ZMQ. This is meant to be used for functional and performance tests.
|
||||
|
||||
Example with json2tlv reading a JSON file with flows and generating TLV records in a
|
||||
loop to a local instance of ntopng:
|
||||
|
||||
# json2tlv -i flows.json -z tcp://*:5556 -E 10000
|
||||
|
||||
# ntopng -i tcp://127.0.0.1:5556
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue