حدود هوست
مكتبة السكربتات مكتبة البرامج معرض قوالب

العودة   حدود هوست > الخوادم > لوحات تحكم السيرفيرات

الملاحظات

لوحات تحكم السيرفيرات يتم طرح شروحات وحل مشاكل لأشهر لوحات تحكم للسيرفرات والمواقع لـ Cpanel - WHM - Helm - Plesk - VZPP - Direct Admin - Interworx


العبارات الدلالية
how to install mytop, howtos, mysql, mytop, sysadmin

رد
 
LinkBack أدوات الموضوع خيارات عرض الموضوع
  #1 (permalink)  
قديم 23-04-2008, 12:02 PM
الصورة الرمزية Server
Server Server غير متواجد حالياً
عضو
 
تاريخ التسجيل: Apr 2008
المشاركات: 2
التشكرات: 0
Thanked 2 Times in 1 Post
معدل تقييم المستوى: 0
Server is an unknown quantity at this point
Post Installing mytop - top clone for MySQL

MySQL is one of the most important programs on a server, unfortunatly it is also pretty resource intensive. One a server it is not uncommon for a single user or even a query to take up the bulk of the servers cpu cycles.

Mytop is a very useful program to see what queries a server is currently processing as well as which user is executing them. Think of mytop as top for mysql. If you see a lot from a user that means they are probably the hog.

Mytop can also be useful for figuring out exactly which queries are causing the problem in the case of a self-designed website. The following is how to install mytop on the server and run it.


We are going to install 2 perl modules in addition to mytop to ensure that it will work.
Install TermReadKey:
كود:
cd /usr/local/src
wget http://search.cpan.org/CPAN/authors/...ey-2.30.tar.gz 
tar -zxf TermReadKey-2.30.tar.gz 
cd TermRead* 
perl Makefile.PL 
make test 
make 
make install 
cd .. 
Now install DBI:

كود:
 wget http://search.cpan.org/CPAN/authors/...BI-1.48.tar.gz
tar -zxf DBI-1.48.tar.gz 
cd DBI* 
perl Makefile.PL 
make test 
make 
make install 
cd .. 
Finally install mytop:



كود:
wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.4.tar.gz 
tar -zxf mytop-1.4.tar.gz 
cd mytop*
perl Makefile.PL 
make test 
make 
make install 
To access mytop, use the command:



كود:
mytop 



التوقيع
I don't speak Arabic
رد مع اقتباس
قديم 23-04-2008, 12:31 PM   #2 (permalink)
RealyLover
مشرفه غير متفرغه
 
الصورة الرمزية RealyLover
 
تاريخ التسجيل: Jan 2004
الدولة: مصر - لبنان
المشاركات: 279
التشكرات: 16
تم شكره 3 مره فى 3 مشاركه
معدل تقييم المستوى: 0 RealyLover is on a distinguished road
إرسال رسالة عبر مراسل MSN إلى RealyLover إرسال رسالة عبر مراسل Yahoo إلى RealyLover
افتراضي




التوقيع
RealyLover غير متواجد حالياً   رد مع اقتباس
رد

مواقع النشر

أدوات الموضوع
خيارات عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are معطلة
Pingbacks are معطلة
Refbacks are معطلة


جميع الأوقات بتوقيت GMT +3. الساعة الآن 03:15 PM.

JS   XML   ATOM   RSS   RSS2  

جميع الأوقات بتوقيت GMT +3. الساعة الآن 03:15 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Translate by 7dod Host
المنتدى غير مسؤول عن المواضيع او المقالات التي تنشر بالمنتديات ,فكل موضوع ومقال يوضح رأي الكاتب

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45