Skip to content

fluent/fluent-bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent Bit

Fluent-Bit is a Fluentd collection tool designed for Embedded Linux that collects Kernel messages (Kernel Ring Buffer) and Hardware metrics such as CPU and Memory usage.

Build

To build fluent-bit, you need cmake and a C compiler such as GCC or Clang. If you already have the requirements proceed with the following steps:

$ cd build/
$ cmake ..
$ make

Running

Once the tool have been compiled, a binary file called fluent-bit will be found on the bin/ directory.

License

This program is under the terms of the Apache License v2.0.