欢迎关注我的社交账号:
博客园地址:
GitHub地址: https://github.com/jiangxincode
知乎地址: https://www.zhihu.com/people/jiangxinnju
希望可以和大家多多交流。
平时在Linux下查看日志,使用tail、grep、find等命令还比较方便,后来需要在Windows中处理一些问题,发现缺少类似的功能,比如tailf实时输出,于是在网上收集了一些相关的小工具,希望能够帮助到大家。
这些工具分为两类,一种是在Windows上模仿Linux的行为,使用类似的命令解决,比如:
tail for Windows:
Tail for Win32: https://sourceforge.net/projects/tailforwin32/
MinGW:
Cygwin: https://www.cygwin.com/
git自带的tail: https://git-scm.com/
另外一种就是Windows GUI风格的工具,比如:
Hoo WinTail:
BareTail:
Tail4win:
LogViewer Pro:
Java Log Viewer: https://sourceforge.net/projects/jlogviewer/
OtrosLogViewer: https://github.com/otros-systems/otroslogviewer
LogExpert:
其中我选用的是BareTail。
另外介绍几个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