具有良好正则表达式支持的日志文件编辑器
我正在处理一个涉及服务器上大量文本日志文件的项目,并且在逻辑上移动文件变得很困难,因此我可以使用我的主要编程编辑器来获取它们。很明显,我需要在服务器上安装编辑器。安装完整的开发工具是不可能的,坦率地说,我有点困惑,因为我想我大部分时间都在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
微软日志解析器:
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:
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