File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 用java版本重写logstash目的是提升性能,跟ruby logstash 对比 请看 https://github.com/DTStack/jlogstash-performance-testing
1+ #说明:
2+ 用java版本重写logstash目的是提升性能,跟ruby logstash 对比 请看 https://github.com/DTStack/jlogstash-performance-testing
23
3- 不同的业务,性能会有所不同,dtstack 后台日志解析 java 版本是ruby版本的5倍,在单台4g 4cores 虚拟机上。
4+ 不同的业务,性能会有所不同,dtstack 后台日志解析 java 版本是ruby版本的5倍,在单台4g 4cores 虚拟机上。
45
5- jlogstash 的参数配置和使用看wiki介绍,现在的插件跟ruby版本相比还太少,希望更多的人参与开发。
6+ jlogstash 的参数配置和使用看wiki介绍,现在的插件跟ruby版本相比还太少,希望更多的人参与开发。
67
7- 各个插件代码在jlogstash-input-plugin,jlogstash-output-plugin,jlogstash-filter-plugin。
8+ 各个插件代码在jlogstash-input-plugin,jlogstash-output-plugin,jlogstash-filter-plugin。
89
910
1011
@@ -83,7 +84,13 @@ jlogstash 的参数配置和使用看wiki介绍,现在的插件跟ruby版本
8384
8485-l:日志文件路径
8586
86- -w: filter 和output 线程数 默认是根据的机器cpu核数
87+ -i: input queue size coefficient 默认 200f/1024
88+
89+ -w: filter work number 默认是根据的机器cpu核数+2
90+
91+ -o: output work number 默认是根据的机器cpu核数
92+
93+ -c: output queue size coefficient 默认 500f/1024
8794
8895-q: input queue size 默认是 1000
8996
You can’t perform that action at this time.
0 commit comments