Advertisement
garethdaine

SHOW ENGINE INNODB STATUS;

Aug 9th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. | InnoDB | |
  2. =====================================
  3. 2020-08-09 12:06:53 0x7f38421d2700 INNODB MONITOR OUTPUT
  4. =====================================
  5. Per second averages calculated from the last 49 seconds
  6. -----------------
  7. BACKGROUND THREAD
  8. -----------------
  9. srv_master_thread loops: 1430 srv_active, 0 srv_shutdown, 171532 srv_idle
  10. srv_master_thread log flush and writes: 172951
  11. ----------
  12. SEMAPHORES
  13. ----------
  14. OS WAIT ARRAY INFO: reservation count 147841
  15. OS WAIT ARRAY INFO: signal count 267861
  16. RW-shared spins 0, rounds 544810, OS waits 2793
  17. RW-excl spins 0, rounds 271524, OS waits 1604
  18. RW-sx spins 36, rounds 982, OS waits 26
  19. Spin rounds per wait: 544810.00 RW-shared, 271524.00 RW-excl, 27.28 RW-sx
  20. ------------
  21. TRANSACTIONS
  22. ------------
  23. Trx id counter 119241
  24. Purge done for trx's n:o < 119241 undo n:o < 0 state: running
  25. History list length 21
  26. LIST OF TRANSACTIONS FOR EACH SESSION:
  27. ---TRANSACTION 421373405356296, not started
  28. 0 lock struct(s), heap size 1136, 0 row lock(s)
  29. ---TRANSACTION 421373405352080, not started
  30. 0 lock struct(s), heap size 1136, 0 row lock(s)
  31. --------
  32. FILE I/O
  33. --------
  34. I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
  35. I/O thread 1 state: waiting for completed aio requests (log thread)
  36. I/O thread 2 state: waiting for completed aio requests (read thread)
  37. I/O thread 3 state: waiting for completed aio requests (read thread)
  38. I/O thread 4 state: waiting for completed aio requests (read thread)
  39. I/O thread 5 state: waiting for completed aio requests (read thread)
  40. I/O thread 6 state: waiting for completed aio requests (write thread)
  41. I/O thread 7 state: waiting for completed aio requests (write thread)
  42. I/O thread 8 state: waiting for completed aio requests (write thread)
  43. I/O thread 9 state: waiting for completed aio requests (write thread)
  44. Pending normal aio reads: [0, 0, 0, 0] , aio writes: [0, 0, 0, 0] ,
  45. ibuf aio reads:, log i/o's:, sync i/o's:
  46. Pending flushes (fsync) log: 0; buffer pool: 0
  47. 4785 OS file reads, 50813 OS file writes, 19378 OS fsyncs
  48. 0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
  49. -------------------------------------
  50. INSERT BUFFER AND ADAPTIVE HASH INDEX
  51. -------------------------------------
  52. Ibuf: size 1, free list len 0, seg size 2, 7 merges
  53. merged operations:
  54. insert 9, delete mark 0, delete 0
  55. discarded operations:
  56. insert 0, delete mark 0, delete 0
  57. Hash table size 34679, node heap has 1 buffer(s)
  58. Hash table size 34679, node heap has 0 buffer(s)
  59. Hash table size 34679, node heap has 0 buffer(s)
  60. Hash table size 34679, node heap has 19 buffer(s)
  61. Hash table size 34679, node heap has 1 buffer(s)
  62. Hash table size 34679, node heap has 0 buffer(s)
  63. Hash table size 34679, node heap has 8 buffer(s)
  64. Hash table size 34679, node heap has 1 buffer(s)
  65. 0.00 hash searches/s, 0.00 non-hash searches/s
  66. ---
  67. LOG
  68. ---
  69. Log sequence number 122246678
  70. Log flushed up to 122246678
  71. Pages flushed up to 122246678
  72. Last checkpoint at 122246669
  73. 0 pending log flushes, 0 pending chkp writes
  74. 13345 log i/o's done, 0.00 log i/o's/second
  75. ----------------------
  76. BUFFER POOL AND MEMORY
  77. ----------------------
  78. Total large memory allocated 170786816
  79. Dictionary memory allocated 95472
  80. Buffer pool size 8192
  81. Free buffers 1043
  82. Database pages 7119
  83. Old database pages 2607
  84. Modified db pages 0
  85. Percent of dirty pages(LRU & free pages): 0.000
  86. Max dirty pages percent: 75.000
  87. Pending reads 0
  88. Pending writes: LRU 0, flush list 0, single page 0
  89. Pages made young 2876275, not young 20145
  90. 0.00 youngs/s, 0.00 non-youngs/s
  91. Pages read 4737, created 3447, written 35328
  92. 0.00 reads/s, 0.00 creates/s, 0.00 writes/s
  93. No buffer pool page gets since the last printout
  94. Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
  95. LRU len: 7119, unzip_LRU len: 0
  96. I/O sum[0]:cur[0], unzip sum[0]:cur[0]
  97. --------------
  98. ROW OPERATIONS
  99. --------------
  100. 0 queries inside InnoDB, 0 queries in queue
  101. 0 read views open inside InnoDB
  102. Process ID=599168, Main thread ID=139895738824448, state: sleeping
  103. Number of rows inserted 9699, updated 5432, deleted 234, read 94076307
  104. 0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
  105. Number of system rows inserted 0, updated 0, deleted 0, read 0
  106. 0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
  107. ----------------------------
  108. END OF INNODB MONITOR OUTPUT
  109. ============================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement