添加 JFR/3_Event采集详细配置.md
This commit is contained in:
parent
74724907a7
commit
4245c8d678
14
JFR/3_Event采集详细配置.md
Normal file
14
JFR/3_Event采集详细配置.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
### JFR 相关 Event
|
||||||
|
|
||||||
|
一共4个 Event,但是需要关心的就下面这两个,在 default.jfc 中默认是启用的。
|
||||||
|
|
||||||
|
- Data Loss:发生数据丢失时记录,包括:
|
||||||
|
+ 开始时间
|
||||||
|
+ Amount:本次丢失多少事件
|
||||||
|
+ Total:一共丢失多少事件
|
||||||
|
- Recording Setting:每次产生新的 Data Chunk 的时候,采集一次所有的 Event 的详细配置,记录到这个 Event 中
|
||||||
|
|
||||||
|
### JAVA 应用相关 Event
|
||||||
|
|
||||||
|
##### Thread Local Allocation Buffer(TLAB)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user