Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

数据目录大小(顺序、乱序)

TsFile文件数(顺序、乱序)

线程数

各种后台任务的线程数:

写入负载


写入接口:

写入接口写入线程数:


查询负载


应急处理方法

OOM

内存较小 16G以下 可dump 内存jmap -dump:live,format=b,file=heap.hprof pid

内存较大 jprofiler连接查看内存对象

操作卡住

间隔10秒执行两次 

jstack -l pid > jstack1.log

...