From 4245c8d67887db256b28750fc80f5ce60e214698 Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 13 Mar 2025 14:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20JFR/3=5FEvent=E9=87=87?= =?UTF-8?q?=E9=9B=86=E8=AF=A6=E7=BB=86=E9=85=8D=E7=BD=AE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JFR/3_Event采集详细配置.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 JFR/3_Event采集详细配置.md diff --git a/JFR/3_Event采集详细配置.md b/JFR/3_Event采集详细配置.md new file mode 100644 index 0000000..15c6de5 --- /dev/null +++ b/JFR/3_Event采集详细配置.md @@ -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) +