具有良好正则表达式支持的日志文件编辑器

发布于 2024-11-03 22:16:39 字数 343 浏览 0 评论 0原文

我正在处理一个涉及服务器上大量文本日志文件的项目,并且在逻辑上移动文件变得很困难,因此我可以使用我的主要编程编辑器来获取它们。很明显,我需要在服务器上安装编辑器。安装完整的开发工具是不可能的,坦率地说,我有点困惑,因为我想我大部分时间都在使用 Visual Studio 和 Eclipse,我只是不太了解编辑器的当前状态。

我敢打赌 StackOverflow 上肯定有人这么做!

我需要能够高效处理大型(多 GB)文本文件的东西,并且必须提供良好的多行正则表达式支持。除了这些功能之外,最小的占用空间和膨胀比更多的功能更好。 Windows Server 2008 R2。当然是免费的,或者像共享软件一样价格非常合理。有人有一些建议吗?

I am tangling with a project involving enormous text log files on the server and it is getting logistically difficult moving files around so I can get at them with my main programming editors. It has become clear that I need to install editors on the servers. Installing full devel tools is out of the question, and frankly, I'm a bit stumped as I guess I've mostly been using Visual Studio and Eclipse so long I just don't know much about the current state of editors out there.

I sure bet someone here on StackOverflow does!

I need something that can deal with large (multi GB) text files with efficiency and decent multiline regular expression support is a must. Other than those features, minimum footprint and bloat is better than more features. Windows Server 2008 R2. Of course free, or really reasonable price like shareware. Anyone have some suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染火枫林 2024-11-10 22:16:39

微软日志解析器:

日志解析器是一个功能强大、用途广泛的
提供通用查询的工具
访问基于文本的数据,例如日志
文件、XML 文件和 CSV 文件,如
以及关键数据源
Windows® 操作系统,例如
事件日志、注册表、文件
系统和 Active Directory®。

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

我用它来解析巨大的日志文件

一些示例:http://support.microsoft.com/kb/910447

Microsoft Log Parser:

Log parser is a powerful, versatile
tool that provides universal query
access to text-based data such as log
files, XML files and CSV files, as
well as key data sources on the
Windows® operating system such as the
Event Log, the Registry, the file
system, and Active Directory®.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

I have used it for parsing huge log files

Some examples: http://support.microsoft.com/kb/910447

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文