mrphantuan
New member
- Joined
- Apr 4, 2011
- Messages
- 2
Thus, I would suppose it's a domain resolving issue.
Was reinstalled the vps in few times. I tried many ideas, and now tried with kloxo too. The results are the same. Possible, this is a network problem. After I make a click inside the website, is very fast,but if not viewed, (visited) for 3-4 hours, appear this problem. Must wait for 10-15 seconds until to appaer the site.Thus, I would suppose it's a domain resolving issue.
cd /usr/local/src
wget http://mysqltuner.pl/mysqltuner.pl
chmod 700 mysqltuner.pl
./mysqltuner.pl --user da_admin --pass `cat /usr/local/directadmin/conf/mysql.conf | grep pass | cut -d\= -f2`
Your figures by themselves are useless for me. The script, the link I've given to which, would give some general recommendations, if the figures are bad in your case.
Code:cd /usr/local/src wget http://mysqltuner.pl/mysqltuner.pl chmod 700 mysqltuner.pl ./mysqltuner.pl --user da_admin --pass `cat /usr/local/directadmin/conf/mysql.conf | grep pass | cut -d\= -f2`
I tried to modify the query_cache_limit and the query_cache_size with different value, but the message was the same.-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated -InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 5M (Tables: 299)
[!!] Total fragmented tables: 3
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 11s (34 q [3.091 qps], 14 conn, TX: 22K, RX: 2K)
[--] Reads / Writes: 100% / 0%
[--] Total buffers: 112.0M global + 14.2M per thread (100 max threads)
[OK] Maximum possible memory usage: 1.5G (74% of installed RAM)
[OK] Slow queries: 0% (0/34)
[OK] Highest usage of available connections: 1% (1/100)
[OK] Key buffer size / total MyISAM indexes: 64.0M/3.1M
[!!] Query cache efficiency: 0.0% (0 cached / 17 selects)
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 1 sorts)
[OK] Temporary tables created on disk: 0% (0 on disk / 9 total)
[OK] Thread cache hit rate: 92% (1 created / 14 connections)
[OK] Table cache hit rate: 97% (322 open / 329 opened)
[OK] Open file limit used: 7% (644/8K)
[OK] Table locks acquired immediately: 100% (19 immediate / 19 locks)
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Variables to adjust:
query_cache_limit (> 2M, or use smaller result sets)
?Variables to adjust:
query_cache_limit (> 2M, or use smaller result sets)
MySQL started within last 24 hours - recommendations may be inaccurate
query-cache-type=1
query_cache_size=32M
query_cache_limit=8M
[OK] Query cache efficiency: 80.6% (26M cached / 32M selects)