High Performance MySQL [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

High Performance MySQL [Electronic resources] - نسخه متنی

Derek J. Balling

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Appendix B. mytop


This
appendix is a basic reference for Version 1.5 of
mytop, a tool you can use to monitor various
aspects of MySQL. mytop began as a simple Perl
script that Jeremy wrote back in 2000 after getting sick of
repeatedly running SHOW FULL
PROCESSLIST and SHOW
STATUS in an attempt to get a handle on what a
MySQL was doing. After a bit of hacking on it, he realized that it
would be useful it the tool felt a bit like the Unix
top utility. Since then it has evolved to become
quite a bit more popular and powerful. It is especially useful when
tracking down problematic queries or trying to figure out
what's keeping your server so busy.

mytop is an evolving piece of software. Be sure
to check the
mytop web site (http://jeremy.zawodny.com/mysql/mytop/) for
mytop news, downloads, and information about the
mailing list. It's likely that new features have
been added since Version 1.5.

Note that when discussing "queries"
in this chapter (and many other places in the book),
we're doing so in a general sense:
SELECT, INSERT,
UPDATE, and DELETE.


/ 105