Advertisement
peanutheroo

sql

Apr 21st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. =====================================
  2. 160421 23:29:18 INNODB MONITOR OUTPUT
  3. =====================================
  4. Per second averages calculated from the last 12 seconds
  5. -----------------
  6. BACKGROUND THREAD
  7. -----------------
  8. srv_master_thread loops: 12 1_second, 12 sleeps, 1 10_second, 2 background, 2 flush
  9. srv_master_thread log flush and writes: 12
  10. ----------
  11. SEMAPHORES
  12. ----------
  13. OS WAIT ARRAY INFO: reservation count 1, signal count 1
  14. Mutex spin waits 3, rounds 60, OS waits 1
  15. RW-shared spins 3, rounds 90, OS waits 0
  16. RW-excl spins 0, rounds 0, OS waits 0
  17. Spin rounds per wait: 20.00 mutex, 30.00 RW-shared, 0.00 RW-excl
  18. ------------------------
  19. LATEST FOREIGN KEY ERROR
  20. ------------------------
  21. 160421 23:28:29 Error in foreign key constraint of table sylfaen/#sql-11e86_13:
  22. FOREIGN KEY (`rang`) REFERENCES `rangs` (`id`):
  23. Cannot resolve table name close to:
  24. (`id`)
  25. ------------
  26. TRANSACTIONS
  27. ------------
  28. Trx id counter 507
  29. Purge done for trx's n:o < 0 undo n:o < 0
  30. History list length 0
  31. LIST OF TRANSACTIONS FOR EACH SESSION:
  32. ---TRANSACTION 0, not started
  33. MySQL thread id 21, OS thread handle 0x7000007ae000, query id 209 localhost root
  34. SHOW ENGINE INNODB STATUS
  35. --------
  36. FILE I/O
  37. --------
  38. I/O thread 0 state: waiting for i/o request (insert buffer thread)
  39. I/O thread 1 state: waiting for i/o request (log thread)
  40. I/O thread 2 state: waiting for i/o request (read thread)
  41. I/O thread 3 state: waiting for i/o request (read thread)
  42. I/O thread 4 state: waiting for i/o request (read thread)
  43. I/O thread 5 state: waiting for i/o request (read thread)
  44. I/O thread 6 state: waiting for i/o request (write thread)
  45. I/O thread 7 state: waiting for i/o request (write thread)
  46. I/O thread 8 state: waiting for i/o request (write thread)
  47. I/O thread 9 state: waiting for i/o request (write thread)
  48. Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] ,
  49. ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0
  50. Pending flushes (fsync) log: 0; buffer pool: 0
  51. 155 OS file reads, 18 OS file writes, 10 OS fsyncs
  52. 0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
  53. -------------------------------------
  54. INSERT BUFFER AND ADAPTIVE HASH INDEX
  55. -------------------------------------
  56. Ibuf: size 1, free list len 0, seg size 2, 0 merges
  57. merged operations:
  58. insert 0, delete mark 0, delete 0
  59. discarded operations:
  60. insert 0, delete mark 0, delete 0
  61. Hash table size 276707, node heap has 1 buffer(s)
  62. 0.00 hash searches/s, 0.00 non-hash searches/s
  63. ---
  64. LOG
  65. ---
  66. Log sequence number 1612636
  67. Log flushed up to 1612636
  68. Last checkpoint at 1612636
  69. 0 pending log writes, 0 pending chkp writes
  70. 13 log i/o's done, 0.00 log i/o's/second
  71. ----------------------
  72. BUFFER POOL AND MEMORY
  73. ----------------------
  74. Total memory allocated 137363456; in additional pool allocated 0
  75. Dictionary memory allocated 39808
  76. Buffer pool size 8192
  77. Free buffers 8040
  78. Database pages 151
  79. Old database pages 0
  80. Modified db pages 0
  81. Pending reads 0
  82. Pending writes: LRU 0, flush list 0, single page 0
  83. Pages made young 0, not young 0
  84. 0.00 youngs/s, 0.00 non-youngs/s
  85. Pages read 144, created 7, written 21
  86. 0.00 reads/s, 0.00 creates/s, 0.00 writes/s
  87. No buffer pool page gets since the last printout
  88. Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
  89. LRU len: 151, unzip_LRU len: 0
  90. I/O sum[0]:cur[0], unzip sum[0]:cur[0]
  91. --------------
  92. ROW OPERATIONS
  93. --------------
  94. 0 queries inside InnoDB, 0 queries in queue
  95. 1 read views open inside InnoDB
  96. Main thread id 123145309814784, state: waiting for server activity
  97. Number of rows inserted 0, updated 0, deleted 0, read 0
  98. 0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
  99. ----------------------------
  100. END OF INNODB MONITOR OUTPUT
  101. ============================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement