Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/833#discussion_r149420478
--- Diff: metron-platform/Performance-tuning-guide.md ---
@@ -219,38 +219,49 @@ And we ran our bro parser topology with the following
options. We did not need t
though you could certainly do so if necessary. Notice that we only needed
1 worker.
```
-/usr/metron/0.4.0/bin/start_parser_topology.sh -k $BROKERLIST -z
$ZOOKEEPER -s bro -ksp SASL_PLAINTEXT
- -ot enrichments
+/usr/metron/0.4.2/bin/start_parser_topology.sh \
-e ~metron/.storm/storm-bro.config \
-esc ~/.storm/spout-bro.config \
- -sp 24 \
- -snt 24 \
+ -k $BROKERLIST \
+ -ksp SASL_PLAINTEXT \
--- End diff --
Oops, sorry that's already how the docs were. I wasn't following what you
were doing here. All you're doing is a reformat. LGTM.
---