mysql> SHOW STATUS;
+------------------------------------------+-------------+
| Variable_name | Value |
+------------------------------------------+-------------+
| Aborted_clients | 1 |
| Aborted_connects | 535 |
| Binlog_cache_disk_use | 47 |
| Binlog_cache_use | 74147 |
| Binlog_stmt_cache_disk_use | 0 |
| Binlog_stmt_cache_use | 775 |
| Bytes_received | 147 |
| Bytes_sent | 16909 |
| Com_select | 1 |
| Com_show_status | 3 |
| Compression | OFF |
| Connections | 229727 |
| Created_tmp_disk_tables | 0 |
| Created_tmp_files | 735 |
| Flush_commands | 1 |
| Innodb_buffer_pool_pages_data | 129494 |
| Innodb_buffer_pool_pages_dirty | 177 |
| Innodb_buffer_pool_pages_flushed | 701844 |
| Innodb_buffer_pool_pages_free | 0 |
| Innodb_buffer_pool_pages_misc | 1578 |
| Innodb_buffer_pool_pages_total | 131072 |
| Innodb_buffer_pool_read_ahead_rnd | 0 |
| Innodb_buffer_pool_read_ahead | 44076 |
| Innodb_buffer_pool_read_ahead_evicted | 600042 |
| Innodb_buffer_pool_read_requests | 2044009137 |
| Innodb_buffer_pool_reads | 3362671 |
| Innodb_buffer_pool_wait_free | 0 |
| Innodb_buffer_pool_write_requests | 3891889 |
| Innodb_data_fsyncs | 339765 |
| Innodb_data_pending_fsyncs | 1 |
| Innodb_data_pending_reads | 0 |
| Innodb_data_pending_writes | 0 |
| Innodb_data_read | 55840591872 |
| Innodb_data_reads | 3481457 |
| Innodb_data_writes | 498339 |
| Innodb_data_written | 11765979136 |
| Innodb_dblwr_pages_written | 350922 |
| Innodb_dblwr_writes | 20301 |
| Innodb_have_atomic_builtins | ON |
| Innodb_log_waits | 0 |
| Innodb_log_write_requests | 353942 |
| Innodb_log_writes | 184889 |
| Innodb_os_log_fsyncs | 203038 |
| Innodb_os_log_pending_fsyncs | 1 |
| Innodb_os_log_pending_writes | 0 |
| Innodb_os_log_written | 257838080 |
| Innodb_page_size | 16384 |
| Innodb_pages_created | 26821 |
| Innodb_pages_read | 3408105 |
| Innodb_pages_written | 350922 |
| Innodb_row_lock_current_waits | 0 |
| Innodb_row_lock_time | 39129 |
| Innodb_row_lock_time_avg | 235 |
| Innodb_row_lock_time_max | 1670 |
| Innodb_row_lock_waits | 166 |
| Innodb_rows_deleted | 82561 |
| Innodb_rows_inserted | 114255 |
| Innodb_rows_read | 1246503074 |
| Innodb_rows_updated | 223175 |
| Innodb_truncated_status_writes | 0 |
| Key_blocks_not_flushed | 0 |
| Key_blocks_unused | 107155 |
| Key_blocks_used | 127 |
| Key_read_requests | 1599608 |
| Key_reads | 2184 |
| Key_write_requests | 508800 |
| Key_writes | 2371 |
| Last_query_cost | 0.000000 |
| Max_used_connections | 30 |
| Not_flushed_delayed_rows | 0 |
| Open_files | 17 |
| Open_streams | 0 |
| Open_table_definitions | 8192 |
| Open_tables | 8192 |
| Opened_files | 8802118 |
| Qcache_free_blocks | 15752 |
| Qcache_free_memory | 49185176 |
| Qcache_hits | 37441738 |
| Qcache_inserts | 7995967 |
| Qcache_lowmem_prunes | 7051915 |
| Qcache_not_cached | 1466085 |
| Qcache_queries_in_cache | 52277 |
| Qcache_total_blocks | 135288 |
| Queries | 61238738 |
| Questions | 4 |
| Rpl_status | AUTH_MASTER |
| Select_full_join | 0 |
| Select_full_range_join | 0 |
| Select_range | 0 |
| Select_range_check | 0 |
| Select_scan | 0 |
| Slave_heartbeat_period | 0.000 |
| Slave_open_temp_tables | 0 |
| Slave_received_heartbeats | 0 |
| Slave_retried_transactions | 0 |
| Slave_running | OFF |
| Ssl_session_cache_mode | NONE |
| Table_locks_immediate | 18648370 |
| Threads_cached | 4 |
| Threads_connected | 5 |
| Threads_created | 49 |
| Threads_running | 4 |
| Uptime | 413776 |
| Uptime_since_flush_status | 413776 |
+------------------------------------------+-------------+
310 rows in set (0.00 sec)