WebSnapshot and RailsLogVisualizer ported to AIR 1.0

I ported the WebSnapshot and RailsLogVisualizer application to AIR 1.0

20080225_WebSnapshot.jpg

20080225_RailsLogVisualizer.jpg

Enjoy,
Daniel

Posted by Daniel Wanja Tue, 26 Feb 2008 06:28:03 GMT


Comments

  1. labria about 4 hours later:

    The log visualizer seems to fail on a 250M logfile =(

  2. Ajit about 7 hours later:

    Very good job. That is quite impressive given the complications of the transport. It looks easier to use.

  3. Daniel Wanja about 8 hours later:

    The very first version of the log visualizer was using not an AIR application, it was a Flex front-end with a Ruby log file parsing and was able to process larger log files (i.e. 4gb in 10minutes), I haven’t tried with such large files since I am now “rollling” the logs and analyze smaller log files. Also I couldn’t get the feedback/progress of the parsing to refresh the display which would give a good indication on when the parsing would fail. For that I need to breakup the parsing processing in chunks as the text field doesn’t refresh (even with invalidDisplayList) during intensive processing.

    Please keep me informed how the apps work (on Windows, on Linux, size of log files).

  4. Justin Dossey 1 day later:

    The reason large files are not loading is the line count— 268427264 is some integer limit, I’d bet. 256 * 1024 * 1024.

  5. Justin Dossey 1 day later:

    Scratch that— it’s a byte count.

  6. phpnuke 2 days later:

    That does look user friendly. I will give it a try tomorrow. Thanks for sharing.