Webdav log analyzer

2

Are there any monitoring tools for webda

  1. Are there any monitoring tools for webdav (logfiles)?
  2. What analyzers are available for webdav logs.

Martin K.

Posted 2009-07-30T12:48:12.690

Reputation: 123

Question was closed 2016-09-28T16:38:32.533

Answers

2

A simple method to monitor these files is to use the command line...

tail <logfilename here>

If you continue to run tail against the file, it will show you the newest entries whenever they appear. Load cygwin if you are trying to do this on a windows box.

Now if you want a tool to analyze these files I recommend using something like Splunk or AppManager from NetIQ.

Splunk is Here

App Manager can be found Here

Both have the ability to dig deep into the log data.

Axxmasterr

Posted 2009-07-30T12:48:12.690

Reputation: 7 584

1

A great general log file viewer is LogExpert, see also the Stackoverflow Best Tail GUI question.

desolat

Posted 2009-07-30T12:48:12.690

Reputation: 902