Deep dive into internal of Fluentd1.2: trace it in the level of source code. Giving a brief introduction to Fluent Bit and compare its performance with Fluentd.
18. Fluent Bit
超軽量版Fluentd
主にIoTなど組み込み機器向けとしてリリース
通常のサーバでももちろん使える.
18
Fluent Bit Fluentd
Language C Ruby (& C)
Dependencies Nothing Ruby & some gems
Memory footprint ~450KB ~40MB
Plugins around 35 more than 750
19. Fluent Bit
StarTechConf 2015でIoT向けfluentとして紹介
本格的な情報が出だしたのはKubeCon2016から?
現在はv0.13.2がstable
事例は(特に日本では)あまりまだ見かけないものの
簡単な処理ができるだけの機能は大方揃ってきている.
19
Logging for Containers by Eduardo Silva, Treasure Data @ Seattle
https://www.youtube.com/watch?v=395iaisdZEY
https://www.slideshare.net/treasure-data/unifying-events-and-logs-into-the-cloud-55392628
20. Overview of Fluent Bit
20
flb_engineentrypoint
シグナルハンドリング
Configの読み込み
Pluginの初期化
ライフライクルの管理
Plugins
内部構造の大枠はほぼ同じ