我刚开始使用Log Parser Lizard来检查我的 IIS 和事件日志。
您在 LogParser 2.2 之上使用什么 UI 工具来查看生产中的日志文件?
我刚开始使用Log Parser Lizard来检查我的 IIS 和事件日志。
您在 LogParser 2.2 之上使用什么 UI 工具来查看生产中的日志文件?
Microsoft Exchange 团队刚刚发布了一个新工具,
http://blogs.technet.com/b/exchange/archive/2012/03/07/introducing-log-parser-studio.aspx
Log Parser Lizard GUI,当前版本 2.5,及其功能(即使是免费版本)仍然是市场上可用的 MS Logparser 引擎的最佳 GUI,原因有很多:
内联 Visual Basic .Net 代码(用于提示用户输入)。使用 VB.Net 代码更改查询。例如,此查询将提示用户输入 EventID(来自 Lizard Labs 网站的示例):
select top 100 * from Application where EventID=<% return Microsoft.VisualBasic.Interaction.InputBox("请输入事件ID","事件ID","1053") %>
如果您真的喜欢它,您可以以极低的价格获得附加价值和更多功能,例如将结果导出到 Excel 2007、创建 PDF 报告、将查询保存在集中式 SQL Server 数据库中以便于用户之间进行剪切等......因此我相信您使用 Log Parser Lizard 做出了很好的选择。我相信它是比 Microsoft Log Parser Studio 和 Visual Log Parser 或我使用过的任何其他 logparser GUI 更好的软件。
我希望有一天微软会发布 Logparser 3.0(我们都喜欢 v2.2),支持更多的输入格式(Exchange、Sharepoint 等)并具有更强大的功能,而不是发布 Log Parser Studio GUI(这在之后还不错)除了用户之外,所有用户都必须了解更好的替代方案,例如此处的 Log Parser Lizard)。
Sadly when it comes to Log Parser, I do it CLI, not GUI. I have not had great need to do lots of parsing (though I probably should since resource utilization is occasionally a problem) so I've always used the SQL-like syntax of LogParser straight up.
Other app teams at my work use Log4Net Dashboard, which apparently parses log4net logs, event viewer, and other stuff in one web based interface. I've not gotten around to checking it out, but other people seem to like it.
For web logs I'm actually starting to look at awstats for my parsing needs so I can see my data in a more visual format.