You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/22 10:03:08 UTC

[GitHub] [incubator-iotdb] liuruiyiyang opened a new pull request #577: [IOTDB-23] Add Internal Monitor Metrics and Code Refactor

liuruiyiyang opened a new pull request #577: [IOTDB-23] Add Internal Monitor Metrics and Code Refactor
URL: https://github.com/apache/incubator-iotdb/pull/577
 
 
   Change List:
   1. Add some internal monitor metrics
   ```
   +---------------------------------------------------------------------------+---------------------------------------------+--------+--------+
   |                                                                 Timeseries|                                Storage Group|DataType|Encoding|
   +---------------------------------------------------------------------------+---------------------------------------------+--------+--------+
   |                                      root.MONITOR.write.global.FAIL_POINTS|                                 root.MONITOR|   INT64|     RLE|
   |                                        root.MONITOR.write.global.OK_POINTS|                                 root.MONITOR|   INT64|     RLE|
   |                                             root.MONITOR.request.TOTAL_REQ|                                 root.MONITOR|   INT64|     RLE|
   |                                                  root.MONITOR.fileSize.WAL|                                 root.MONITOR|   INT64|     RLE|
   |                                             root.MONITOR.fileSize.SEQUENCE|                                 root.MONITOR|   INT64|     RLE|
   |                                               root.MONITOR.system.FREE_MEM|                                 root.MONITOR|   INT64|     RLE|
   |                                      root.MONITOR.system.FREE_PHYSICAL_MEM|                                 root.MONITOR|   INT64|     RLE|
   |                                              root.MONITOR.system.TOTAL_MEM|                                 root.MONITOR|   INT64|     RLE|
   |                                     root.MONITOR.system.TOTAL_PHYSICAL_MEM|                                 root.MONITOR|   INT64|     RLE|
   |                                      root.MONITOR.system.USED_PHYSICAL_MEM|                                 root.MONITOR|   INT64|     RLE|
   |                                                root.MONITOR.system.MAX_MEM|                                 root.MONITOR|   INT64|     RLE|
   |                                              root.MONITOR.system.CPU_USAGE|                                 root.MONITOR|   INT64|     RLE|
   +---------------------------------------------------------------------------+---------------------------------------------+--------+--------+
   ```
   which includes the insert point number, request received number, WAL and sequence TsFile size, JVM and System physical memory size, etc.
   
   2. Remove some useless code and do some refactor.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services