You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2019/09/05 01:57:23 UTC

[incubator-iotdb] branch log_tool updated (3e190a8 -> a06823a)

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch log_tool
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 3e190a8  update documents
     add a06823a  last fix before pr

No new revisions were added by this update.

Summary of changes:
 .../tools/logVisualize/default.log.pattern         | 14 ++--
 .../plans/flushTimeConsumption.plan.example        | 25 +++---
 .../apache/iotdb/db/tools/logvisual/LogEntry.java  |  6 +-
 .../apache/iotdb/db/tools/logvisual/LogFilter.java | 19 ++---
 .../apache/iotdb/db/tools/logvisual/LogParser.java |  2 +-
 .../iotdb/db/tools/logvisual/LogVisualizer.java    | 81 ++++++++++----------
 .../iotdb/db/tools/logvisual/PatternLogParser.java | 88 +++++++++++++++-------
 .../db/tools/logvisual/TimeSeriesStatistics.java   |  4 -
 .../db/tools/logvisual/VisualizationPlan.java      | 20 +++--
 .../{PropertyKeys.java => GuiPropertyKeys.java}    |  8 +-
 .../db/tools/logvisual/gui/FileSelectionBox.java   |  2 +-
 .../tools/logvisual/gui/LogVisualizationGui.java   | 38 +++++++---
 .../iotdb/db/tools/logvisual/gui/MainPanel.java    | 16 ++--
 .../iotdb/db/tools/logvisual/gui/PlanBox.java      | 26 +++++--
 .../db/tools/logvisual/gui/PlanDetailPanel.java    | 20 ++---
 15 files changed, 220 insertions(+), 149 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/tools/logvisual/conf/{PropertyKeys.java => GuiPropertyKeys.java} (86%)