当前位置: 首页 > 工具软件 > mytop > 使用案例 >

mytop_使用MyTop监视MySQL

吕俊美
2023-12-01

mytop

This handy little utility was passed on to me by a developer friend and it works much like the standard Linux ‘top’ command does.

这个方便的小实用程序是由开发人员朋友传递给我的,它的工作方式与标准Linux的“ top”命令一样。

MyTop, developed and administered by Jeremy Zawodny, runs from the command line and provides performance monitoring for MySQL server itself and queries/threads executing.

由Jeremy Zawodny开发和管理的 MyTop从命令行运行,并提供MySQL服务器本身和执行查询/线程的性能监视。

The tool requires just a few Perl modules that dress it up a bit — such as Term::ANSIColor to see the terminal session in color, and Time::HiRes for real-time query/second stats.

该工具只需要一些Perl模块就可以对其进行修饰-例如Term :: ANSIColor以彩色查看终端会话,而Time :: HiRes用于实时查询/秒统计。

It supports numerous Unix-based systems, including Mac OS X, FreeBSD and also has some Windows support (under ActiveState Perl).

它支持许多基于Unix的系统,包括Mac OS X,FreeBSD,并且还具有Windows支持(在ActiveState Perl下)。

翻译自: https://www.sitepoint.com/monitoring-mysql-with-mytop/

mytop

 类似资料: