Showing LogParser Progress

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SmV0aHJv?=

    #1

    Showing LogParser Progress

    Currently using LogParser 2.2 via C# (VS2005 with .NET Framework 2.0) to
    search for specific errors in very large IISW3C logs. Program is functioning
    as intended but the size of the logs causes very long processing times and
    since all results are being written to CSV, there is no visual indication of
    progress whatsoever. I searched the www and am not having luck finding any
    advice on how to add a progress indicator for LogParser. Thanks a bunch!
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Showing LogParser Progress

    Jethro,

    As far as doing it from the LogParser executable, if it produces any
    kind of indicator on the command line, then you might be able to use that,
    but if not, there really isn't anything you can do.

    Someone has made a third party edition with a GUI, which might offer
    some progress:




    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Jethro" <Jethro@discuss ions.microsoft. comwrote in message
    news:75AED1C7-A711-4F38-BFFE-0D2A9AA46D25@mi crosoft.com...
    Currently using LogParser 2.2 via C# (VS2005 with .NET Framework 2.0) to
    search for specific errors in very large IISW3C logs. Program is
    functioning
    as intended but the size of the logs causes very long processing times and
    since all results are being written to CSV, there is no visual indication
    of
    progress whatsoever. I searched the www and am not having luck finding
    any
    advice on how to add a progress indicator for LogParser. Thanks a bunch!

    Comment

    Working...