hello, there is something wrong with my mysql, I let my server stand for 1 day and I did not do anything, but when I check mysql uptime is always less than 60 minutes, who might restart the mysql-server?
below is mysqltuner.pl :
Load report :
my server specs : VPS with 2Gb of RAM, 24 core procs, SSD-RAID 10 DRIVE (node)
thanks in advance
below is mysqltuner.pl :
Code:
-------- General Statistics --------------------------------------------------
[--] Skipped version check for MySQLTuner script
[OK] Currently running supported MySQL version 5.5.30-cll
[OK] Operating on 32-bit architecture with less than 2GB RAM
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 165M (Tables: 278)
[--] Data in InnoDB tables: 48K (Tables: 3)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[!!] Total fragmented tables: 18
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 48m 35s (626K q [215.069 qps], 7K conn, TX: 2B, RX: 68M)
[--] Reads / Writes: 90% / 10%
[--] Total buffers: 592.0M global + 32.6M per thread (30 max threads)
[OK] Maximum possible memory usage: 1.5G (76% of installed RAM)
[OK] Slow queries: 0% (0/626K)
[OK] Highest usage of available connections: 43% (13/30)
[OK] Key buffer size / total MyISAM indexes: 64.0M/109.7M
[OK] Key buffer hit rate: 100.0% (326M cached / 60K reads)
[OK] Query cache efficiency: 80.0% (467K cached / 584K selects)
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 6% (2K temp sorts / 43K sorts)
[OK] Temporary tables created on disk: 22% (8K on disk / 37K total)
[OK] Thread cache hit rate: 99% (74 created / 7K connections)
[OK] Table cache hit rate: 98% (404 open / 411 opened)
[OK] Open file limit used: 17% (688/4K)
[OK] Table locks acquired immediately: 99% (153K immediate / 153K locks)
[OK] InnoDB data size / buffer pool: 48.0K/128.0M
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Enable the slow query log to troubleshoot bad queries
Code:
12:50:01 AM 2 105 1.93 2.61 2.53
12:55:01 AM 3 103 1.35 1.95 2.27
01:00:01 AM 3 105 2.03 1.93 2.16
01:05:01 AM 2 102 1.65 1.72 2.00
01:10:01 AM 1 113 1.12 1.40 1.79
01:15:01 AM 6 104 1.85 1.56 1.74
01:20:01 AM 3 105 2.23 2.08 1.91
01:25:01 AM 1 106 1.50 1.82 1.86
01:30:01 AM 2 103 1.53 1.51 1.69
01:35:01 AM 5 105 2.71 3.26 2.45
01:40:01 AM 6 108 2.31 2.27 2.22
01:45:01 AM 1 102 2.42 2.54 2.36
01:50:01 AM 3 105 2.54 2.34 2.27
01:55:01 AM 1 100 1.80 1.99 2.14
02:00:01 AM 2 103 1.37 1.50 1.87
02:05:01 AM 2 103 1.41 1.73 1.89
02:10:01 AM 1 107 2.38 2.25 2.08
02:15:01 AM 5 104 1.60 2.04 2.04
02:20:01 AM 2 103 2.20 2.11 2.05
02:25:01 AM 3 105 1.43 1.66 1.86
02:30:01 AM 4 118 3.45 2.29 2.05
02:35:01 AM 3 105 2.03 2.01 1.96
02:40:01 AM 3 105 1.99 1.89 1.91
02:45:01 AM 1 102 1.82 1.77 1.83
02:50:01 AM 4 107 1.58 1.74 1.79
02:55:01 AM 2 102 0.79 1.28 1.58
03:00:01 AM 2 103 1.07 1.13 1.42
03:05:01 AM 2 103 0.49 0.90 1.25
03:10:01 AM 4 109 1.36 1.25 1.30
03:15:01 AM 2 101 1.62 1.49 1.38
03:20:01 AM 2 104 0.96 1.32 1.34
03:25:01 AM 6 106 1.26 1.25 1.30
03:30:01 AM 6 103 1.90 1.48 1.38
03:30:01 AM runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15
03:35:01 AM 3 106 2.37 2.06 1.64
03:40:01 AM 2 105 1.63 1.67 1.58
03:45:01 AM 1 102 1.74 1.78 1.65
03:50:01 AM 2 103 1.22 1.57 1.60
03:55:01 AM 1 103 1.72 1.82 1.71
04:00:01 AM 3 106 1.76 1.75 1.69
04:05:01 AM 1 105 1.79 1.87 1.76
Average: 3 107 1.93 1.94 1.96
thanks in advance