Tekil Mesaj gösterimi
  #29 (permalink)   iTrader 
Alt 2007-12-04, 15:38
Remark Remark isimli üyemiz çevrimdışıdır. (Offline)
Member
 
Üyelik tarihi: May 2007
Mesajlar: 286
Teşekkür: 0
Thanked 2 Times in 2 Posts
Tecrübe Puanı: 1
iTrader: %0/0
Remark is on a distinguished road
Standart

bende de bu sonuç çıktı..
neler yapmam gerekiyor yardımcı olursanız çok sevinirim sayın iyinet

Teşekkürler


floodkoruma-2.0-1.c5x.i386.rpm pure-ftpd-1.0.21
httpbanla.sh pure-ftpd-1.0.21.tar.gz
mysqlauth.A18102 tuning-primer.sh
proftpd-1.3.0a x
proftpd-1.3.0a.tar.gz ZendOptimizer-3.2.2-linux-glibc21-i386
psa ZendOptimizer-3.2.2-linux-glibc21-i386.tar.gz
pure-ftpd-1.0.14-1.i386.rpm
[root@server ~]# ./tuning-primer.sh
-bash: ./tuning-primer.sh: Permission denied
[root@server ~]# chmod u+x tuning-primer.sh
[root@server ~]# ./tuning-primer.sh

-- MYSQL PERFORMANCE TUNING PRIMER --
- By: Matthew Montgomery -

MySQL Version 4.1.20 i686

Uptime = 3 days 23 hrs 6 min 38 sec
Avg. qps = 49
Total Questions = 16891734
Threads Connected = 3

Server has been running for over 48hrs.
It should be safe to follow these recommendations

To find out more information on how each of these
runtime variables effects performance visit:
http://dev.mysql.com/doc/refman/4.1/...variables.html
Visit http://www.mysql.com/products/enterprise/advisors.html
for info about MySQL's Enterprise Monitoring and Advisory Service

SLOW QUERIES
Current long_query_time = 10 sec.
You have 380 out of 16891746 that take longer than 10 sec. to complete
The slow query log is NOT enabled.
Your long_query_time may be too high, I typically set this under 5 sec.

WORKER THREADS
Current thread_cache_size = 128
Current threads_cached = 23
Current threads_per_sec = 0
Historic threads_per_sec = 0
Your thread_cache_size is fine

MAX CONNECTIONS
Current max_connections = 500
Current threads_connected = 3
Historic max_used_connections = 26
The number of used connections is 5% of the configured maximum.
You are using less than 10% of your configured max_connections.
Lowering max_connections could help to avoid an over-allocation of memory
See "MEMORY USAGE" section to make sure you are not over-allocating

MEMORY USAGE
Max Memory Ever Allocated : 423 M
Configured Max Per-thread Buffers : 2 G
Configured Max Global Buffers : 282 M
Configured Max Memory Limit : 2 G
Physical Memory : 946.83 M

Max memory limit exceeds 90% of physical memory

KEY BUFFER
Current MyISAM index space = 89 M
Current key_buffer_size = 16 M
Key cache miss rate is 1 : 765
Key buffer fill ratio = 60.00 %
Your key_buffer_size seems to be fine

QUERY CACHE
Query cache is enabled
Current query_cache_size = 256 M
Current query_cache_used = 173 M
Current query_cache_limit = 8 M
Current Query cache Memory fill ratio = 67.79 %
Current query_cache_min_res_unit = 4 K
Query Cache is 15 % fragmented
Run "FLUSH QUERY CACHE" periodically to defragment the query cache memory
If you have many small queries lower 'query_cache_min_res_unit' to reduce fragmentation.
MySQL won't cache query results that are larger than query_cache_limit in size

SORT OPERATIONS
Current sort_buffer_size = 2 M
Current record/read_rnd_buffer_size = 256 K
Sort buffer seems to be fine

JOINS
Current join_buffer_size = 1.00 M
You have had 13565 queries where a join could not use an index properly
You should enable "log-queries-not-using-indexes"
Then look for non indexed joins in the slow query log.
If you are unable to optimize your queries you may want to increase your
join_buffer_size to accommodate larger joins in one pass.

Note! This script will still suggest raising the join_buffer_size when
ANY joins not using indexes are found.

OPEN FILES LIMIT
Current open_files_limit = 2558 files
The open_files_limit should typically be set to at least 2x-3x
that of table_cache if you have heavy MyISAM usage.
Your open_files_limit value seems to be fine

TABLE CACHE
Current table_cache value = 1024 tables
You have a total of 2369 tables
You have 1024 open tables.
Current table_cache hit rate is 9%, while 100% of your table cache is in use
You should probably increase your table_cache

TEMP TABLES
Current max_heap_table_size = 16 M
Current tmp_table_size = 32 M
Of 268173 temp tables, 35% were created on disk
Effective in-memory tmp_table_size is limited to max_heap_table_size.
Perhaps you should increase your tmp_table_size and/or max_heap_table_size
to reduce the number of disk-based temporary tables
Note! BLOB and TEXT columns are not allow in memory tables.
If you are using these columns raising these values might not impact your
ratio of on disk temp tables.

TABLE SCANS
Current read_buffer_size = 1 M
Current table scan ratio = 2053 : 1
read_buffer_size seems to be fine

TABLE LOCKING
Current Lock Wait ratio = 1 : 23714
Your table locking seems to be fine
Alıntı ile Cevapla