This is an automated email from the ASF dual-hosted git repository.
suyue pushed a change to branch cache_hit_display
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 99848b5 display cache hit rate through jconsole
add 62cd22e modify pr review
add f78d264 Log configuration file for iotdb are loaded dynamically every
60s
No new revisions were added by this update.
Summary of changes:
.../4-Performance Monitor.md | 2 +-
server/src/assembly/resources/conf/logback.xml | 2 +-
...tRateMonitor.java => CacheHitRatioMonitor.java} | 39 ++++++++++------------
...MXBean.java => CacheHitRatioMonitorMXBean.java} | 6 ++--
.../iotdb/db/engine/cache/DeviceMetaDataCache.java | 2 +-
.../iotdb/db/engine/cache/TsFileMetaDataCache.java | 2 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 4 +--
.../org/apache/iotdb/db/service/ServiceType.java | 9 +++--
8 files changed, 33 insertions(+), 33 deletions(-)
rename
server/src/main/java/org/apache/iotdb/db/engine/cache/{CacheHitRateMonitor.java
=> CacheHitRatioMonitor.java} (61%)
rename
server/src/main/java/org/apache/iotdb/db/engine/cache/{CacheHitRateMonitorMXBean.java
=> CacheHitRatioMonitorMXBean.java} (87%)