Visually [Diagrams/movies] Display events and states of System using old logs of Application to trac
- by singh
Hi
In My Application many process runs. Having multiple threads in each process.
Whenever any bug comes, I have to analyze thousands of lines of logs to know exact root-cause.
I am thinking of an idea, Please guide me if it is feasible and good enough
Each log have Process name , Thread id , and Time stamp along with message.
If I can create a intelligence to capture what is happing with time and display in a movie which user can view it like a normal video. Forward – backward etc.
It will help to reach root cause fast and bug tracing will become easy.
Please guide me on library in c++ using which I can draw diagrams and display as movie