diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-16 22:25:18 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-11-20 22:25:18 +0100 |
commit | 9b7893909685828bc82eb7e943467217bec8a7c9 (patch) | |
tree | 13e6e932cfe40f4a8afaa0fbe77db13748f4ffd4 /examples | |
parent | 57c5d8532bfe581df2730137ea8d2282041067a2 (diff) |
Updated README's.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md index eb00539d9..5df11d607 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,6 +7,7 @@ All examples are prefixed with their used LANG. A feature extractor useful for ML/DL use cases. It generates CSV files from flow "analyse" events. +Used also by `tests/run_tests.sh` if available. ## c-captured @@ -23,7 +24,7 @@ Tiny nDPId json dumper. Does not provide any useful funcationality besides dumpi ## c-simple -Very tiny integration example. +Integration example that verifies flow timeouts on SIGUSR1. ## js-rt-analyzer @@ -31,7 +32,8 @@ Very tiny integration example. ## py-flow-info -Prints prettyfied information about flow events. +Console friendly, colorful, prettyfied event printer. +Required by `tests/run_tests.sh` ## py-machine-learning @@ -55,7 +57,7 @@ Simple Python Multiprocess example spawning two worker processes, one connecting ## py-json-stdout -Dump received and parsed JSON strings. +Dump received and parsed JSON objects. ## py-schema-validation |