歡迎關注我的社交賬號:
博客園地址: http://www.cnblogs.com/jiangxinnju
GitHub地址: https://github.com/jiangxincode
知乎地址: https://www.zhihu.com/people/jiangxinnju
希望可以和大家多多交流。
平時在Linux下查看日志,使用tail、grep、find等命令還比較方便,后來需要在Windows中處理一些問題,發現缺少類似的功能,比如tailf實時輸出,於是在網上收集了一些相關的小工具,希望能夠幫助到大家。
這些工具分為兩類,一種是在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/
其中我選用的是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
- HPjmeter: http://www.hp.com/go/java