suyue created IOTDB-116:
---------------------------
Summary: Performance statistic of IOTDB
Key: IOTDB-116
URL: https://issues.apache.org/jira/browse/IOTDB-116
Project: Apache IoTDB
Issue Type: New Feature
Reporter: suyue
Attachments: image-2019-06-14-09-33-08-958.png
In order to better grasp the performance of database in practical application,
we add a module to count the time-consuming of each operation. This module can
statistic the avg time-consuming of each operation and the proportion of each
operation fall into a time range.A output example is in below. This module uses
asynchronous operation to reduce the impact on the normal speed of the
database.The queue size is controlled by a param in iotdb-engine.properties,
which is 'performance_stat_memory_in_kb'. The output is in log_measure.log
file.
!image-2019-06-14-09-33-08-958.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)