cassandra-log2sqlite:将 cassandra system.log 解析为 sqlite 文件以进行分析

时间:2024-06-24 15:43:18
【文件属性】:

文件名称:cassandra-log2sqlite:将 cassandra system.log 解析为 sqlite 文件以进行分析

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-24 15:43:18

Go

Cassandra 登录到 SQLite 数据库 此脚本将使用 cassandra system.log 并尝试将其行解析到 SQLite 数据库中进行分析。 注意:多行消息(例如异常跟踪信息)在第一行之后被丢弃。 用法 go run main.go /var/log/cassandra/system.log 文件生成后,任何 SQLite 客户端都可以打开它。 用于 Firefox 的 Sqlite 管理扩展很好。


【文件预览】:
cassandra-log2sqlite-master
----main.go(2KB)
----README.md(463B)
----.gitignore(31B)

网友评论