您的位置:首页 > 其它

windows下的日志查看工具

2017-05-19 11:38 1216 查看

文章来源:http://www.cnblogs.com/jiangxinnju/p/5456915.html

这些工具分为两类,一种是在Windows上模仿Linux的行为,使用类似的命令解决,比如:

tail for Windows: http://www.trisunsoft.com/tail-for-windows.htm Tail for Win32: https://sourceforge.net/projects/tailforwin32/ MinGW: http://www.mingw.org/
Cygwin: https://www.cygwin.com/
git自带的tail: https://git-scm.com/
另外一种就是Windows GUI风格的工具,比如:

Hoo WinTail: http://www.hootech.com/WinTail/ BareTail: http://www.baremetalsoft.com/baretail/index.php Tail4win: http://www.withdata.com/tail4win/index.html LogViewer Pro: http://www.uvviewsoft.com/logviewer/ Java Log Viewer: https://sourceforge.net/projects/jlogviewer/ OtrosLogViewer: https://github.com/otros-systems/otroslogviewer LogExpert: http://www.log-expert.de/

另外介绍几个Java GC日志查看工具:

GCViewer: https://github.com/chewiebug/GCViewer garbagecat: https://github.com/doctau/garbagecat gchisto: https://java.net/projects/gchisto GCLogViewer: https://github.com/potatofantasy/gclogviewer HPjmeter: http://www.hp.com/go/java
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: