Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. mysql> show status like '%conn%';
  2. +-----------------------------------------------+-------+
  3. | Variable_name | Value |
  4. +-----------------------------------------------+-------+
  5. | Aborted_connects | 4680 |
  6. | Connection_errors_accept | 0 |
  7. | Connection_errors_internal | 0 |
  8. | Connection_errors_max_connections | 0 |
  9. | Connection_errors_peer_address | 0 |
  10. | Connection_errors_select | 0 |
  11. | Connection_errors_tcpwrap | 0 |
  12. | Connections | 4721 |
  13. | Max_used_connections | 13 |
  14. | Performance_schema_session_connect_attrs_lost | 0 |
  15. | Ssl_client_connects | 0 |
  16. | Ssl_connect_renegotiates | 0 |
  17. | Ssl_finished_connects | 0 |
  18. | Threads_connected | 5 |
  19. +-----------------------------------------------+-------+
  20. 14 rows in set (0,00 sec)
  21.  
  22. mysql> show status like '%conn%';
  23. +-----------------------------------------------+-------+
  24. | Variable_name | Value |
  25. +-----------------------------------------------+-------+
  26. | Aborted_connects | 4690 |
  27. | Connection_errors_accept | 0 |
  28. | Connection_errors_internal | 0 |
  29. | Connection_errors_max_connections | 0 |
  30. | Connection_errors_peer_address | 0 |
  31. | Connection_errors_select | 0 |
  32. | Connection_errors_tcpwrap | 0 |
  33. | Connections | 4731 |
  34. | Max_used_connections | 13 |
  35. | Performance_schema_session_connect_attrs_lost | 0 |
  36. | Ssl_client_connects | 0 |
  37. | Ssl_connect_renegotiates | 0 |
  38. | Ssl_finished_connects | 0 |
  39. | Threads_connected | 5 |
  40. +-----------------------------------------------+-------+
  41. 14 rows in set (0,00 sec)
  42.  
  43. mysql> show status like '%conn%';
  44. +-----------------------------------------------+-------+
  45. | Variable_name | Value |
  46. +-----------------------------------------------+-------+
  47. | Aborted_connects | 4719 |
  48. | Connection_errors_accept | 0 |
  49. | Connection_errors_internal | 0 |
  50. | Connection_errors_max_connections | 0 |
  51. | Connection_errors_peer_address | 0 |
  52. | Connection_errors_select | 0 |
  53. | Connection_errors_tcpwrap | 0 |
  54. | Connections | 4761 |
  55. | Max_used_connections | 13 |
  56. | Performance_schema_session_connect_attrs_lost | 0 |
  57. | Ssl_client_connects | 0 |
  58. | Ssl_connect_renegotiates | 0 |
  59. | Ssl_finished_connects | 0 |
  60. | Threads_connected | 5 |
  61. +-----------------------------------------------+-------+
  62. 14 rows in set (0,00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement