views:

34

answers:

2

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 clients that are time stamped, but only if I could arrange all 3 of them in a UI side by side in a chronological order, it would be so easy for me to understand them.

Thanks for any tips on such a software. (Or maybe some ideas to help me with this.)3alt text

Edit: the mockup image has blue line partitions to separate out time in milliseconds. That is just for visualization.

+1  A: 

You didn't say what platform but Microsoft Log Parser is something that can be useful. Here are some samples.

Pratik
And [here](http://www.codinghorror.com/blog/2005/08/microsoft-logparser.html) is a blog posting about it from Jeff Atwood himself.
slugster
A: 

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.

Michael Aaron Safyan