Advertisement
Guest User

Untitled

a guest
Apr 26th, 2021
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 132.27 KB | None | 0 0
  1. A) System HW overview
  2. B) SHOW GLOBAL STATUS; after minimum 24 hours UPTIME
  3. C) SHOW GLOBAL VARIABLES;
  4. D) SHOW FULL PROCESSLIST;
  5. E) Htop
  6. F) Ulimit -a
  7.  
  8. # A) System overview
  9. All three InnoDB nodes are ESXi VMs with the same HW configuration
  10. RAM: 12GB
  11. CPU: 6 Cores
  12. HDD: A SAN cabibinet with spinning discs + some SSDs as cache directly connected with fibre channel
  13.  
  14.  
  15. # B) SHOW GLOBAL STATUS, ~13days uptime
  16. show global status where Variable_name not like "%public_key%" and Variable_name != "Mysqlx_ssl_cipher_list";
  17. +-------------------------------------------------------+--------------------------------------------------+
  18. | Variable_name                                         | Value                                            |
  19. +-------------------------------------------------------+--------------------------------------------------+
  20. | Aborted_clients                                       | 2                                                |
  21. | Aborted_connects                                      | 0                                                |
  22. | Acl_cache_items_count                                 | 0                                                |
  23. | Binlog_cache_disk_use                                 | 445                                              |
  24. | Binlog_cache_use                                      | 260382                                           |
  25. | Binlog_stmt_cache_disk_use                            | 0                                                |
  26. | Binlog_stmt_cache_use                                 | 10                                               |
  27. | Bytes_received                                        | 23810585                                         |
  28. | Bytes_sent                                            | 515667027                                        |
  29. | Com_admin_commands                                    | 159876                                           |
  30. | Com_assign_to_keycache                                | 0                                                |
  31. | Com_alter_db                                          | 0                                                |
  32. | Com_alter_event                                       | 0                                                |
  33. | Com_alter_function                                    | 0                                                |
  34. | Com_alter_instance                                    | 0                                                |
  35. | Com_alter_procedure                                   | 0                                                |
  36. | Com_alter_resource_group                              | 0                                                |
  37. | Com_alter_server                                      | 0                                                |
  38. | Com_alter_table                                       | 0                                                |
  39. | Com_alter_tablespace                                  | 0                                                |
  40. | Com_alter_user                                        | 0                                                |
  41. | Com_alter_user_default_role                           | 0                                                |
  42. | Com_analyze                                           | 5                                                |
  43. | Com_begin                                             | 260366                                           |
  44. | Com_binlog                                            | 0                                                |
  45. | Com_call_procedure                                    | 155139                                           |
  46. | Com_change_db                                         | 164064                                           |
  47. | Com_change_master                                     | 0                                                |
  48. | Com_change_repl_filter                                | 0                                                |
  49. | Com_change_replication_source                         | 0                                                |
  50. | Com_check                                             | 0                                                |
  51. | Com_checksum                                          | 0                                                |
  52. | Com_clone                                             | 0                                                |
  53. | Com_commit                                            | 260366                                           |
  54. | Com_create_db                                         | 1                                                |
  55. | Com_create_event                                      | 0                                                |
  56. | Com_create_function                                   | 0                                                |
  57. | Com_create_index                                      | 0                                                |
  58. | Com_create_procedure                                  | 0                                                |
  59. | Com_create_role                                       | 0                                                |
  60. | Com_create_server                                     | 0                                                |
  61. | Com_create_table                                      | 39                                               |
  62. | Com_create_resource_group                             | 0                                                |
  63. | Com_create_trigger                                    | 0                                                |
  64. | Com_create_udf                                        | 0                                                |
  65. | Com_create_user                                       | 0                                                |
  66. | Com_create_view                                       | 5                                                |
  67. | Com_create_spatial_reference_system                   | 0                                                |
  68. | Com_dealloc_sql                                       | 0                                                |
  69. | Com_delete                                            | 4458                                             |
  70. | Com_delete_multi                                      | 0                                                |
  71. | Com_do                                                | 0                                                |
  72. | Com_drop_db                                           | 0                                                |
  73. | Com_drop_event                                        | 0                                                |
  74. | Com_drop_function                                     | 0                                                |
  75. | Com_drop_index                                        | 0                                                |
  76. | Com_drop_procedure                                    | 0                                                |
  77. | Com_drop_resource_group                               | 0                                                |
  78. | Com_drop_role                                         | 0                                                |
  79. | Com_drop_server                                       | 0                                                |
  80. | Com_drop_spatial_reference_system                     | 0                                                |
  81. | Com_drop_table                                        | 7                                                |
  82. | Com_drop_trigger                                      | 0                                                |
  83. | Com_drop_user                                         | 0                                                |
  84. | Com_drop_view                                         | 0                                                |
  85. | Com_empty_query                                       | 0                                                |
  86. | Com_execute_sql                                       | 0                                                |
  87. | Com_explain_other                                     | 0                                                |
  88. | Com_flush                                             | 1                                                |
  89. | Com_get_diagnostics                                   | 0                                                |
  90. | Com_grant                                             | 0                                                |
  91. | Com_grant_roles                                       | 0                                                |
  92. | Com_ha_close                                          | 0                                                |
  93. | Com_ha_open                                           | 0                                                |
  94. | Com_ha_read                                           | 0                                                |
  95. | Com_help                                              | 0                                                |
  96. | Com_import                                            | 0                                                |
  97. | Com_insert                                            | 36129                                            |
  98. | Com_insert_select                                     | 0                                                |
  99. | Com_install_component                                 | 0                                                |
  100. | Com_install_plugin                                    | 0                                                |
  101. | Com_kill                                              | 0                                                |
  102. | Com_load                                              | 0                                                |
  103. | Com_lock_instance                                     | 0                                                |
  104. | Com_lock_tables                                       | 0                                                |
  105. | Com_optimize                                          | 5                                                |
  106. | Com_preload_keys                                      | 0                                                |
  107. | Com_prepare_sql                                       | 0                                                |
  108. | Com_purge                                             | 0                                                |
  109. | Com_purge_before_date                                 | 0                                                |
  110. | Com_release_savepoint                                 | 0                                                |
  111. | Com_rename_table                                      | 0                                                |
  112. | Com_rename_user                                       | 0                                                |
  113. | Com_repair                                            | 0                                                |
  114. | Com_replace                                           | 0                                                |
  115. | Com_replace_select                                    | 0                                                |
  116. | Com_reset                                             | 0                                                |
  117. | Com_resignal                                          | 0                                                |
  118. | Com_restart                                           | 0                                                |
  119. | Com_revoke                                            | 0                                                |
  120. | Com_revoke_all                                        | 0                                                |
  121. | Com_revoke_roles                                      | 0                                                |
  122. | Com_rollback                                          | 0                                                |
  123. | Com_rollback_to_savepoint                             | 0                                                |
  124. | Com_savepoint                                         | 0                                                |
  125. | Com_select                                            | 171716                                           |
  126. | Com_set_option                                        | 8461                                             |
  127. | Com_set_password                                      | 0                                                |
  128. | Com_set_resource_group                                | 0                                                |
  129. | Com_set_role                                          | 0                                                |
  130. | Com_signal                                            | 0                                                |
  131. | Com_show_binlog_events                                | 0                                                |
  132. | Com_show_binlogs                                      | 0                                                |
  133. | Com_show_charsets                                     | 0                                                |
  134. | Com_show_collations                                   | 4189                                             |
  135. | Com_show_create_db                                    | 0                                                |
  136. | Com_show_create_event                                 | 0                                                |
  137. | Com_show_create_func                                  | 0                                                |
  138. | Com_show_create_proc                                  | 4                                                |
  139. | Com_show_create_table                                 | 0                                                |
  140. | Com_show_create_trigger                               | 0                                                |
  141. | Com_show_databases                                    | 5                                                |
  142. | Com_show_engine_logs                                  | 0                                                |
  143. | Com_show_engine_mutex                                 | 0                                                |
  144. | Com_show_engine_status                                | 0                                                |
  145. | Com_show_events                                       | 0                                                |
  146. | Com_show_errors                                       | 0                                                |
  147. | Com_show_fields                                       | 0                                                |
  148. | Com_show_function_code                                | 0                                                |
  149. | Com_show_function_status                              | 0                                                |
  150. | Com_show_grants                                       | 0                                                |
  151. | Com_show_keys                                         | 0                                                |
  152. | Com_show_master_status                                | 0                                                |
  153. | Com_show_open_tables                                  | 0                                                |
  154. | Com_show_plugins                                      | 0                                                |
  155. | Com_show_privileges                                   | 0                                                |
  156. | Com_show_procedure_code                               | 0                                                |
  157. | Com_show_procedure_status                             | 0                                                |
  158. | Com_show_processlist                                  | 0                                                |
  159. | Com_show_profile                                      | 0                                                |
  160. | Com_show_profiles                                     | 0                                                |
  161. | Com_show_relaylog_events                              | 0                                                |
  162. | Com_show_replicas                                     | 0                                                |
  163. | Com_show_slave_hosts                                  | 0                                                |
  164. | Com_show_replica_status                               | 0                                                |
  165. | Com_show_slave_status                                 | 0                                                |
  166. | Com_show_status                                       | 4                                                |
  167. | Com_show_storage_engines                              | 0                                                |
  168. | Com_show_table_status                                 | 0                                                |
  169. | Com_show_tables                                       | 0                                                |
  170. | Com_show_triggers                                     | 0                                                |
  171. | Com_show_variables                                    | 1607                                             |
  172. | Com_show_warnings                                     | 2                                                |
  173. | Com_show_create_user                                  | 0                                                |
  174. | Com_shutdown                                          | 0                                                |
  175. | Com_replica_start                                     | 0                                                |
  176. | Com_slave_start                                       | 0                                                |
  177. | Com_replica_stop                                      | 0                                                |
  178. | Com_slave_stop                                        | 0                                                |
  179. | Com_group_replication_start                           | 0                                                |
  180. | Com_group_replication_stop                            | 0                                                |
  181. | Com_stmt_execute                                      | 0                                                |
  182. | Com_stmt_close                                        | 0                                                |
  183. | Com_stmt_fetch                                        | 0                                                |
  184. | Com_stmt_prepare                                      | 0                                                |
  185. | Com_stmt_reset                                        | 0                                                |
  186. | Com_stmt_send_long_data                               | 0                                                |
  187. | Com_truncate                                          | 0                                                |
  188. | Com_uninstall_component                               | 0                                                |
  189. | Com_uninstall_plugin                                  | 0                                                |
  190. | Com_unlock_instance                                   | 0                                                |
  191. | Com_unlock_tables                                     | 0                                                |
  192. | Com_update                                            | 255438                                           |
  193. | Com_update_multi                                      | 0                                                |
  194. | Com_xa_commit                                         | 0                                                |
  195. | Com_xa_end                                            | 0                                                |
  196. | Com_xa_prepare                                        | 0                                                |
  197. | Com_xa_recover                                        | 0                                                |
  198. | Com_xa_rollback                                       | 0                                                |
  199. | Com_xa_start                                          | 0                                                |
  200. | Com_stmt_reprepare                                    | 0                                                |
  201. | Connection_errors_accept                              | 0                                                |
  202. | Connection_errors_internal                            | 0                                                |
  203. | Connection_errors_max_connections                     | 0                                                |
  204. | Connection_errors_peer_address                        | 0                                                |
  205. | Connection_errors_select                              | 0                                                |
  206. | Connection_errors_tcpwrap                             | 0                                                |
  207. | Connections                                           | 4243                                             |
  208. | Created_tmp_disk_tables                               | 0                                                |
  209. | Created_tmp_files                                     | 6                                                |
  210. | Created_tmp_tables                                    | 5828                                             |
  211. | Current_tls_ca                                        | ca.pem                                           |
  212. | Current_tls_capath                                    |                                                  |
  213. | Current_tls_cert                                      | server-cert.pem                                  |
  214. | Current_tls_cipher                                    |                                                  |
  215. | Current_tls_ciphersuites                              |                                                  |
  216. | Current_tls_crl                                       |                                                  |
  217. | Current_tls_crlpath                                   |                                                  |
  218. | Current_tls_key                                       | server-key.pem                                   |
  219. | Current_tls_version                                   | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3                    |
  220. | Delayed_errors                                        | 0                                                |
  221. | Delayed_insert_threads                                | 0                                                |
  222. | Delayed_writes                                        | 0                                                |
  223. | Error_log_buffered_bytes                              | 190632                                           |
  224. | Error_log_buffered_events                             | 976                                              |
  225. | Error_log_expired_events                              | 0                                                |
  226. | Error_log_latest_write                                | 1619186917346423                                 |
  227. | Flush_commands                                        | 3                                                |
  228. | Handler_commit                                        | 1775955                                          |
  229. | Handler_delete                                        | 4818                                             |
  230. | Handler_discover                                      | 0                                                |
  231. | Handler_external_lock                                 | 1956431                                          |
  232. | Handler_mrr_init                                      | 0                                                |
  233. | Handler_prepare                                       | 1112840                                          |
  234. | Handler_read_first                                    | 8751                                             |
  235. | Handler_read_key                                      | 2297449                                          |
  236. | Handler_read_last                                     | 0                                                |
  237. | Handler_read_next                                     | 13117203                                         |
  238. | Handler_read_prev                                     | 0                                                |
  239. | Handler_read_rnd                                      | 317189                                           |
  240. | Handler_read_rnd_next                                 | 33103536                                         |
  241. | Handler_rollback                                      | 1                                                |
  242. | Handler_savepoint                                     | 0                                                |
  243. | Handler_savepoint_rollback                            | 0                                                |
  244. | Handler_update                                        | 519454                                           |
  245. | Handler_write                                         | 46481161                                         |
  246. | Innodb_buffer_pool_dump_status                        | Dumping of buffer pool not started               |
  247. | Innodb_buffer_pool_load_status                        | Buffer pool(s) load completed at 210423 14:48:00 |
  248. | Innodb_buffer_pool_resize_status                      |                                                  |
  249. | Innodb_buffer_pool_pages_data                         | 554030                                           |
  250. | Innodb_buffer_pool_bytes_data                         | 9077227520                                       |
  251. | Innodb_buffer_pool_pages_dirty                        | 16                                               |
  252. | Innodb_buffer_pool_bytes_dirty                        | 262144                                           |
  253. | Innodb_buffer_pool_pages_flushed                      | 3093797                                          |
  254. | Innodb_buffer_pool_pages_free                         | 35575                                            |
  255. | Innodb_buffer_pool_pages_misc                         | 219                                              |
  256. | Innodb_buffer_pool_pages_total                        | 589824                                           |
  257. | Innodb_buffer_pool_read_ahead_rnd                     | 0                                                |
  258. | Innodb_buffer_pool_read_ahead                         | 146938                                           |
  259. | Innodb_buffer_pool_read_ahead_evicted                 | 0                                                |
  260. | Innodb_buffer_pool_read_requests                      | 215419387                                        |
  261. | Innodb_buffer_pool_reads                              | 36377                                            |
  262. | Innodb_buffer_pool_wait_free                          | 0                                                |
  263. | Innodb_buffer_pool_write_requests                     | 100213453                                        |
  264. | Innodb_data_fsyncs                                    | 2081533                                          |
  265. | Innodb_data_pending_fsyncs                            | 0                                                |
  266. | Innodb_data_pending_reads                             | 0                                                |
  267. | Innodb_data_pending_writes                            | 0                                                |
  268. | Innodb_data_read                                      | 3003634688                                       |
  269. | Innodb_data_reads                                     | 183411                                           |
  270. | Innodb_data_writes                                    | 11027496                                         |
  271. | Innodb_data_written                                   | 66822321664                                      |
  272. | Innodb_dblwr_pages_written                            | 3093656                                          |
  273. | Innodb_dblwr_writes                                   | 3093656                                          |
  274. | Innodb_log_waits                                      | 0                                                |
  275. | Innodb_log_write_requests                             | 93183297                                         |
  276. | Innodb_log_writes                                     | 4359486                                          |
  277. | Innodb_os_log_fsyncs                                  | 2078108                                          |
  278. | Innodb_os_log_pending_fsyncs                          | 0                                                |
  279. | Innodb_os_log_pending_writes                          | 0                                                |
  280. | Innodb_os_log_written                                 | 9768110080                                       |
  281. | Innodb_page_size                                      | 16384                                            |
  282. | Innodb_pages_created                                  | 648890                                           |
  283. | Innodb_pages_read                                     | 183322                                           |
  284. | Innodb_pages_written                                  | 3315665                                          |
  285. | Innodb_redo_log_enabled                               | ON                                               |
  286. | Innodb_row_lock_current_waits                         | 0                                                |
  287. | Innodb_row_lock_time                                  | 0                                                |
  288. | Innodb_row_lock_time_avg                              | 0                                                |
  289. | Innodb_row_lock_time_max                              | 0                                                |
  290. | Innodb_row_lock_waits                                 | 0                                                |
  291. | Innodb_rows_deleted                                   | 4458                                             |
  292. | Innodb_rows_inserted                                  | 44314559                                         |
  293. | Innodb_rows_read                                      | 42011453                                         |
  294. | Innodb_rows_updated                                   | 258596                                           |
  295. | Innodb_system_rows_deleted                            | 221280                                           |
  296. | Innodb_system_rows_inserted                           | 221272                                           |
  297. | Innodb_system_rows_read                               | 2035872                                          |
  298. | Innodb_system_rows_updated                            | 265286                                           |
  299. | Innodb_sampled_pages_read                             | 0                                                |
  300. | Innodb_sampled_pages_skipped                          | 0                                                |
  301. | Innodb_num_open_files                                 | 50                                               |
  302. | Innodb_truncated_status_writes                        | 0                                                |
  303. | Innodb_undo_tablespaces_total                         | 2                                                |
  304. | Innodb_undo_tablespaces_implicit                      | 2                                                |
  305. | Innodb_undo_tablespaces_explicit                      | 0                                                |
  306. | Innodb_undo_tablespaces_active                        | 2                                                |
  307. | Key_blocks_not_flushed                                | 0                                                |
  308. | Key_blocks_unused                                     | 6698                                             |
  309. | Key_blocks_used                                       | 0                                                |
  310. | Key_read_requests                                     | 0                                                |
  311. | Key_reads                                             | 0                                                |
  312. | Key_write_requests                                    | 0                                                |
  313. | Key_writes                                            | 0                                                |
  314. | Locked_connects                                       | 0                                                |
  315. | Max_execution_time_exceeded                           | 0                                                |
  316. | Max_execution_time_set                                | 0                                                |
  317. | Max_execution_time_set_failed                         | 0                                                |
  318. | Max_used_connections                                  | 19                                               |
  319. | Max_used_connections_time                             | 2021-04-24 00:05:42                              |
  320. | Mysqlx_aborted_clients                                | 0                                                |
  321. | Mysqlx_address                                        | ::                                               |
  322. | Mysqlx_bytes_received                                 | 1160                                             |
  323. | Mysqlx_bytes_received_compressed_payload              | 0                                                |
  324. | Mysqlx_bytes_received_uncompressed_frame              | 0                                                |
  325. | Mysqlx_bytes_sent                                     | 8261                                             |
  326. | Mysqlx_bytes_sent_compressed_payload                  | 7412                                             |
  327. | Mysqlx_bytes_sent_uncompressed_frame                  | 36814                                            |
  328. | Mysqlx_compression_algorithm                          | DEFLATE_STREAM                                   |
  329. | Mysqlx_compression_level                              | 3                                                |
  330. | Mysqlx_connection_accept_errors                       | 0                                                |
  331. | Mysqlx_connection_errors                              | 0                                                |
  332. | Mysqlx_connections_accepted                           | 1                                                |
  333. | Mysqlx_connections_closed                             | 0                                                |
  334. | Mysqlx_connections_rejected                           | 0                                                |
  335. | Mysqlx_crud_create_view                               | 0                                                |
  336. | Mysqlx_crud_delete                                    | 0                                                |
  337. | Mysqlx_crud_drop_view                                 | 0                                                |
  338. | Mysqlx_crud_find                                      | 0                                                |
  339. | Mysqlx_crud_insert                                    | 0                                                |
  340. | Mysqlx_crud_modify_view                               | 0                                                |
  341. | Mysqlx_crud_update                                    | 0                                                |
  342. | Mysqlx_cursor_close                                   | 0                                                |
  343. | Mysqlx_cursor_fetch                                   | 0                                                |
  344. | Mysqlx_cursor_open                                    | 0                                                |
  345. | Mysqlx_errors_sent                                    | 0                                                |
  346. | Mysqlx_errors_unknown_message_type                    | 0                                                |
  347. | Mysqlx_expect_close                                   | 0                                                |
  348. | Mysqlx_expect_open                                    | 0                                                |
  349. | Mysqlx_init_error                                     | 0                                                |
  350. | Mysqlx_messages_sent                                  | 1022                                             |
  351. | Mysqlx_notice_global_sent                             | 1                                                |
  352. | Mysqlx_notice_other_sent                              | 11                                               |
  353. | Mysqlx_notice_warning_sent                            | 0                                                |
  354. | Mysqlx_notified_by_group_replication                  | 17                                               |
  355. | Mysqlx_port                                           | 33060                                            |
  356. | Mysqlx_prep_deallocate                                | 0                                                |
  357. | Mysqlx_prep_execute                                   | 0                                                |
  358. | Mysqlx_prep_prepare                                   | 0                                                |
  359. | Mysqlx_rows_sent                                      | 966                                              |
  360. | Mysqlx_sessions                                       | 1                                                |
  361. | Mysqlx_sessions_accepted                              | 1                                                |
  362. | Mysqlx_sessions_closed                                | 0                                                |
  363. | Mysqlx_sessions_fatal_error                           | 0                                                |
  364. | Mysqlx_sessions_killed                                | 0                                                |
  365. | Mysqlx_sessions_rejected                              | 0                                                |
  366. | Mysqlx_socket                                         | /var/run/mysqld/mysqlx.sock                      |
  367. | Mysqlx_ssl_accepts                                    | 1                                                |
  368. | Mysqlx_ssl_active                                     | ON                                               |
  369. | Mysqlx_ssl_cipher                                     | TLS_AES_256_GCM_SHA384                           |
  370. | Mysqlx_ssl_ctx_verify_depth                           | 18446744073709551615                             |
  371. | Mysqlx_ssl_ctx_verify_mode                            | 5                                                |
  372. | Mysqlx_ssl_finished_accepts                           | 1                                                |
  373. | Mysqlx_ssl_server_not_after                           | Jan 13 14:51:25 2029 GMT                         |
  374. | Mysqlx_ssl_server_not_before                          | Jan 16 14:51:25 2019 GMT                         |
  375. | Mysqlx_ssl_verify_depth                               | 18446744073709551615                             |
  376. | Mysqlx_ssl_verify_mode                                | 5                                                |
  377. | Mysqlx_ssl_version                                    | TLSv1.3                                          |
  378. | Mysqlx_stmt_create_collection                         | 0                                                |
  379. | Mysqlx_stmt_create_collection_index                   | 0                                                |
  380. | Mysqlx_stmt_disable_notices                           | 0                                                |
  381. | Mysqlx_stmt_drop_collection                           | 0                                                |
  382. | Mysqlx_stmt_drop_collection_index                     | 0                                                |
  383. | Mysqlx_stmt_enable_notices                            | 0                                                |
  384. | Mysqlx_stmt_ensure_collection                         | 0                                                |
  385. | Mysqlx_stmt_execute_mysqlx                            | 0                                                |
  386. | Mysqlx_stmt_execute_sql                               | 11                                               |
  387. | Mysqlx_stmt_execute_xplugin                           | 0                                                |
  388. | Mysqlx_stmt_get_collection_options                    | 0                                                |
  389. | Mysqlx_stmt_kill_client                               | 0                                                |
  390. | Mysqlx_stmt_list_clients                              | 0                                                |
  391. | Mysqlx_stmt_list_notices                              | 0                                                |
  392. | Mysqlx_stmt_list_objects                              | 0                                                |
  393. | Mysqlx_stmt_modify_collection_options                 | 0                                                |
  394. | Mysqlx_stmt_ping                                      | 0                                                |
  395. | Mysqlx_worker_threads                                 | 2                                                |
  396. | Mysqlx_worker_threads_active                          | 1                                                |
  397. | Not_flushed_delayed_rows                              | 0                                                |
  398. | Ongoing_anonymous_transaction_count                   | 0                                                |
  399. | Open_files                                            | 9                                                |
  400. | Open_streams                                          | 0                                                |
  401. | Open_table_definitions                                | 101                                              |
  402. | Open_tables                                           | 655                                              |
  403. | Opened_files                                          | 9                                                |
  404. | Opened_table_definitions                              | 177                                              |
  405. | Opened_tables                                         | 753                                              |
  406. | Performance_schema_accounts_lost                      | 0                                                |
  407. | Performance_schema_cond_classes_lost                  | 0                                                |
  408. | Performance_schema_cond_instances_lost                | 0                                                |
  409. | Performance_schema_digest_lost                        | 0                                                |
  410. | Performance_schema_file_classes_lost                  | 0                                                |
  411. | Performance_schema_file_handles_lost                  | 0                                                |
  412. | Performance_schema_file_instances_lost                | 0                                                |
  413. | Performance_schema_hosts_lost                         | 0                                                |
  414. | Performance_schema_index_stat_lost                    | 0                                                |
  415. | Performance_schema_locker_lost                        | 0                                                |
  416. | Performance_schema_memory_classes_lost                | 0                                                |
  417. | Performance_schema_metadata_lock_lost                 | 0                                                |
  418. | Performance_schema_mutex_classes_lost                 | 0                                                |
  419. | Performance_schema_mutex_instances_lost               | 0                                                |
  420. | Performance_schema_nested_statement_lost              | 0                                                |
  421. | Performance_schema_prepared_statements_lost           | 0                                                |
  422. | Performance_schema_program_lost                       | 0                                                |
  423. | Performance_schema_rwlock_classes_lost                | 0                                                |
  424. | Performance_schema_rwlock_instances_lost              | 0                                                |
  425. | Performance_schema_session_connect_attrs_longest_seen | 244                                              |
  426. | Performance_schema_session_connect_attrs_lost         | 0                                                |
  427. | Performance_schema_socket_classes_lost                | 0                                                |
  428. | Performance_schema_socket_instances_lost              | 0                                                |
  429. | Performance_schema_stage_classes_lost                 | 0                                                |
  430. | Performance_schema_statement_classes_lost             | 0                                                |
  431. | Performance_schema_table_handles_lost                 | 0                                                |
  432. | Performance_schema_table_instances_lost               | 0                                                |
  433. | Performance_schema_table_lock_stat_lost               | 0                                                |
  434. | Performance_schema_thread_classes_lost                | 0                                                |
  435. | Performance_schema_thread_instances_lost              | 0                                                |
  436. | Performance_schema_users_lost                         | 0                                                |
  437. | Prepared_stmt_count                                   | 0                                                |
  438. | Queries                                               | 1378145                                          |
  439. | Questions                                             | 506701                                           |
  440. | Secondary_engine_execution_count                      | 0                                                |
  441. | Select_full_join                                      | 8                                                |
  442. | Select_full_range_join                                | 0                                                |
  443. | Select_range                                          | 7762                                             |
  444. | Select_range_check                                    | 0                                                |
  445. | Select_scan                                           | 16007                                            |
  446. | Slave_open_temp_tables                                | 0                                                |
  447. | Slow_launch_threads                                   | 0                                                |
  448. | Slow_queries                                          | 0                                                |
  449. | Sort_merge_passes                                     | 0                                                |
  450. | Sort_range                                            | 0                                                |
  451. | Sort_rows                                             | 1139446                                          |
  452. | Sort_scan                                             | 4219                                             |
  453. | Ssl_accept_renegotiates                               | 0                                                |
  454. | Ssl_accepts                                           | 2703                                             |
  455. | Ssl_callback_cache_hits                               | 0                                                |
  456. | Ssl_cipher                                            |                                                  |
  457. | Ssl_cipher_list                                       |                                                  |
  458. | Ssl_client_connects                                   | 0                                                |
  459. | Ssl_connect_renegotiates                              | 0                                                |
  460. | Ssl_ctx_verify_depth                                  | 18446744073709551615                             |
  461. | Ssl_ctx_verify_mode                                   | 5                                                |
  462. | Ssl_default_timeout                                   | 0                                                |
  463. | Ssl_finished_accepts                                  | 2703                                             |
  464. | Ssl_finished_connects                                 | 0                                                |
  465. | Ssl_server_not_after                                  | Jan 13 14:51:25 2029 GMT                         |
  466. | Ssl_server_not_before                                 | Jan 16 14:51:25 2019 GMT                         |
  467. | Ssl_session_cache_hits                                | 916                                              |
  468. | Ssl_session_cache_misses                              | 0                                                |
  469. | Ssl_session_cache_mode                                | SERVER                                           |
  470. | Ssl_session_cache_overflows                           | 0                                                |
  471. | Ssl_session_cache_size                                | 128                                              |
  472. | Ssl_session_cache_timeouts                            | 6                                                |
  473. | Ssl_sessions_reused                                   | 0                                                |
  474. | Ssl_used_session_cache_entries                        | 0                                                |
  475. | Ssl_verify_depth                                      | 0                                                |
  476. | Ssl_verify_mode                                       | 0                                                |
  477. | Ssl_version                                           |                                                  |
  478. | Table_locks_immediate                                 | 1864                                             |
  479. | Table_locks_waited                                    | 0                                                |
  480. | Table_open_cache_hits                                 | 977471                                           |
  481. | Table_open_cache_misses                               | 753                                              |
  482. | Table_open_cache_overflows                            | 0                                                |
  483. | Tc_log_max_pages_used                                 | 0                                                |
  484. | Tc_log_page_size                                      | 0                                                |
  485. | Tc_log_page_waits                                     | 0                                                |
  486. | Threads_cached                                        | 1                                                |
  487. | Threads_connected                                     | 16                                               |
  488. | Threads_created                                       | 471                                              |
  489. | Threads_running                                       | 2                                                |
  490. | Uptime                                                | 237389                                           |
  491. | Uptime_since_flush_status                             | 237389                                           |
  492. | group_replication_primary_member                      | dbaff795-9211-11eb-8b85-005056a25b64             |
  493. +-------------------------------------------------------+--------------------------------------------------+
  494.  
  495.  
  496. # C) SHOW GLOBAL VARIABLES;
  497. SHOW GLOBAL VARIABLES;
  498. +----------------------------------------------------------+----------------------------------------------+
  499. | Variable_name                                            | Value                                        |
  500. +----------------------------------------------------------+----------------------------------------------+
  501. | activate_all_roles_on_login                              | OFF                                          |
  502. | admin_address                                            |                                              |
  503. | admin_port                                               | 33062                                        |
  504. | admin_ssl_ca                                             |                                              |
  505. | admin_ssl_capath                                         |                                              |
  506. | admin_ssl_cert                                           |                                              |
  507. | admin_ssl_cipher                                         |                                              |
  508. | admin_ssl_crl                                            |                                              |
  509. | admin_ssl_crlpath                                        |                                              |
  510. | admin_ssl_key                                            |                                              |
  511. | admin_tls_ciphersuites                                   |                                              |
  512. | admin_tls_version                                        | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3                |
  513. | auto_generate_certs                                      | ON                                           |
  514. | auto_increment_increment                                 | 1                                            |
  515. | auto_increment_offset                                    | 2                                            |
  516. | autocommit                                               | ON                                           |
  517. | automatic_sp_privileges                                  | ON                                           |
  518. | avoid_temporal_upgrade                                   | OFF                                          |
  519. | back_log                                                 | 151                                          |
  520. | basedir                                                  | /usr/                                        |
  521. | big_tables                                               | OFF                                          |
  522. | bind_address                                             | *                                            |
  523. | binlog_cache_size                                        | 32768                                        |
  524. | binlog_checksum                                          | NONE                                         |
  525. | binlog_direct_non_transactional_updates                  | OFF                                          |
  526. | binlog_encryption                                        | OFF                                          |
  527. | binlog_error_action                                      | ABORT_SERVER                                 |
  528. | binlog_expire_logs_seconds                               | 172800                                       |
  529. | binlog_format                                            | ROW                                          |
  530. | binlog_group_commit_sync_delay                           | 0                                            |
  531. | binlog_group_commit_sync_no_delay_count                  | 0                                            |
  532. | binlog_gtid_simple_recovery                              | ON                                           |
  533. | binlog_max_flush_queue_time                              | 0                                            |
  534. | binlog_order_commits                                     | ON                                           |
  535. | binlog_rotate_encryption_master_key_at_startup           | OFF                                          |
  536. | binlog_row_event_max_size                                | 8192                                         |
  537. | binlog_row_image                                         | FULL                                         |
  538. | binlog_row_metadata                                      | MINIMAL                                      |
  539. | binlog_row_value_options                                 |                                              |
  540. | binlog_rows_query_log_events                             | OFF                                          |
  541. | binlog_stmt_cache_size                                   | 32768                                        |
  542. | binlog_transaction_compression                           | OFF                                          |
  543. | binlog_transaction_compression_level_zstd                | 3                                            |
  544. | binlog_transaction_dependency_history_size               | 25000                                        |
  545. | binlog_transaction_dependency_tracking                   | WRITESET                                     |
  546. | block_encryption_mode                                    | aes-128-ecb                                  |
  547. | bulk_insert_buffer_size                                  | 8388608                                      |
  548. | caching_sha2_password_auto_generate_rsa_keys             | ON                                           |
  549. | caching_sha2_password_digest_rounds                      | 5000                                         |
  550. | caching_sha2_password_private_key_path                   | private_key.pem                              |
  551. | caching_sha2_password_public_key_path                    | public_key.pem                               |
  552. | character_set_client                                     | utf8mb4                                      |
  553. | character_set_connection                                 | utf8mb4                                      |
  554. | character_set_database                                   | utf8mb4                                      |
  555. | character_set_filesystem                                 | binary                                       |
  556. | character_set_results                                    | utf8mb4                                      |
  557. | character_set_server                                     | utf8mb4                                      |
  558. | character_set_system                                     | utf8mb3                                      |
  559. | character_sets_dir                                       | /usr/share/mysql-8.0/charsets/               |
  560. | check_proxy_users                                        | OFF                                          |
  561. | collation_connection                                     | utf8mb4_0900_ai_ci                           |
  562. | collation_database                                       | utf8mb4_0900_ai_ci                           |
  563. | collation_server                                         | utf8mb4_0900_ai_ci                           |
  564. | completion_type                                          | NO_CHAIN                                     |
  565. | concurrent_insert                                        | AUTO                                         |
  566. | connect_timeout                                          | 10                                           |
  567. | core_file                                                | OFF                                          |
  568. | create_admin_listener_thread                             | OFF                                          |
  569. | cte_max_recursion_depth                                  | 1000                                         |
  570. | datadir                                                  | /var/lib/mysql/                              |
  571. | default_authentication_plugin                            | caching_sha2_password                        |
  572. | default_collation_for_utf8mb4                            | utf8mb4_0900_ai_ci                           |
  573. | default_password_lifetime                                | 0                                            |
  574. | default_storage_engine                                   | InnoDB                                       |
  575. | default_table_encryption                                 | OFF                                          |
  576. | default_tmp_storage_engine                               | InnoDB                                       |
  577. | default_week_format                                      | 0                                            |
  578. | delay_key_write                                          | ON                                           |
  579. | delayed_insert_limit                                     | 100                                          |
  580. | delayed_insert_timeout                                   | 300                                          |
  581. | delayed_queue_size                                       | 1000                                         |
  582. | disabled_storage_engines                                 |                                              |
  583. | disconnect_on_expired_password                           | ON                                           |
  584. | div_precision_increment                                  | 4                                            |
  585. | end_markers_in_json                                      | OFF                                          |
  586. | enforce_gtid_consistency                                 | ON                                           |
  587. | eq_range_index_dive_limit                                | 200                                          |
  588. | event_scheduler                                          | ON                                           |
  589. | expire_logs_days                                         | 0                                            |
  590. | explicit_defaults_for_timestamp                          | ON                                           |
  591. | flush                                                    | OFF                                          |
  592. | flush_time                                               | 0                                            |
  593. | foreign_key_checks                                       | ON                                           |
  594. | ft_boolean_syntax                                        | + -><()~*:""&|                               |
  595. | ft_max_word_len                                          | 84                                           |
  596. | ft_min_word_len                                          | 4                                            |
  597. | ft_query_expansion_limit                                 | 20                                           |
  598. | ft_stopword_file                                         | (built-in)                                   |
  599. | general_log                                              | OFF                                          |
  600. | general_log_file                                         | /var/lib/mysql/messitdb04lab.log             |
  601. | generated_random_password_length                         | 20                                           |
  602. | group_concat_max_len                                     | 1024                                         |
  603. | group_replication_advertise_recovery_endpoints           | DEFAULT                                      |
  604. | group_replication_allow_local_lower_version_join         | OFF                                          |
  605. | group_replication_auto_increment_increment               | 7                                            |
  606. | group_replication_autorejoin_tries                       | 3                                            |
  607. | group_replication_bootstrap_group                        | OFF                                          |
  608. | group_replication_clone_threshold                        | 9223372036854775807                          |
  609. | group_replication_communication_debug_options            | GCS_DEBUG_NONE                               |
  610. | group_replication_communication_max_message_size         | 10485760                                     |
  611. | group_replication_components_stop_timeout                | 31536000                                     |
  612. | group_replication_compression_threshold                  | 1000000                                      |
  613. | group_replication_consistency                            | EVENTUAL                                     |
  614. | group_replication_enforce_update_everywhere_checks       | OFF                                          |
  615. | group_replication_exit_state_action                      | READ_ONLY                                    |
  616. | group_replication_flow_control_applier_threshold         | 25000                                        |
  617. | group_replication_flow_control_certifier_threshold       | 25000                                        |
  618. | group_replication_flow_control_hold_percent              | 10                                           |
  619. | group_replication_flow_control_max_quota                 | 0                                            |
  620. | group_replication_flow_control_member_quota_percent      | 0                                            |
  621. | group_replication_flow_control_min_quota                 | 0                                            |
  622. | group_replication_flow_control_min_recovery_quota        | 0                                            |
  623. | group_replication_flow_control_mode                      | QUOTA                                        |
  624. | group_replication_flow_control_period                    | 1                                            |
  625. | group_replication_flow_control_release_percent           | 50                                           |
  626. | group_replication_force_members                          |                                              |
  627. | group_replication_group_name                             | abaeee56-de9b-11e8-b0c7-005056a25b64         |
  628. | group_replication_group_seeds                            | messitdb03lab:33061                          |
  629. | group_replication_gtid_assignment_block_size             | 1000000                                      |
  630. | group_replication_ip_allowlist                           | AUTOMATIC                                    |
  631. | group_replication_ip_whitelist                           | AUTOMATIC                                    |
  632. | group_replication_local_address                          | messitdb04lab:33061                          |
  633. | group_replication_member_expel_timeout                   | 30                                           |
  634. | group_replication_member_weight                          | 25                                           |
  635. | group_replication_message_cache_size                     | 1073741824                                   |
  636. | group_replication_poll_spin_loops                        | 0                                            |
  637. | group_replication_recovery_complete_at                   | TRANSACTIONS_APPLIED                         |
  638. | group_replication_recovery_compression_algorithms        | uncompressed                                 |
  639. | group_replication_recovery_get_public_key                | OFF                                          |
  640. | group_replication_recovery_public_key_path               |                                              |
  641. | group_replication_recovery_reconnect_interval            | 60                                           |
  642. | group_replication_recovery_retry_count                   | 10                                           |
  643. | group_replication_recovery_ssl_ca                        |                                              |
  644. | group_replication_recovery_ssl_capath                    |                                              |
  645. | group_replication_recovery_ssl_cert                      |                                              |
  646. | group_replication_recovery_ssl_cipher                    |                                              |
  647. | group_replication_recovery_ssl_crl                       |                                              |
  648. | group_replication_recovery_ssl_crlpath                   |                                              |
  649. | group_replication_recovery_ssl_key                       |                                              |
  650. | group_replication_recovery_ssl_verify_server_cert        | OFF                                          |
  651. | group_replication_recovery_tls_ciphersuites              |                                              |
  652. | group_replication_recovery_tls_version                   | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3                |
  653. | group_replication_recovery_use_ssl                       | ON                                           |
  654. | group_replication_recovery_zstd_compression_level        | 3                                            |
  655. | group_replication_single_primary_mode                    | ON                                           |
  656. | group_replication_ssl_mode                               | REQUIRED                                     |
  657. | group_replication_start_on_boot                          | ON                                           |
  658. | group_replication_tls_source                             | MYSQL_MAIN                                   |
  659. | group_replication_transaction_size_limit                 | 150000000                                    |
  660. | group_replication_unreachable_majority_timeout           | 0                                            |
  661. | gtid_executed                                            | 7736b8e2-de86-11e8-b0c7-005056a25b64:1-23,
  662. a8ac1b55-ddeb-11e8-9950-005056a21411:1-2375,
  663. abaeee56-de9b-11e8-b0c7-005056a25b64:1-55071588:55845619-56106809:56845619-56847996,
  664. ada2e2b8-6b8a-11e6-901e-005056995595:1-14477,
  665. bd1e2735-de85-11e8-b0c7-005056a25b64:1-16 |
  666. | gtid_executed_compression_period                         | 0                                            |
  667. | gtid_mode                                                | ON                                           |
  668. | gtid_owned                                               |                                              |
  669. | gtid_purged                                              | 7736b8e2-de86-11e8-b0c7-005056a25b64:1-23,
  670. a8ac1b55-ddeb-11e8-9950-005056a21411:1-2375,
  671. abaeee56-de9b-11e8-b0c7-005056a25b64:1-49985924:50906970-51083103,
  672. ada2e2b8-6b8a-11e6-901e-005056995595:1-14477,
  673. bd1e2735-de85-11e8-b0c7-005056a25b64:1-16 |
  674. | have_compress                                            | YES                                          |
  675. | have_dynamic_loading                                     | YES                                          |
  676. | have_geometry                                            | YES                                          |
  677. | have_openssl                                             | YES                                          |
  678. | have_profiling                                           | YES                                          |
  679. | have_query_cache                                         | NO                                           |
  680. | have_rtree_keys                                          | YES                                          |
  681. | have_ssl                                                 | YES                                          |
  682. | have_statement_timeout                                   | YES                                          |
  683. | have_symlink                                             | DISABLED                                     |
  684. | histogram_generation_max_mem_size                        | 20000000                                     |
  685. | host_cache_size                                          | 279                                          |
  686. | hostname                                                 | messitdb04lab                                |
  687. | information_schema_stats_expiry                          | 86400                                        |
  688. | init_connect                                             |                                              |
  689. | init_file                                                |                                              |
  690. | init_slave                                               |                                              |
  691. | innodb_adaptive_flushing                                 | ON                                           |
  692. | innodb_adaptive_flushing_lwm                             | 10                                           |
  693. | innodb_adaptive_hash_index                               | ON                                           |
  694. | innodb_adaptive_hash_index_parts                         | 8                                            |
  695. | innodb_adaptive_max_sleep_delay                          | 150000                                       |
  696. | innodb_api_bk_commit_interval                            | 5                                            |
  697. | innodb_api_disable_rowlock                               | OFF                                          |
  698. | innodb_api_enable_binlog                                 | OFF                                          |
  699. | innodb_api_enable_mdl                                    | OFF                                          |
  700. | innodb_api_trx_level                                     | 0                                            |
  701. | innodb_autoextend_increment                              | 64                                           |
  702. | innodb_autoinc_lock_mode                                 | 2                                            |
  703. | innodb_buffer_pool_chunk_size                            | 134217728                                    |
  704. | innodb_buffer_pool_dump_at_shutdown                      | ON                                           |
  705. | innodb_buffer_pool_dump_now                              | OFF                                          |
  706. | innodb_buffer_pool_dump_pct                              | 25                                           |
  707. | innodb_buffer_pool_filename                              | ib_buffer_pool                               |
  708. | innodb_buffer_pool_in_core_file                          | ON                                           |
  709. | innodb_buffer_pool_instances                             | 8                                            |
  710. | innodb_buffer_pool_load_abort                            | OFF                                          |
  711. | innodb_buffer_pool_load_at_startup                       | ON                                           |
  712. | innodb_buffer_pool_load_now                              | OFF                                          |
  713. | innodb_buffer_pool_size                                  | 9663676416                                   |
  714. | innodb_change_buffer_max_size                            | 25                                           |
  715. | innodb_change_buffering                                  | all                                          |
  716. | innodb_checksum_algorithm                                | crc32                                        |
  717. | innodb_cmp_per_index_enabled                             | OFF                                          |
  718. | innodb_commit_concurrency                                | 0                                            |
  719. | innodb_compression_failure_threshold_pct                 | 5                                            |
  720. | innodb_compression_level                                 | 6                                            |
  721. | innodb_compression_pad_pct_max                           | 50                                           |
  722. | innodb_concurrency_tickets                               | 5000                                         |
  723. | innodb_data_file_path                                    | ibdata1:12M:autoextend                       |
  724. | innodb_data_home_dir                                     |                                              |
  725. | innodb_deadlock_detect                                   | ON                                           |
  726. | innodb_dedicated_server                                  | ON                                           |
  727. | innodb_default_row_format                                | dynamic                                      |
  728. | innodb_directories                                       |                                              |
  729. | innodb_disable_sort_file_cache                           | OFF                                          |
  730. | innodb_doublewrite                                       | ON                                           |
  731. | innodb_doublewrite_batch_size                            | 0                                            |
  732. | innodb_doublewrite_dir                                   |                                              |
  733. | innodb_doublewrite_files                                 | 2                                            |
  734. | innodb_doublewrite_pages                                 | 1                                            |
  735. | innodb_extend_and_initialize                             | ON                                           |
  736. | innodb_fast_shutdown                                     | 1                                            |
  737. | innodb_file_per_table                                    | ON                                           |
  738. | innodb_fill_factor                                       | 100                                          |
  739. | innodb_flush_log_at_timeout                              | 1                                            |
  740. | innodb_flush_log_at_trx_commit                           | 1                                            |
  741. | innodb_flush_method                                      | O_DIRECT_NO_FSYNC                            |
  742. | innodb_flush_neighbors                                   | 0                                            |
  743. | innodb_flush_sync                                        | ON                                           |
  744. | innodb_flushing_avg_loops                                | 30                                           |
  745. | innodb_force_load_corrupted                              | OFF                                          |
  746. | innodb_force_recovery                                    | 0                                            |
  747. | innodb_fsync_threshold                                   | 0                                            |
  748. | innodb_ft_aux_table                                      |                                              |
  749. | innodb_ft_cache_size                                     | 8000000                                      |
  750. | innodb_ft_enable_diag_print                              | OFF                                          |
  751. | innodb_ft_enable_stopword                                | ON                                           |
  752. | innodb_ft_max_token_size                                 | 84                                           |
  753. | innodb_ft_min_token_size                                 | 3                                            |
  754. | innodb_ft_num_word_optimize                              | 2000                                         |
  755. | innodb_ft_result_cache_limit                             | 2000000000                                   |
  756. | innodb_ft_server_stopword_table                          |                                              |
  757. | innodb_ft_sort_pll_degree                                | 2                                            |
  758. | innodb_ft_total_cache_size                               | 640000000                                    |
  759. | innodb_ft_user_stopword_table                            |                                              |
  760. | innodb_idle_flush_pct                                    | 100                                          |
  761. | innodb_io_capacity                                       | 2000                                         |
  762. | innodb_io_capacity_max                                   | 5000                                         |
  763. | innodb_lock_wait_timeout                                 | 50                                           |
  764. | innodb_log_buffer_size                                   | 16777216                                     |
  765. | innodb_log_checksums                                     | ON                                           |
  766. | innodb_log_compressed_pages                              | ON                                           |
  767. | innodb_log_file_size                                     | 1073741824                                   |
  768. | innodb_log_files_in_group                                | 7                                            |
  769. | innodb_log_group_home_dir                                | ./                                           |
  770. | innodb_log_spin_cpu_abs_lwm                              | 80                                           |
  771. | innodb_log_spin_cpu_pct_hwm                              | 50                                           |
  772. | innodb_log_wait_for_flush_spin_hwm                       | 400                                          |
  773. | innodb_log_write_ahead_size                              | 8192                                         |
  774. | innodb_log_writer_threads                                | ON                                           |
  775. | innodb_lru_scan_depth                                    | 1024                                         |
  776. | innodb_max_dirty_pages_pct                               | 90.000000                                    |
  777. | innodb_max_dirty_pages_pct_lwm                           | 10.000000                                    |
  778. | innodb_max_purge_lag                                     | 0                                            |
  779. | innodb_max_purge_lag_delay                               | 0                                            |
  780. | innodb_max_undo_log_size                                 | 1073741824                                   |
  781. | innodb_monitor_disable                                   |                                              |
  782. | innodb_monitor_enable                                    |                                              |
  783. | innodb_monitor_reset                                     |                                              |
  784. | innodb_monitor_reset_all                                 |                                              |
  785. | innodb_numa_interleave                                   | OFF                                          |
  786. | innodb_old_blocks_pct                                    | 37                                           |
  787. | innodb_old_blocks_time                                   | 1000                                         |
  788. | innodb_online_alter_log_max_size                         | 134217728                                    |
  789. | innodb_open_files                                        | 4000                                         |
  790. | innodb_optimize_fulltext_only                            | OFF                                          |
  791. | innodb_page_cleaners                                     | 1                                            |
  792. | innodb_page_size                                         | 16384                                        |
  793. | innodb_parallel_read_threads                             | 4                                            |
  794. | innodb_print_all_deadlocks                               | OFF                                          |
  795. | innodb_print_ddl_logs                                    | OFF                                          |
  796. | innodb_purge_batch_size                                  | 300                                          |
  797. | innodb_purge_rseg_truncate_frequency                     | 128                                          |
  798. | innodb_purge_threads                                     | 1                                            |
  799. | innodb_random_read_ahead                                 | OFF                                          |
  800. | innodb_read_ahead_threshold                              | 56                                           |
  801. | innodb_read_io_threads                                   | 1                                            |
  802. | innodb_read_only                                         | OFF                                          |
  803. | innodb_redo_log_archive_dirs                             |                                              |
  804. | innodb_redo_log_encrypt                                  | OFF                                          |
  805. | innodb_replication_delay                                 | 0                                            |
  806. | innodb_rollback_on_timeout                               | OFF                                          |
  807. | innodb_rollback_segments                                 | 128                                          |
  808. | innodb_sort_buffer_size                                  | 1048576                                      |
  809. | innodb_spin_wait_delay                                   | 6                                            |
  810. | innodb_spin_wait_pause_multiplier                        | 50                                           |
  811. | innodb_stats_auto_recalc                                 | ON                                           |
  812. | innodb_stats_include_delete_marked                       | OFF                                          |
  813. | innodb_stats_method                                      | nulls_equal                                  |
  814. | innodb_stats_on_metadata                                 | OFF                                          |
  815. | innodb_stats_persistent                                  | ON                                           |
  816. | innodb_stats_persistent_sample_pages                     | 20                                           |
  817. | innodb_stats_transient_sample_pages                      | 8                                            |
  818. | innodb_status_output                                     | OFF                                          |
  819. | innodb_status_output_locks                               | OFF                                          |
  820. | innodb_strict_mode                                       | ON                                           |
  821. | innodb_sync_array_size                                   | 1                                            |
  822. | innodb_sync_spin_loops                                   | 30                                           |
  823. | innodb_table_locks                                       | ON                                           |
  824. | innodb_temp_data_file_path                               | ibtmp1:12M:autoextend                        |
  825. | innodb_temp_tablespaces_dir                              | ./#innodb_temp/                              |
  826. | innodb_thread_concurrency                                | 0                                            |
  827. | innodb_thread_sleep_delay                                | 10000                                        |
  828. | innodb_tmpdir                                            |                                              |
  829. | innodb_undo_directory                                    | ./                                           |
  830. | innodb_undo_log_encrypt                                  | OFF                                          |
  831. | innodb_undo_log_truncate                                 | ON                                           |
  832. | innodb_undo_tablespaces                                  | 2                                            |
  833. | innodb_use_native_aio                                    | ON                                           |
  834. | innodb_validate_tablespace_paths                         | ON                                           |
  835. | innodb_version                                           | 8.0.24                                       |
  836. | innodb_write_io_threads                                  | 1                                            |
  837. | interactive_timeout                                      | 28800                                        |
  838. | internal_tmp_mem_storage_engine                          | TempTable                                    |
  839. | join_buffer_size                                         | 262144                                       |
  840. | keep_files_on_create                                     | OFF                                          |
  841. | key_buffer_size                                          | 8388608                                      |
  842. | key_cache_age_threshold                                  | 300                                          |
  843. | key_cache_block_size                                     | 1024                                         |
  844. | key_cache_division_limit                                 | 100                                          |
  845. | keyring_operations                                       | ON                                           |
  846. | large_files_support                                      | ON                                           |
  847. | large_page_size                                          | 0                                            |
  848. | large_pages                                              | OFF                                          |
  849. | lc_messages                                              | en_US                                        |
  850. | lc_messages_dir                                          | /usr/share/mysql-8.0/                        |
  851. | lc_time_names                                            | en_US                                        |
  852. | license                                                  | GPL                                          |
  853. | local_infile                                             | ON                                           |
  854. | lock_wait_timeout                                        | 31536000                                     |
  855. | locked_in_memory                                         | OFF                                          |
  856. | log_bin                                                  | ON                                           |
  857. | log_bin_basename                                         | /var/lib/mysql/binlog                        |
  858. | log_bin_index                                            | /var/lib/mysql/binlog.index                  |
  859. | log_bin_trust_function_creators                          | OFF                                          |
  860. | log_bin_use_v1_row_events                                | OFF                                          |
  861. | log_error                                                | /var/log/mysql/error.log                     |
  862. | log_error_services                                       | log_filter_internal; log_sink_internal       |
  863. | log_error_suppression_list                               |                                              |
  864. | log_error_verbosity                                      | 2                                            |
  865. | log_output                                               | FILE                                         |
  866. | log_queries_not_using_indexes                            | OFF                                          |
  867. | log_raw                                                  | OFF                                          |
  868. | log_slave_updates                                        | ON                                           |
  869. | log_slow_admin_statements                                | OFF                                          |
  870. | log_slow_extra                                           | OFF                                          |
  871. | log_slow_slave_statements                                | OFF                                          |
  872. | log_statements_unsafe_for_binlog                         | ON                                           |
  873. | log_throttle_queries_not_using_indexes                   | 0                                            |
  874. | log_timestamps                                           | UTC                                          |
  875. | long_query_time                                          | 10.000000                                    |
  876. | low_priority_updates                                     | OFF                                          |
  877. | lower_case_file_system                                   | OFF                                          |
  878. | lower_case_table_names                                   | 0                                            |
  879. | mandatory_roles                                          |                                              |
  880. | master_info_repository                                   | TABLE                                        |
  881. | master_verify_checksum                                   | OFF                                          |
  882. | max_allowed_packet                                       | 67108864                                     |
  883. | max_binlog_cache_size                                    | 18446744073709547520                         |
  884. | max_binlog_size                                          | 1073741824                                   |
  885. | max_binlog_stmt_cache_size                               | 18446744073709547520                         |
  886. | max_connect_errors                                       | 100                                          |
  887. | max_connections                                          | 151                                          |
  888. | max_delayed_threads                                      | 20                                           |
  889. | max_digest_length                                        | 1024                                         |
  890. | max_error_count                                          | 1024                                         |
  891. | max_execution_time                                       | 0                                            |
  892. | max_heap_table_size                                      | 16777216                                     |
  893. | max_insert_delayed_threads                               | 20                                           |
  894. | max_join_size                                            | 18446744073709551615                         |
  895. | max_length_for_sort_data                                 | 4096                                         |
  896. | max_points_in_geometry                                   | 65536                                        |
  897. | max_prepared_stmt_count                                  | 16382                                        |
  898. | max_relay_log_size                                       | 0                                            |
  899. | max_seeks_for_key                                        | 18446744073709551615                         |
  900. | max_sort_length                                          | 1024                                         |
  901. | max_sp_recursion_depth                                   | 0                                            |
  902. | max_user_connections                                     | 0                                            |
  903. | max_write_lock_count                                     | 18446744073709551615                         |
  904. | min_examined_row_limit                                   | 0                                            |
  905. | myisam_data_pointer_size                                 | 6                                            |
  906. | myisam_max_sort_file_size                                | 9223372036853727232                          |
  907. | myisam_mmap_size                                         | 18446744073709551615                         |
  908. | myisam_recover_options                                   | OFF                                          |
  909. | myisam_repair_threads                                    | 1                                            |
  910. | myisam_sort_buffer_size                                  | 8388608                                      |
  911. | myisam_stats_method                                      | nulls_unequal                                |
  912. | myisam_use_mmap                                          | OFF                                          |
  913. | mysql_native_password_proxy_users                        | OFF                                          |
  914. | mysqlx_bind_address                                      | *                                            |
  915. | mysqlx_compression_algorithms                            | DEFLATE_STREAM,LZ4_MESSAGE,ZSTD_STREAM       |
  916. | mysqlx_connect_timeout                                   | 30                                           |
  917. | mysqlx_deflate_default_compression_level                 | 3                                            |
  918. | mysqlx_deflate_max_client_compression_level              | 5                                            |
  919. | mysqlx_document_id_unique_prefix                         | 0                                            |
  920. | mysqlx_enable_hello_notice                               | ON                                           |
  921. | mysqlx_idle_worker_thread_timeout                        | 60                                           |
  922. | mysqlx_interactive_timeout                               | 28800                                        |
  923. | mysqlx_lz4_default_compression_level                     | 2                                            |
  924. | mysqlx_lz4_max_client_compression_level                  | 8                                            |
  925. | mysqlx_max_allowed_packet                                | 67108864                                     |
  926. | mysqlx_max_connections                                   | 100                                          |
  927. | mysqlx_min_worker_threads                                | 2                                            |
  928. | mysqlx_port                                              | 33060                                        |
  929. | mysqlx_port_open_timeout                                 | 0                                            |
  930. | mysqlx_read_timeout                                      | 30                                           |
  931. | mysqlx_socket                                            | /var/run/mysqld/mysqlx.sock                  |
  932. | mysqlx_ssl_ca                                            |                                              |
  933. | mysqlx_ssl_capath                                        |                                              |
  934. | mysqlx_ssl_cert                                          |                                              |
  935. | mysqlx_ssl_cipher                                        |                                              |
  936. | mysqlx_ssl_crl                                           |                                              |
  937. | mysqlx_ssl_crlpath                                       |                                              |
  938. | mysqlx_ssl_key                                           |                                              |
  939. | mysqlx_wait_timeout                                      | 28800                                        |
  940. | mysqlx_write_timeout                                     | 60                                           |
  941. | mysqlx_zstd_default_compression_level                    | 3                                            |
  942. | mysqlx_zstd_max_client_compression_level                 | 11                                           |
  943. | net_buffer_length                                        | 16384                                        |
  944. | net_read_timeout                                         | 30                                           |
  945. | net_retry_count                                          | 10                                           |
  946. | net_write_timeout                                        | 60                                           |
  947. | new                                                      | OFF                                          |
  948. | ngram_token_size                                         | 2                                            |
  949. | offline_mode                                             | OFF                                          |
  950. | old                                                      | OFF                                          |
  951. | old_alter_table                                          | OFF                                          |
  952. | open_files_limit                                         | 10000                                        |
  953. | optimizer_prune_level                                    | 1                                            |
  954. | optimizer_search_depth                                   | 62                                           |
  955. | optimizer_switch                                         | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on,use_invisible_indexes=off,skip_scan=on,hash_join=on,subquery_to_derived=off,prefer_ordering_index=on,hypergraph_optimizer=off,derived_condition_pushdown=on |
  956. | optimizer_trace                                          | enabled=off,one_line=off                     |
  957. | optimizer_trace_features                                 | greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on |
  958. | optimizer_trace_limit                                    | 1                                            |
  959. | optimizer_trace_max_mem_size                             | 1048576                                      |
  960. | optimizer_trace_offset                                   | -1                                           |
  961. | parser_max_mem_size                                      | 18446744073709551615                         |
  962. | partial_revokes                                          | OFF                                          |
  963. | password_history                                         | 0                                            |
  964. | password_require_current                                 | OFF                                          |
  965. | password_reuse_interval                                  | 0                                            |
  966. | performance_schema                                       | ON                                           |
  967. | performance_schema_accounts_size                         | -1                                           |
  968. | performance_schema_digests_size                          | 10000                                        |
  969. | performance_schema_error_size                            | 4890                                         |
  970. | performance_schema_events_stages_history_long_size       | 10000                                        |
  971. | performance_schema_events_stages_history_size            | 10                                           |
  972. | performance_schema_events_statements_history_long_size   | 10000                                        |
  973. | performance_schema_events_statements_history_size        | 10                                           |
  974. | performance_schema_events_transactions_history_long_size | 10000                                        |
  975. | performance_schema_events_transactions_history_size      | 10                                           |
  976. | performance_schema_events_waits_history_long_size        | 10000                                        |
  977. | performance_schema_events_waits_history_size             | 10                                           |
  978. | performance_schema_hosts_size                            | -1                                           |
  979. | performance_schema_max_cond_classes                      | 100                                          |
  980. | performance_schema_max_cond_instances                    | -1                                           |
  981. | performance_schema_max_digest_length                     | 1024                                         |
  982. | performance_schema_max_digest_sample_age                 | 60                                           |
  983. | performance_schema_max_file_classes                      | 80                                           |
  984. | performance_schema_max_file_handles                      | 32768                                        |
  985. | performance_schema_max_file_instances                    | -1                                           |
  986. | performance_schema_max_index_stat                        | -1                                           |
  987. | performance_schema_max_memory_classes                    | 450                                          |
  988. | performance_schema_max_metadata_locks                    | -1                                           |
  989. | performance_schema_max_mutex_classes                     | 300                                          |
  990. | performance_schema_max_mutex_instances                   | -1                                           |
  991. | performance_schema_max_prepared_statements_instances     | -1                                           |
  992. | performance_schema_max_program_instances                 | -1                                           |
  993. | performance_schema_max_rwlock_classes                    | 60                                           |
  994. | performance_schema_max_rwlock_instances                  | -1                                           |
  995. | performance_schema_max_socket_classes                    | 10                                           |
  996. | performance_schema_max_socket_instances                  | -1                                           |
  997. | performance_schema_max_sql_text_length                   | 1024                                         |
  998. | performance_schema_max_stage_classes                     | 175                                          |
  999. | performance_schema_max_statement_classes                 | 218                                          |
  1000. | performance_schema_max_statement_stack                   | 10                                           |
  1001. | performance_schema_max_table_handles                     | -1                                           |
  1002. | performance_schema_max_table_instances                   | -1                                           |
  1003. | performance_schema_max_table_lock_stat                   | -1                                           |
  1004. | performance_schema_max_thread_classes                    | 100                                          |
  1005. | performance_schema_max_thread_instances                  | -1                                           |
  1006. | performance_schema_session_connect_attrs_size            | 512                                          |
  1007. | performance_schema_setup_actors_size                     | -1                                           |
  1008. | performance_schema_setup_objects_size                    | -1                                           |
  1009. | performance_schema_show_processlist                      | OFF                                          |
  1010. | performance_schema_users_size                            | -1                                           |
  1011. | persist_only_admin_x509_subject                          |                                              |
  1012. | persisted_globals_load                                   | ON                                           |
  1013. | pid_file                                                 | /run/mysqld/mysqld.pid                       |
  1014. | plugin_dir                                               | /usr/lib/mysql/plugin/                       |
  1015. | port                                                     | 3306                                         |
  1016. | preload_buffer_size                                      | 32768                                        |
  1017. | print_identified_with_as_hex                             | OFF                                          |
  1018. | profiling                                                | OFF                                          |
  1019. | profiling_history_size                                   | 15                                           |
  1020. | protocol_compression_algorithms                          | zlib,zstd,uncompressed                       |
  1021. | protocol_version                                         | 10                                           |
  1022. | query_alloc_block_size                                   | 8192                                         |
  1023. | query_prealloc_size                                      | 8192                                         |
  1024. | range_alloc_block_size                                   | 4096                                         |
  1025. | range_optimizer_max_mem_size                             | 8388608                                      |
  1026. | rbr_exec_mode                                            | STRICT                                       |
  1027. | read_buffer_size                                         | 131072                                       |
  1028. | read_only                                                | ON                                           |
  1029. | read_rnd_buffer_size                                     | 262144                                       |
  1030. | regexp_stack_limit                                       | 8000000                                      |
  1031. | regexp_time_limit                                        | 32                                           |
  1032. | relay_log                                                | messitdb04lab-relay-bin                      |
  1033. | relay_log_basename                                       | /var/lib/mysql/messitdb04lab-relay-bin       |
  1034. | relay_log_index                                          | /var/lib/mysql/messitdb04lab-relay-bin.index |
  1035. | relay_log_info_file                                      | relay-log.info                               |
  1036. | relay_log_info_repository                                | TABLE                                        |
  1037. | relay_log_purge                                          | ON                                           |
  1038. | relay_log_recovery                                       | OFF                                          |
  1039. | relay_log_space_limit                                    | 0                                            |
  1040. | replication_optimize_for_static_plugin_config            | OFF                                          |
  1041. | replication_sender_observe_commit_only                   | OFF                                          |
  1042. | report_host                                              |                                              |
  1043. | report_password                                          |                                              |
  1044. | report_port                                              | 3306                                         |
  1045. | report_user                                              |                                              |
  1046. | require_secure_transport                                 | OFF                                          |
  1047. | rpl_read_size                                            | 8192                                         |
  1048. | rpl_stop_slave_timeout                                   | 31536000                                     |
  1049. | schema_definition_cache                                  | 256                                          |
  1050. | secondary_engine_cost_threshold                          | 100000.000000                                |
  1051. | secure_file_priv                                         | /var/lib/mysql-files/                        |
  1052. | select_into_buffer_size                                  | 131072                                       |
  1053. | select_into_disk_sync                                    | OFF                                          |
  1054. | select_into_disk_sync_delay                              | 0                                            |
  1055. | server_id                                                | 730035437                                    |
  1056. | server_id_bits                                           | 32                                           |
  1057. | server_uuid                                              | 326ad0f6-199e-11e9-8ad1-005056a21411         |
  1058. | session_track_gtids                                      | OFF                                          |
  1059. | session_track_schema                                     | ON                                           |
  1060. | session_track_state_change                               | OFF                                          |
  1061. | session_track_system_variables                           | time_zone,autocommit,character_set_client,character_set_results,character_set_connection |
  1062. | session_track_transaction_info                           | OFF                                          |
  1063. | sha256_password_auto_generate_rsa_keys                   | ON                                           |
  1064. | sha256_password_private_key_path                         | private_key.pem                              |
  1065. | sha256_password_proxy_users                              | OFF                                          |
  1066. | sha256_password_public_key_path                          | public_key.pem                               |
  1067. | show_create_table_verbosity                              | OFF                                          |
  1068. | show_old_temporals                                       | OFF                                          |
  1069. | skip_external_locking                                    | ON                                           |
  1070. | skip_name_resolve                                        | OFF                                          |
  1071. | skip_networking                                          | OFF                                          |
  1072. | skip_show_database                                       | OFF                                          |
  1073. | skip_slave_start                                         | OFF                                          |
  1074. | slave_allow_batching                                     | OFF                                          |
  1075. | slave_checkpoint_group                                   | 512                                          |
  1076. | slave_checkpoint_period                                  | 300                                          |
  1077. | slave_compressed_protocol                                | OFF                                          |
  1078. | slave_exec_mode                                          | STRICT                                       |
  1079. | slave_load_tmpdir                                        | /tmp                                         |
  1080. | slave_max_allowed_packet                                 | 1073741824                                   |
  1081. | slave_net_timeout                                        | 60                                           |
  1082. | slave_parallel_type                                      | LOGICAL_CLOCK                                |
  1083. | slave_parallel_workers                                   | 0                                            |
  1084. | slave_pending_jobs_size_max                              | 134217728                                    |
  1085. | slave_preserve_commit_order                              | ON                                           |
  1086. | slave_rows_search_algorithms                             | INDEX_SCAN,HASH_SCAN                         |
  1087. | slave_skip_errors                                        | OFF                                          |
  1088. | slave_sql_verify_checksum                                | ON                                           |
  1089. | slave_transaction_retries                                | 10                                           |
  1090. | slave_type_conversions                                   |                                              |
  1091. | slow_launch_time                                         | 2                                            |
  1092. | slow_query_log                                           | OFF                                          |
  1093. | slow_query_log_file                                      | /var/lib/mysql/messitdb04lab-slow.log        |
  1094. | socket                                                   | /run/mysqld/mysqld.sock                      |
  1095. | sort_buffer_size                                         | 262144                                       |
  1096. | sql_auto_is_null                                         | OFF                                          |
  1097. | sql_big_selects                                          | ON                                           |
  1098. | sql_buffer_result                                        | OFF                                          |
  1099. | sql_log_off                                              | OFF                                          |
  1100. | sql_mode                                                 | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION |
  1101. | sql_notes                                                | ON                                           |
  1102. | sql_quote_show_create                                    | ON                                           |
  1103. | sql_require_primary_key                                  | OFF                                          |
  1104. | sql_safe_updates                                         | OFF                                          |
  1105. | sql_select_limit                                         | 18446744073709551615                         |
  1106. | sql_slave_skip_counter                                   | 0                                            |
  1107. | sql_warnings                                             | OFF                                          |
  1108. | ssl_ca                                                   | ca.pem                                       |
  1109. | ssl_capath                                               |                                              |
  1110. | ssl_cert                                                 | server-cert.pem                              |
  1111. | ssl_cipher                                               |                                              |
  1112. | ssl_crl                                                  |                                              |
  1113. | ssl_crlpath                                              |                                              |
  1114. | ssl_fips_mode                                            | OFF                                          |
  1115. | ssl_key                                                  | server-key.pem                               |
  1116. | stored_program_cache                                     | 256                                          |
  1117. | stored_program_definition_cache                          | 256                                          |
  1118. | super_read_only                                          | ON                                           |
  1119. | sync_binlog                                              | 1                                            |
  1120. | sync_master_info                                         | 10000                                        |
  1121. | sync_relay_log                                           | 10000                                        |
  1122. | sync_relay_log_info                                      | 10000                                        |
  1123. | system_time_zone                                         | CEST                                         |
  1124. | table_definition_cache                                   | 2000                                         |
  1125. | table_encryption_privilege_check                         | OFF                                          |
  1126. | table_open_cache                                         | 4000                                         |
  1127. | table_open_cache_instances                               | 16                                           |
  1128. | tablespace_definition_cache                              | 256                                          |
  1129. | temptable_max_mmap                                       | 1073741824                                   |
  1130. | temptable_max_ram                                        | 1073741824                                   |
  1131. | temptable_use_mmap                                       | ON                                           |
  1132. | thread_cache_size                                        | 9                                            |
  1133. | thread_handling                                          | one-thread-per-connection                    |
  1134. | thread_stack                                             | 286720                                       |
  1135. | time_zone                                                | SYSTEM                                       |
  1136. | tls_ciphersuites                                         |                                              |
  1137. | tls_version                                              | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3                |
  1138. | tmp_table_size                                           | 16777216                                     |
  1139. | tmpdir                                                   | /tmp                                         |
  1140. | transaction_alloc_block_size                             | 8192                                         |
  1141. | transaction_isolation                                    | REPEATABLE-READ                              |
  1142. | transaction_prealloc_size                                | 4096                                         |
  1143. | transaction_read_only                                    | OFF                                          |
  1144. | transaction_write_set_extraction                         | XXHASH64                                     |
  1145. | unique_checks                                            | ON                                           |
  1146. | updatable_views_with_limit                               | YES                                          |
  1147. | version                                                  | 8.0.24                                       |
  1148. | version_comment                                          | MySQL Community Server - GPL                 |
  1149. | version_compile_machine                                  | x86_64                                       |
  1150. | version_compile_os                                       | Linux                                        |
  1151. | version_compile_zlib                                     | 1.2.11                                       |
  1152. | wait_timeout                                             | 28800                                        |
  1153. | windowing_use_high_precision                             | ON                                           |
  1154. +----------------------------------------------------------+----------------------------------------------+
  1155.  
  1156.  
  1157.  
  1158. # D) SHOW FULL PROCESSLIST;
  1159. SHOW FULL PROCESSLIST;
  1160. +------+-----------------+-------------------+----------+---------+--------+--------------------------------------------------------+----------------------------------+
  1161. | Id   | User            | Host              | db       | Command | Time   | State                                                  | Info                             |
  1162. +------+-----------------+-------------------+----------+---------+--------+--------------------------------------------------------+----------------------------------+
  1163. |    6 | event_scheduler | localhost         | NULL     | Daemon  | 237835 | Waiting on empty queue                                 | NULL                             |
  1164. |   10 | system user     |                   | NULL     | Connect | 237835 | waiting for handler commit                             | Group replication applier module |
  1165. |   13 | system user     |                   | NULL     | Query   |      0 | Slave has read all relay log; waiting for more updates | NULL                             |
  1166. |  102 | ServiceA        | 172.19.74.4:56696 | smsc_1_0 | Sleep   |      2 |                                                        | NULL                             |
  1167. |  106 | ServiceB        | 172.19.74.1:49570 | smsc_1_0 | Sleep   |     21 |                                                        | NULL                             |
  1168. | 4227 | root            | localhost         | NULL     | Sleep   |    345 |                                                        | NULL                             |
  1169. | 4240 | icroot          | localhost:34614   | NULL     | Query   |      0 | init                                                   | PLUGIN: SHOW FULL PROCESSLIST    |
  1170. | 4244 | ServiceC        | 172.19.74.1:53730 | smsc_1_0 | Sleep   |    237 |                                                        | NULL                             |
  1171. | 4245 | ServiceD        | 172.19.74.1:54126 | smsc_1_0 | Sleep   |     68 |                                                        | NULL                             |
  1172. +------+-----------------+-------------------+----------+---------+--------+--------------------------------------------------------+----------------------------------+
  1173.  
  1174.  
  1175. # E) Htop
  1176.   1  [||                                                                                                                                                             0.7%]   4  [||                                                                                                                                                             0.7%]
  1177.   2  [                                                                                                                                                               0.0%]   5  [                                                                                                                                                               0.0%]
  1178.   3  [                                                                                                                                                               0.0%]   6  [                                                                                                                                                               0.0%]
  1179.   Mem[||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||11.3G/11.7G]   Tasks: 35, 85 thr; 1 running
  1180.   Swp[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||                                    733M/1024M]   Load average: 0.28 0.13 0.04
  1181.                                                                                                                                                                              Uptime: 17 days, 17:00:09
  1182.  
  1183.     PID USER      PRI  NI  VIRT   RES   SHR S CPU% MEM%   TIME+  Command
  1184.  121927 mysql      20   0 12.0G 11.0G  9696 S  1.3 93.7  1h06:06 /usr/sbin/mysqld
  1185.  127983 gmadmin    20   0  7752  6036  3060 R  1.3  0.0  0:00.16 htop
  1186.  121946 mysql      20   0 12.0G 11.0G  9696 S  0.7 93.7  6:04.84 /usr/sbin/mysqld
  1187.  121940 mysql      20   0 12.0G 11.0G  9696 S  0.7 93.7  1:28.38 /usr/sbin/mysqld
  1188.  121945 mysql      20   0 12.0G 11.0G  9696 S  0.7 93.7  3:59.94 /usr/sbin/mysqld
  1189.  121973 mysql      20   0 12.0G 11.0G  9696 S  0.7 93.7 17:44.84 /usr/sbin/mysqld
  1190.  121975 mysql      20   0 12.0G 11.0G  9696 S  0.0 93.7  9:32.06 /usr/sbin/mysqld
  1191.     664 root       20   0  159M  1172   408 S  0.0  0.0 20:31.96 /usr/bin/vmtoolsd
  1192.  121944 mysql      20   0 12.0G 11.0G  9696 S  0.0 93.7  5:46.81 /usr/sbin/mysqld
  1193.       1 root       20   0  167M  6736  3980 S  0.0  0.1  0:31.06 /sbin/init maybe-ubiquity
  1194.     441 root       19  -1  198M 21872 21424 S  0.0  0.2  0:24.38 /lib/systemd/systemd-journald
  1195.     475 root       20   0 22396  1696  1296 S  0.0  0.0  0:07.66 /lib/systemd/systemd-udevd
  1196.     663 root       20   0 47764    16     0 S  0.0  0.0  0:00.01 /usr/bin/VGAuthService
  1197.     690 root       20   0  159M  1172   408 S  0.0  0.0  0:35.75 /usr/bin/vmtoolsd
  1198.     716 systemd-n  20   0 18596   164     0 S  0.0  0.0  0:05.12 /lib/systemd/systemd-networkd
  1199.     723 systemd-r  20   0 24088   600   376 S  0.0  0.0  0:02.90 /lib/systemd/systemd-resolved
  1200.     789 root       20   0  230M  2696  2160 S  0.0  0.0  0:25.56 /usr/lib/accountsservice/accounts-daemon
  1201.     844 root       20   0  230M  2696  2160 S  0.0  0.0  0:00.04 /usr/lib/accountsservice/accounts-daemon
  1202.     737 root       20   0  230M  2696  2160 S  0.0  0.0  0:25.74 /usr/lib/accountsservice/accounts-daemon
  1203.     751 root       20   0  7036   532   428 S  0.0  0.0  0:02.36 /usr/sbin/cron -f
  1204.     754 messagebu  20   0  7872  2084  1436 S  0.0  0.0  0:02.38 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
  1205.     784 root       20   0 81968   564   428 S  0.0  0.0  0:00.00 /usr/sbin/irqbalance --foreground
  1206.     760 root       20   0 81968   564   428 S  0.0  0.0  0:55.39 /usr/sbin/irqbalance --foreground
  1207.     785 root       20   0  436M  1776  1160 S  0.0  0.0  0:00.36 /usr/bin/lxcfs /var/lib/lxcfs
  1208.     786 root       20   0  436M  1776  1160 S  0.0  0.0  0:00.36 /usr/bin/lxcfs /var/lib/lxcfs
  1209.   30357 root       20   0  436M  1776  1160 S  0.0  0.0  0:00.35 /usr/bin/lxcfs /var/lib/lxcfs
  1210.   47882 root       20   0  436M  1776  1160 S  0.0  0.0  0:00.33 /usr/bin/lxcfs /var/lib/lxcfs
  1211.   71401 root       20   0  436M  1776  1160 S  0.0  0.0  0:00.17 /usr/bin/lxcfs /var/lib/lxcfs
  1212.   71402 root       20   0  436M  1776  1160 S  0.0  0.0  0:00.19 /usr/bin/lxcfs /var/lib/lxcfs
  1213.     762 root       20   0  436M  1776  1160 S  0.0  0.0  0:01.81 /usr/bin/lxcfs /var/lib/lxcfs
  1214.     764 root       20   0 29292    16     4 S  0.0  0.0  0:00.10 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
  1215.     865 root       20   0 1488M 18256  5328 S  0.0  0.1  0:14.57 /usr/lib/snapd/snapd
  1216.     866 root       20   0 1488M 18256  5328 S  0.0  0.1  0:14.02 /usr/lib/snapd/snapd
  1217.     867 root       20   0 1488M 18256  5328 S  0.0  0.1  0:00.00 /usr/lib/snapd/snapd
  1218.     868 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.76 /usr/lib/snapd/snapd
  1219.     869 root       20   0 1488M 18256  5328 S  0.0  0.1  0:00.00 /usr/lib/snapd/snapd
  1220.     872 root       20   0 1488M 18256  5328 S  0.0  0.1  0:07.43 /usr/lib/snapd/snapd
  1221.     873 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.89 /usr/lib/snapd/snapd
  1222.     875 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.40 /usr/lib/snapd/snapd
  1223.     876 root       20   0 1488M 18256  5328 S  0.0  0.1  0:00.01 /usr/lib/snapd/snapd
  1224.     877 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.18 /usr/lib/snapd/snapd
  1225.     878 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.72 /usr/lib/snapd/snapd
  1226.     921 root       20   0 1488M 18256  5328 S  0.0  0.1  0:00.00 /usr/lib/snapd/snapd
  1227.     922 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.80 /usr/lib/snapd/snapd
  1228.     923 root       20   0 1488M 18256  5328 S  0.0  0.1  0:12.27 /usr/lib/snapd/snapd
  1229.     924 root       20   0 1488M 18256  5328 S  0.0  0.1  0:06.59 /usr/lib/snapd/snapd
  1230.     925 root       20   0 1488M 18256  5328 S  0.0  0.1  0:15.97 /usr/lib/snapd/snapd
  1231.     927 root       20   0 1488M 18256  5328 S  0.0  0.1  0:00.00 /usr/lib/snapd/snapd
  1232.     990 root       20   0 1488M 18256  5328 S  0.0  0.1  0:07.85 /usr/lib/snapd/snapd
  1233.   49459 root       20   0 1488M 18256  5328 S  0.0  0.1  0:03.78 /usr/lib/snapd/snapd
  1234.  108505 root       20   0 1488M 18256  5328 S  0.0  0.1  0:02.85 /usr/lib/snapd/snapd
  1235.     770 root       20   0 1488M 18256  5328 S  0.0  0.1  2:06.14 /usr/lib/snapd/snapd
  1236.     780 root       20   0 17668  2884  2456 S  0.0  0.0  0:03.59 /lib/systemd/systemd-logind
  1237.     783 daemon     20   0  4016    12     0 S  0.0  0.0  0:00.03 /usr/sbin/atd -f
  1238.     792 root       20   0  6052    12     0 S  0.0  0.0  0:00.00 /sbin/agetty -o -p -- \u --noclear tty1 linux
  1239.     827 root       20   0 12284  1504  1352 S  0.0  0.0  0:00.04 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
  1240.     851 root       20   0  105M     0     0 S  0.0  0.0  0:00.00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
  1241.     845 root       20   0  105M     0     0 S  0.0  0.0  0:00.08 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
  1242.     853 root       20   0  227M  1188   760 S  0.0  0.0  0:00.00 /usr/lib/policykit-1/polkitd --no-debug
  1243.     855 root       20   0  227M  1188   760 S  0.0  0.0  0:00.17 /usr/lib/policykit-1/polkitd --no-debug
  1244.     852 root       20   0  227M  1188   760 S  0.0  0.0  0:00.25 /usr/lib/policykit-1/polkitd --no-debug
  1245.  
  1246. # F) Ulimit -a
  1247. core file size          (blocks, -c) 0
  1248. data seg size           (kbytes, -d) unlimited
  1249. scheduling priority             (-e) 0
  1250. file size               (blocks, -f) unlimited
  1251. pending signals                 (-i) 47575
  1252. max locked memory       (kbytes, -l) 65536
  1253. max memory size         (kbytes, -m) unlimited
  1254. open files                      (-n) 1024
  1255. pipe size            (512 bytes, -p) 8
  1256. POSIX message queues     (bytes, -q) 819200
  1257. real-time priority              (-r) 0
  1258. stack size              (kbytes, -s) 8192
  1259. cpu time               (seconds, -t) unlimited
  1260. max user processes              (-u) 47575
  1261. virtual memory          (kbytes, -v) unlimited
  1262. file locks                      (-x) unlimited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement