[
https://issues.apache.org/jira/browse/METRON-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441010#comment-16441010
]
ASF GitHub Bot commented on METRON-1445:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/988#discussion_r182054125
--- Diff: metron-platform/metron-common/README.md ---
@@ -400,3 +401,34 @@ __Side Effects__
Calling the mark() method multiple times simply resets the start time to
the current nano time. Calling log() with a non-existent mark name will log 0
ns elapsed time with a warning indicating that log has been invoked for a mark
name that does not exist.
The class is not thread-safe and makes no attempt at keeping multiple
threads from modifying the same markers.
+# Metron Debugging
+
+A Python script is provided for gathering information useful in debugging
your Metron cluster. Run from the node that has Metron installed on it. All
options listed below are required.
+
+_Note:_ Be aware that no anonymization/scrubbing is performed on the
captured configuration details.
+
+```
+# ./cluster_info.py -h
--- End diff --
Is this installed with Metron in the $METRON_HOME/bin directory? Should
clarify, unless you already did and I missed it.
> Update performance tuning guide with more explicit parameter instructions
> -------------------------------------------------------------------------
>
> Key: METRON-1445
> URL: https://issues.apache.org/jira/browse/METRON-1445
> Project: Metron
> Issue Type: Improvement
> Reporter: Michael Miklavcic
> Assignee: Michael Miklavcic
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)