在我的gc日志中,我将数字格式化为:
6,903: [GC [PSYoungGen: 218867K->23099K(229376K)] 218875K->23115K(753664K), 0,0243520 secs] [Times: user=0,08 sys=0,01, real=0,03 secs]
因此,HPJmeter无法加载gc日志文件。
我想将数字格式更改为:
8109.128: [GC [PSYoungGen: 109884K->14201K(139904K)] 691015K->595332K(1119040K), 0.0454530 secs]
有什么想法吗?
提前完成。