本文介绍了一款简单的MySQL活动追踪工具,其功能类似于MSSQL Server Profiler。此工具不仅可以用于监控MySQL的日志文件,还可以通用地监控任何类型的日志文件。当被监控的日志文件内容发生变化时,新的日志内容会实时显示在屏幕上。
Simple tool to trace MySQL activity similar to MS SQL Server Profiler.
The program can also be used as a generic log monitor tool.
The LogMonitor application leverages the MySQL logging mechanism.
It monitors the general query log file produced by the MySQL server on
a schedule and displays the latest activity on the screen.
Important Note:
The application can very easily be used to monitor any kind of log
file. In other words, you can tell the application to monitor a text
file whose content changes in time. When the content changes, the new
lines are displayed on the screen.