Software to help in log analysis?

前端 未结 2 1382
说谎
说谎 2021-01-27 15:25

Hey guys, I have a quick question.

Does anyone know of any software that can help with understanding client-server logs?

I have 3 huge logs of 1 server & 2 c

2条回答
  •  不思量自难忘°
    2021-01-27 15:33

    Google BigQuery is a helpful tool for analyzing massive datasets, including logs. It doesn't give you a UI, but it does provide a SQL-like language for making queries over the logs.

提交回复
热议问题