Skip to content

Modular logging system with high throughput and low latency

License

Notifications You must be signed in to change notification settings

linux-visor/fastlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Log - 低时延 LOG 系统

荣涛 rtoax

技术背景

  • 文件映射
  • 线程局部变量
  • metadata + binary
  • aio/io_uring
  • per-CPU 变量

安装

编译

cd fastlog
chmod +x compile
./compile

运行测试例

  • 测试例代码
./test0
  • Decoder
./fdecoder

About

Modular logging system with high throughput and low latency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages