免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2608 | 回复: 1
打印 上一主题 下一主题

closing tables [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-05-03 10:09 |只看该作者 |倒序浏览
mysql运行一天 磁盘io负载很高 到94% 看了show processlist; 发现有closing table 执行很久

下面是当前的状态信息 看看是否有什么问题?


mysql> SHOW GLOBAL STATUS;
+----------------------------+-----------+
| Variable_name              | Value     |
+----------------------------+-----------+
| Aborted_clients            | 10        |
| Aborted_connects           | 457       |
| Binlog_cache_disk_use      | 3467      |
| Binlog_cache_use           | 29744     |
| Bytes_received             | 525887739 |
| Bytes_sent                 | 78260135  |
| Com_admin_commands         | 0         |
| Com_assign_to_keycache     | 0         |
| Com_alter_db               | 0         |
| Com_alter_db_upgrade       | 0         |
| Com_alter_event            | 0         |
| Com_alter_function         | 0         |
| Com_alter_procedure        | 0         |
| Com_alter_server           | 0         |
| Com_alter_table            | 1         |
| Com_alter_tablespace       | 0         |
| Com_analyze                | 0         |
| Com_backup_table           | 0         |
| Com_begin                  | 0         |
| Com_binlog                 | 0         |
| Com_call_procedure         | 6         |
| Com_change_db              | 7309      |
| Com_change_master          | 0         |
| Com_check                  | 28        |
| Com_checksum               | 0         |
| Com_commit                 | 584       |
| Com_create_db              | 0         |
| Com_create_event           | 0         |
| Com_create_function        | 0         |
| Com_create_index           | 6         |
| Com_create_procedure       | 0         |
| Com_create_server          | 0         |
| Com_create_table           | 0         |
| Com_create_trigger         | 0         |
| Com_create_udf             | 0         |
| Com_create_user            | 0         |
| Com_create_view            | 0         |
| Com_dealloc_sql            | 0         |
| Com_delete                 | 3398      |
| Com_delete_multi           | 0         |
| Com_do                     | 0         |
| Com_drop_db                | 0         |
| Com_drop_event             | 0         |
| Com_drop_function          | 0         |
| Com_drop_index             | 0         |
| Com_drop_procedure         | 0         |
| Com_drop_server            | 0         |
| Com_drop_table             | 0         |
| Com_drop_trigger           | 0         |
| Com_drop_user              | 0         |
| Com_drop_view              | 0         |
| Com_empty_query            | 0         |
| Com_execute_sql            | 6         |
| Com_flush                  | 0         |
| Com_grant                  | 0         |
| Com_ha_close               | 0         |
| Com_ha_open                | 0         |
| Com_ha_read                | 0         |
| Com_help                   | 0         |
| Com_insert                 | 2448168   |
| Com_insert_select          | 0         |
| Com_install_plugin         | 0         |
| Com_kill                   | 0         |
| Com_load                   | 18963     |
| Com_load_master_data       | 0         |
| Com_load_master_table      | 0         |
| Com_lock_tables            | 0         |
| Com_optimize               | 3         |
| Com_preload_keys           | 0         |
| Com_prepare_sql            | 6         |
| Com_purge                  | 0         |
| Com_purge_before_date      | 1         |
| Com_release_savepoint      | 0         |
| Com_rename_table           | 0         |
| Com_rename_user            | 0         |
| Com_repair                 | 0         |
| Com_replace                | 0         |
| Com_replace_select         | 0         |
| Com_reset                  | 0         |
| Com_restore_table          | 0         |
| Com_revoke                 | 0         |
| Com_revoke_all             | 0         |
| Com_rollback               | 0         |
| Com_rollback_to_savepoint  | 0         |
| Com_savepoint              | 0         |
| Com_select                 | 177450    |
| Com_set_option             | 15262     |
| Com_show_authors           | 0         |
| Com_show_binlog_events     | 0         |
| Com_show_binlogs           | 0         |
| Com_show_charsets          | 0         |
| Com_show_collations        | 4694      |
| Com_show_column_types      | 0         |
| Com_show_contributors      | 0         |
| Com_show_create_db         | 0         |
| Com_show_create_event      | 0         |
| Com_show_create_func       | 0         |
| Com_show_create_proc       | 0         |
| Com_show_create_table      | 0         |
| Com_show_create_trigger    | 0         |
| Com_show_databases         | 0         |
| Com_show_engine_logs       | 0         |
| Com_show_engine_mutex      | 0         |
| Com_show_engine_status     | 0         |
| Com_show_events            | 0         |
| Com_show_errors            | 0         |
| Com_show_fields            | 0         |
| Com_show_function_status   | 0         |
| Com_show_grants            | 0         |
| Com_show_keys              | 0         |
| Com_show_master_status     | 0         |
| Com_show_new_master        | 0         |
| Com_show_open_tables       | 0         |
| Com_show_plugins           | 0         |
| Com_show_privileges        | 0         |
| Com_show_procedure_status  | 0         |
| Com_show_processlist       | 11        |
| Com_show_profile           | 0         |
| Com_show_profiles          | 0         |
| Com_show_slave_hosts       | 0         |
| Com_show_slave_status      | 0         |
| Com_show_status            | 16        |
| Com_show_storage_engines   | 0         |
| Com_show_table_status      | 0         |
| Com_show_tables            | 0         |
| Com_show_triggers          | 0         |
| Com_show_variables         | 4695      |
| Com_show_warnings          | 0         |
| Com_slave_start            | 0         |
| Com_slave_stop             | 0         |
| Com_stmt_close             | 0         |
| Com_stmt_execute           | 6         |
| Com_stmt_fetch             | 0         |
| Com_stmt_prepare           | 6         |
| Com_stmt_reprepare         | 0         |
| Com_stmt_reset             | 0         |
| Com_stmt_send_long_data    | 0         |
| Com_truncate               | 0         |
| Com_uninstall_plugin       | 0         |
| Com_unlock_tables          | 0         |
| Com_update                 | 898       |
| Com_update_multi           | 0         |
| Com_xa_commit              | 0         |
| Com_xa_end                 | 0         |
| Com_xa_prepare             | 0         |
| Com_xa_recover             | 0         |
| Com_xa_rollback            | 0         |
| Com_xa_start               | 0         |
| Compression                | OFF       |
| Connections                | 31426     |
| Created_tmp_disk_tables    | 54        |
| Created_tmp_files          | 3410      |
| Created_tmp_tables         | 10076     |
| Delayed_errors             | 1174      |
| Delayed_insert_threads     | 7         |
| Delayed_writes             | 43775     |
| Flush_commands             | 1         |
| Handler_commit             | 29744     |
| Handler_delete             | 3396318   |
| Handler_discover           | 0         |
| Handler_prepare            | 0         |
| Handler_read_first         | 3408      |
| Handler_read_key           | 1940945   |
| Handler_read_next          | 8640015   |
| Handler_read_prev          | 0         |
| Handler_read_rnd           | 558069    |
| Handler_read_rnd_next      | 78264350  |
| Handler_rollback           | 0         |
| Handler_savepoint          | 0         |
| Handler_savepoint_rollback | 0         |
| Handler_update             | 862       |
| Handler_write              | 4440879   |
| Key_blocks_not_flushed     | 3         |
| Key_blocks_unused          | 190032    |
| Key_blocks_used            | 231960    |
| Key_read_requests          | 338582068 |
| Key_reads                  | 4948420   |
| Key_write_requests         | 82424541  |
| Key_writes                 | 8052857   |
| Last_query_cost            | 0.000000  |
| Max_used_connections       | 10        |
| Not_flushed_delayed_rows   | 0         |
| Open_files                 | 116       |
| Open_streams               | 0         |
| Open_table_definitions     | 50        |
| Open_tables                | 68        |
| Opened_files               | 15161     |
| Opened_table_definitions   | 53        |
| Opened_tables              | 137       |
| Prepared_stmt_count        | 0         |
| Qcache_free_blocks         | 11        |
| Qcache_free_memory         | 969968    |
| Qcache_hits                | 11        |
| Qcache_inserts             | 195       |
| Qcache_lowmem_prunes       | 0         |
| Qcache_not_cached          | 18558     |
| Qcache_queries_in_cache    | 13        |
| Qcache_total_blocks        | 45        |
| Queries                    | 3506497   |
| Questions                  | 2554303   |
| Rpl_status                 | NULL      |
| Select_full_join           | 1         |
| Select_full_range_join     | 0         |
| Select_range               | 3973      |
| Select_range_check         | 0         |
| Select_scan                | 9880      |
| Slave_open_temp_tables     | 0         |
| Slave_retried_transactions | 0         |
| Slave_running              | OFF       |
| Slow_launch_threads        | 0         |
| Slow_queries               | 26        |
| Sort_merge_passes          | 0         |
| Sort_range                 | 0         |
| Sort_rows                  | 558069    |
| Sort_scan                  | 74        |
| Table_locks_immediate      | 2791094   |
| Table_locks_waited         | 937       |
| Tc_log_max_pages_used      | 0         |
| Tc_log_page_size           | 0         |
| Tc_log_page_waits          | 0         |
| Threads_cached             | 0         |
| Threads_connected          | 14        |
| Threads_created            | 31212     |
| Threads_running            | 3         |
| Uptime                     | 76462     |
| Uptime_since_flush_status  | 76462     |
+----------------------------+-----------+
226 rows in set (0.45 sec)

论坛徽章:
0
2 [报告]
发表于 2013-05-03 11:42 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP