LogDiff helps you find out what went wrong in a ProcMon trace. It does the following:
- takes two related traces from ProcMon (the Windows Internals API monitor)
- splits them into separate threads
- matches the threads from one trace to the other, based on similarity (basically identifies which thread is which)
- displays all the threads and their details in a sortable table
- edits out all the numbers, timestamps, pointers, etc that shouldn't matter when comparing diffs
- shows you a visual diff of any pair of threads, so you can see where the differences actually are
It uses KDiff3, GNU diff and grep, and Qt 4 (the Windows binary includes everything required to run). Tested on Windows, should compile on Unix.
Follow LogDiff
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of LogDiff!