Guest User

MySQL SHOW GLOBAL VARIABLES

a guest
May 2nd, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 176.61 KB | None | 0 0
  1. mysql> SHOW GLOBAL STATUS;
  2. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Variable_name | Value |
  4. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  5. | Aborted_clients | 480 |
  6. | Aborted_connects | 1 |
  7. | Binlog_cache_disk_use | 0 |
  8. | Binlog_cache_use | 0 |
  9. | Binlog_stmt_cache_disk_use | 0 |
  10. | Binlog_stmt_cache_use | 0 |
  11. | Bytes_received | 104761107 |
  12. | Bytes_sent | 183764146 |
  13. | Com_admin_commands | 1 |
  14. | Com_assign_to_keycache | 0 |
  15. | Com_alter_db | 0 |
  16. | Com_alter_db_upgrade | 0 |
  17. | Com_alter_event | 0 |
  18. | Com_alter_function | 0 |
  19. | Com_alter_instance | 0 |
  20. | Com_alter_procedure | 0 |
  21. | Com_alter_server | 0 |
  22. | Com_alter_table | 0 |
  23. | Com_alter_tablespace | 0 |
  24. | Com_alter_user | 0 |
  25. | Com_analyze | 0 |
  26. | Com_begin | 2254 |
  27. | Com_binlog | 0 |
  28. | Com_call_procedure | 0 |
  29. | Com_change_db | 0 |
  30. | Com_change_master | 0 |
  31. | Com_change_repl_filter | 0 |
  32. | Com_check | 0 |
  33. | Com_checksum | 0 |
  34. | Com_commit | 2253 |
  35. | Com_create_db | 0 |
  36. | Com_create_event | 0 |
  37. | Com_create_function | 0 |
  38. | Com_create_index | 0 |
  39. | Com_create_procedure | 0 |
  40. | Com_create_server | 0 |
  41. | Com_create_table | 0 |
  42. | Com_create_trigger | 0 |
  43. | Com_create_udf | 0 |
  44. | Com_create_user | 0 |
  45. | Com_create_view | 0 |
  46. | Com_dealloc_sql | 0 |
  47. | Com_delete | 2254 |
  48. | Com_delete_multi | 0 |
  49. | Com_do | 0 |
  50. | Com_drop_db | 0 |
  51. | Com_drop_event | 0 |
  52. | Com_drop_function | 0 |
  53. | Com_drop_index | 0 |
  54. | Com_drop_procedure | 0 |
  55. | Com_drop_server | 0 |
  56. | Com_drop_table | 0 |
  57. | Com_drop_trigger | 0 |
  58. | Com_drop_user | 0 |
  59. | Com_drop_view | 0 |
  60. | Com_empty_query | 0 |
  61. | Com_execute_sql | 0 |
  62. | Com_explain_other | 0 |
  63. | Com_flush | 1 |
  64. | Com_get_diagnostics | 0 |
  65. | Com_grant | 0 |
  66. | Com_ha_close | 0 |
  67. | Com_ha_open | 0 |
  68. | Com_ha_read | 0 |
  69. | Com_help | 0 |
  70. | Com_insert | 9444 |
  71. | Com_insert_select | 0 |
  72. | Com_install_plugin | 0 |
  73. | Com_kill | 0 |
  74. | Com_load | 0 |
  75. | Com_lock_tables | 0 |
  76. | Com_optimize | 0 |
  77. | Com_preload_keys | 0 |
  78. | Com_prepare_sql | 0 |
  79. | Com_purge | 0 |
  80. | Com_purge_before_date | 0 |
  81. | Com_release_savepoint | 0 |
  82. | Com_rename_table | 0 |
  83. | Com_rename_user | 0 |
  84. | Com_repair | 0 |
  85. | Com_replace | 0 |
  86. | Com_replace_select | 0 |
  87. | Com_reset | 0 |
  88. | Com_resignal | 0 |
  89. | Com_revoke | 0 |
  90. | Com_revoke_all | 0 |
  91. | Com_rollback | 1 |
  92. | Com_rollback_to_savepoint | 0 |
  93. | Com_savepoint | 0 |
  94. | Com_select | 153274 |
  95. | Com_set_option | 5838 |
  96. | Com_signal | 0 |
  97. | Com_show_binlog_events | 0 |
  98. | Com_show_binlogs | 0 |
  99. | Com_show_charsets | 0 |
  100. | Com_show_collations | 0 |
  101. | Com_show_create_db | 0 |
  102. | Com_show_create_event | 0 |
  103. | Com_show_create_func | 0 |
  104. | Com_show_create_proc | 0 |
  105. | Com_show_create_table | 0 |
  106. | Com_show_create_trigger | 0 |
  107. | Com_show_databases | 0 |
  108. | Com_show_engine_logs | 0 |
  109. | Com_show_engine_mutex | 0 |
  110. | Com_show_engine_status | 0 |
  111. | Com_show_events | 0 |
  112. | Com_show_errors | 0 |
  113. | Com_show_fields | 0 |
  114. | Com_show_function_code | 0 |
  115. | Com_show_function_status | 0 |
  116. | Com_show_grants | 0 |
  117. | Com_show_keys | 0 |
  118. | Com_show_master_status | 0 |
  119. | Com_show_open_tables | 0 |
  120. | Com_show_plugins | 0 |
  121. | Com_show_privileges | 0 |
  122. | Com_show_procedure_code | 0 |
  123. | Com_show_procedure_status | 0 |
  124. | Com_show_processlist | 0 |
  125. | Com_show_profile | 0 |
  126. | Com_show_profiles | 0 |
  127. | Com_show_relaylog_events | 0 |
  128. | Com_show_slave_hosts | 0 |
  129. | Com_show_slave_status | 0 |
  130. | Com_show_status | 2 |
  131. | Com_show_storage_engines | 0 |
  132. | Com_show_table_status | 0 |
  133. | Com_show_tables | 0 |
  134. | Com_show_triggers | 0 |
  135. | Com_show_variables | 0 |
  136. | Com_show_warnings | 0 |
  137. | Com_show_create_user | 0 |
  138. | Com_shutdown | 0 |
  139. | Com_slave_start | 0 |
  140. | Com_slave_stop | 0 |
  141. | Com_group_replication_start | 0 |
  142. | Com_group_replication_stop | 0 |
  143. | Com_stmt_execute | 0 |
  144. | Com_stmt_close | 0 |
  145. | Com_stmt_fetch | 0 |
  146. | Com_stmt_prepare | 0 |
  147. | Com_stmt_reset | 0 |
  148. | Com_stmt_send_long_data | 0 |
  149. | Com_truncate | 0 |
  150. | Com_uninstall_plugin | 0 |
  151. | Com_unlock_tables | 0 |
  152. | Com_update | 51 |
  153. | Com_update_multi | 0 |
  154. | Com_xa_commit | 0 |
  155. | Com_xa_end | 0 |
  156. | Com_xa_prepare | 0 |
  157. | Com_xa_recover | 0 |
  158. | Com_xa_rollback | 0 |
  159. | Com_xa_start | 0 |
  160. | Com_stmt_reprepare | 0 |
  161. | Connection_errors_accept | 0 |
  162. | Connection_errors_internal | 0 |
  163. | Connection_errors_max_connections | 0 |
  164. | Connection_errors_peer_address | 0 |
  165. | Connection_errors_select | 0 |
  166. | Connection_errors_tcpwrap | 0 |
  167. | Connections | 2925 |
  168. | Created_tmp_disk_tables | 0 |
  169. | Created_tmp_files | 6 |
  170. | Created_tmp_tables | 6 |
  171. | Delayed_errors | 0 |
  172. | Delayed_insert_threads | 0 |
  173. | Delayed_writes | 0 |
  174. | Flush_commands | 1 |
  175. | Handler_commit | 167279 |
  176. | Handler_delete | 0 |
  177. | Handler_discover | 0 |
  178. | Handler_external_lock | 330270 |
  179. | Handler_mrr_init | 0 |
  180. | Handler_prepare | 0 |
  181. | Handler_read_first | 2751 |
  182. | Handler_read_key | 164548 |
  183. | Handler_read_last | 0 |
  184. | Handler_read_next | 259 |
  185. | Handler_read_prev | 0 |
  186. | Handler_read_rnd | 0 |
  187. | Handler_read_rnd_next | 5648 |
  188. | Handler_rollback | 1 |
  189. | Handler_savepoint | 0 |
  190. | Handler_savepoint_rollback | 0 |
  191. | Handler_update | 2255 |
  192. | Handler_write | 9798 |
  193. | Innodb_buffer_pool_dump_status | Dumping of buffer pool not started |
  194. | Innodb_buffer_pool_load_status | Buffer pool(s) load completed at 200501 11:17:07 |
  195. | Innodb_buffer_pool_resize_status | |
  196. | Innodb_buffer_pool_pages_data | 2074 |
  197. | Innodb_buffer_pool_bytes_data | 33980416 |
  198. | Innodb_buffer_pool_pages_dirty | 0 |
  199. | Innodb_buffer_pool_bytes_dirty | 0 |
  200. | Innodb_buffer_pool_pages_flushed | 32353 |
  201. | Innodb_buffer_pool_pages_free | 6107 |
  202. | Innodb_buffer_pool_pages_misc | 11 |
  203. | Innodb_buffer_pool_pages_total | 8192 |
  204. | Innodb_buffer_pool_read_ahead_rnd | 0 |
  205. | Innodb_buffer_pool_read_ahead | 0 |
  206. | Innodb_buffer_pool_read_ahead_evicted | 0 |
  207. | Innodb_buffer_pool_read_requests | 602488 |
  208. | Innodb_buffer_pool_reads | 1168 |
  209. | Innodb_buffer_pool_wait_free | 0 |
  210. | Innodb_buffer_pool_write_requests | 48055 |
  211. | Innodb_data_fsyncs | 25856 |
  212. | Innodb_data_pending_fsyncs | 0 |
  213. | Innodb_data_pending_reads | 0 |
  214. | Innodb_data_pending_writes | 0 |
  215. | Innodb_data_read | 19255808 |
  216. | Innodb_data_reads | 1250 |
  217. | Innodb_data_writes | 50627 |
  218. | Innodb_data_written | 1090525696 |
  219. | Innodb_dblwr_pages_written | 32319 |
  220. | Innodb_dblwr_writes | 2692 |
  221. | Innodb_log_waits | 0 |
  222. | Innodb_log_write_requests | 32262 |
  223. | Innodb_log_writes | 10252 |
  224. | Innodb_os_log_fsyncs | 15510 |
  225. | Innodb_os_log_pending_fsyncs | 0 |
  226. | Innodb_os_log_pending_writes | 0 |
  227. | Innodb_os_log_written | 28248576 |
  228. | Innodb_page_size | 16384 |
  229. | Innodb_pages_created | 904 |
  230. | Innodb_pages_read | 1170 |
  231. | Innodb_pages_written | 32353 |
  232. | Innodb_row_lock_current_waits | 0 |
  233. | Innodb_row_lock_time | 6 |
  234. | Innodb_row_lock_time_avg | 6 |
  235. | Innodb_row_lock_time_max | 6 |
  236. | Innodb_row_lock_waits | 1 |
  237. | Innodb_rows_deleted | 0 |
  238. | Innodb_rows_inserted | 2781 |
  239. | Innodb_rows_read | 71310 |
  240. | Innodb_rows_updated | 2255 |
  241. | Innodb_num_open_files | 71 |
  242. | Innodb_truncated_status_writes | 0 |
  243. | Innodb_available_undo_logs | 128 |
  244. | Key_blocks_not_flushed | 0 |
  245. | Key_blocks_unused | 13393 |
  246. | Key_blocks_used | 3 |
  247. | Key_read_requests | 6 |
  248. | Key_reads | 3 |
  249. | Key_write_requests | 0 |
  250. | Key_writes | 0 |
  251. | Locked_connects | 0 |
  252. | Max_execution_time_exceeded | 0 |
  253. | Max_execution_time_set | 0 |
  254. | Max_execution_time_set_failed | 0 |
  255. | Max_used_connections | 13 |
  256. | Max_used_connections_time | 2020-05-01 14:18:00 |
  257. | Not_flushed_delayed_rows | 0 |
  258. | Ongoing_anonymous_transaction_count | 0 |
  259. | Open_files | 14 |
  260. | Open_streams | 0 |
  261. | Open_table_definitions | 139 |
  262. | Open_tables | 370 |
  263. | Opened_files | 176 |
  264. | Opened_table_definitions | 139 |
  265. | Opened_tables | 377 |
  266. | Performance_schema_accounts_lost | 0 |
  267. | Performance_schema_cond_classes_lost | 0 |
  268. | Performance_schema_cond_instances_lost | 0 |
  269. | Performance_schema_digest_lost | 0 |
  270. | Performance_schema_file_classes_lost | 0 |
  271. | Performance_schema_file_handles_lost | 0 |
  272. | Performance_schema_file_instances_lost | 0 |
  273. | Performance_schema_hosts_lost | 0 |
  274. | Performance_schema_index_stat_lost | 0 |
  275. | Performance_schema_locker_lost | 0 |
  276. | Performance_schema_memory_classes_lost | 0 |
  277. | Performance_schema_metadata_lock_lost | 0 |
  278. | Performance_schema_mutex_classes_lost | 0 |
  279. | Performance_schema_mutex_instances_lost | 0 |
  280. | Performance_schema_nested_statement_lost | 0 |
  281. | Performance_schema_prepared_statements_lost | 0 |
  282. | Performance_schema_program_lost | 0 |
  283. | Performance_schema_rwlock_classes_lost | 0 |
  284. | Performance_schema_rwlock_instances_lost | 0 |
  285. | Performance_schema_session_connect_attrs_lost | 0 |
  286. | Performance_schema_socket_classes_lost | 0 |
  287. | Performance_schema_socket_instances_lost | 0 |
  288. | Performance_schema_stage_classes_lost | 0 |
  289. | Performance_schema_statement_classes_lost | 0 |
  290. | Performance_schema_table_handles_lost | 0 |
  291. | Performance_schema_table_instances_lost | 0 |
  292. | Performance_schema_table_lock_stat_lost | 0 |
  293. | Performance_schema_thread_classes_lost | 0 |
  294. | Performance_schema_thread_instances_lost | 0 |
  295. | Performance_schema_users_lost | 0 |
  296. | Prepared_stmt_count | 0 |
  297. | Qcache_free_blocks | 245 |
  298. | Qcache_free_memory | 209900600 |
  299. | Qcache_hits | 374080 |
  300. | Qcache_inserts | 147201 |
  301. | Qcache_lowmem_prunes | 0 |
  302. | Qcache_not_cached | 6067 |
  303. | Qcache_queries_in_cache | 52815 |
  304. | Qcache_total_blocks | 105902 |
  305. | Queries | 551886 |
  306. | Questions | 551884 |
  307. | Rsa_public_key | -----BEGIN PUBLIC KEY-----
  308. MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo4FgT10uuDreSP1Y6Ou1
  309. VnuFrji/n+okYjWP9sHUBw0AVmTq0Fk8yupYTziTbmU/MRKQFsK8uJCdXtnUZ2ui
  310. 44EmodeJGggjXqK7hgfbsagbfvYb6XrVPmx4EIz//QllU+Vq/DVeMRL93iDtt/PN
  311. 7FlSQb3VREvK/EqBqY8TQ6fBuGEydlfJxRI/hf+d5IDCrnhdvWlij9wqPuZXCueD
  312. s8qniDSVGWjtU2U/KJUpMpHhRr4D9aDNHDuyMXdL1zaWXNmV+K+JuICPV8cjNJoL
  313. FTK6rfiZMwxA8C6E2GILK0yJy/e8oXx8hlFPMCKUOokrbAQ0IotvhWWKf5tmqs5I
  314. CwIDAQAB
  315. -----END PUBLIC KEY-----
  316. |
  317. | Select_full_join | 0 |
  318. | Select_full_range_join | 0 |
  319. | Select_range | 0 |
  320. | Select_range_check | 0 |
  321. | Select_scan | 2751 |
  322. | Slave_open_temp_tables | 0 |
  323. | Slow_launch_threads | 0 |
  324. | Slow_queries | 0 |
  325. | Sort_merge_passes | 0 |
  326. | Sort_range | 2 |
  327. | Sort_rows | 8 |
  328. | Sort_scan | 2693 |
  329. | Ssl_accept_renegotiates | 0 |
  330. | Ssl_accepts | 0 |
  331. | Ssl_callback_cache_hits | 0 |
  332. | Ssl_cipher | |
  333. | Ssl_cipher_list | |
  334. | Ssl_client_connects | 0 |
  335. | Ssl_connect_renegotiates | 0 |
  336. | Ssl_ctx_verify_depth | 18446744073709551615 |
  337. | Ssl_ctx_verify_mode | 5 |
  338. | Ssl_default_timeout | 0 |
  339. | Ssl_finished_accepts | 0 |
  340. | Ssl_finished_connects | 0 |
  341. | Ssl_server_not_after | Mar 12 17:48:02 2030 GMT |
  342. | Ssl_server_not_before | Mar 14 17:48:02 2020 GMT |
  343. | Ssl_session_cache_hits | 0 |
  344. | Ssl_session_cache_misses | 0 |
  345. | Ssl_session_cache_mode | SERVER |
  346. | Ssl_session_cache_overflows | 0 |
  347. | Ssl_session_cache_size | 128 |
  348. | Ssl_session_cache_timeouts | 0 |
  349. | Ssl_sessions_reused | 0 |
  350. | Ssl_used_session_cache_entries | 0 |
  351. | Ssl_verify_depth | 0 |
  352. | Ssl_verify_mode | 0 |
  353. | Ssl_version | |
  354. | Table_locks_immediate | 100 |
  355. | Table_locks_waited | 0 |
  356. | Table_open_cache_hits | 164759 |
  357. | Table_open_cache_misses | 377 |
  358. | Table_open_cache_overflows | 0 |
  359. | Tc_log_max_pages_used | 0 |
  360. | Tc_log_page_size | 0 |
  361. | Tc_log_page_waits | 0 |
  362. | Threads_cached | 1 |
  363. | Threads_connected | 10 |
  364. | Threads_created | 31 |
  365. | Threads_running | 2 |
  366. | Uptime | 73578 |
  367. | Uptime_since_flush_status | 73578 |
  368. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  369. 354 rows in set (0.25 sec)
Add Comment
Please, Sign In to add comment