WarpParse 日志解析引擎的示例项目,展示如何使用 WarpParse进行高性能日志解析和处理。
当前只支持 Linux/macOS
方法一:下载压缩包 wp-example.zip
方法二:通过git
git clone https://github.com/wp-labs/wp-examples.git
快速入门示例
cd core/getting_started
./run.sh
性能基准测试
# TCP 到 Blackhole 测试
cd benchmark/tcp_blackhole
./run.sh nginx 300000
./run.sh aws 300000