Tue, 26 Feb 2008 14:28:03 GMT

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


Comments

  • labria says

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

  • Ajit says

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

  • Daniel Wanja says

    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).

  • Justin Dossey says

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

  • Justin Dossey says

    Scratch that— it’s a byte count.

  • phpnuke says

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