Carly Jacobson 寫道 "伺服器日誌是一台伺服器建立和更新的記錄檔。一個常見的例子是Apache(開源Web伺服器軟體)產生的訪問日誌,它提供了網頁請求的曆史。然而,Apache不只是收集訪問的資訊,它還為錯誤記錄檔收集相關資訊,以及收集ID檔案進程,指令碼記錄和讀寫日誌等。一台伺服器可能會產生多個記錄檔,檢查日誌可以獲得伺服器活動和效能的反饋,去識別和解決可能將出現的問題。但系統管理員可能會因此面臨資訊過載,檢查日誌是一個相當耗時的工作。因此記錄檔查看器可以協助減輕工作壓力,過濾掉日誌中的多餘資訊。linuxlinks的這篇文章介紹了五款優秀的記錄檔查看器。包括:MultiTail,在控制台查看多個記錄檔視窗;System Log Viewer,GNOME下的記錄檔查看器;KSystemLog,KDE 4下的記錄檔查看器;等等。
LogFile Viewers
MultiTail
View multiple logfiles windowed on the console
System Log Viewer
A system log viewer for GNOME
KSystemLog
System log viewer for KDE 4
Xlogmaster
GTK+ based program to keep track of logfiles and devices
swatch
Logfile viewer with regexp matching, highlighting & hooks
| LogFile Viewers |
| MultiTail |
View multiple logfiles windowed on the console |
| System Log Viewer |
A system log viewer for GNOME |
| KSystemLog |
System log viewer for KDE 4 |
| Xlogmaster |
GTK+ based program to keep track of logfiles and devices |
| swatch |
Logfile viewer with regexp matching, highlighting & hooks |