admin 管理员组

文章数量: 887007

平时在Linux下查看日志,使用tail、grep、find等命令还比较方便,后来需要在Windows中处理一些问题,发现缺少类似的功能,比如tailf实时输出,于是在网上收集了一些相关的小工具,希望能够帮助到大家。

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

  • tail for Windows: http://www.trisunsoft/tail-for-windows.htm
  • Tail for Win32: https://sourceforge/projects/tailforwin32/
  • MinGW: http://www.mingw/
  • Cygwin: https://www.cygwin/
  • git自带的tail: https://git-scm/

另外一种就是Windows GUI风格的工具,比如:

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

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

  • GCViewer: https://github/chewiebug/GCViewer
  • garbagecat: https://github/doctau/garbagecat
  • gchisto: https://java/projects/gchisto
  • GCLogViewer: https://github/potatofantasy/gclogviewer
  • HPjmeter: http://www.hp/go/java

本文标签: 工具 日志 Windows