MySQL Forums
Forum List  »  InnoDB

Show innodb engine status tuning db server
Posted by: Frwa Onto
Date: September 15, 2013 09:37AM

I am new to dealing with the innodb engine status.

I also notice a number of these

TRANSACTION 0 6929906, not started, process no 1402, OS thread id 140010566186752\n
MySQL thread id 28, query id 475745 \n--------\n


I am not too sure with I/O section. As below is sample of my output.
FILE I/O\n--------\n
I/O thread 0 state: waiting for i/o request (insert buffer thread)\n
I/O thread 1 state: waiting for i/o request (log thread)\n
I/O thread 2 state: waiting for i/o request (read thread)\n
I/O thread 3 state: waiting for i/o request (write thread)\n
Pending normal aio reads: 0, aio writes: 0,\n ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0\n
Pending flushes (fsync) log: 0; buffer pool: 0\n9705 OS file reads, 16082 OS file writes, 8524 OS fsyncs\n
0.00 reads/s, 0 avg bytes/read, 5.14 writes/s, 2.00 fsyncs/s\n-------------------------------------\n


Why is it having so many transaction not started? What else can I look from this show engine to tune my db server?



Edited 2 time(s). Last edit at 09/15/2013 09:41AM by Frwa Onto.

Options: ReplyQuote


Subject
Views
Written By
Posted
Show innodb engine status tuning db server
2482
September 15, 2013 09:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.