What tool or framework should i use, when i want to upload and display multiple log files from different systems side-by-side? (to correlate)
The log files have timestamps per line (in seconds, milliseconds, or microseconds).
They are recorded from different systems, but dealing with the same transactions.
Their lines should be vertically aligned according time in the browser, to see side-by-side, what happened at the same time in the different systems.
Different log files might be more or less verbose.
I.e. a less verbose log file has to be "spaced out" - empty lines to be inserted.
It should also be possible to choose difference width per displayed log file "frame" (with sliders).
I am C++ developer (using eclipse IDE).
So far i only created simple perl scripts to generate simple HTML pages.
What should i look for / use?