[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-86471-13602-j8BGLrBaa5@https.bugzilla.kernel.org/>
Date: Fri, 17 Oct 2014 16:10:37 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 86471] drastic reduction of write performance after the
termination of mysqld
https://bugzilla.kernel.org/show_bug.cgi?id=86471
Theodore Tso <tytso@....edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@....edu
--- Comment #1 from Theodore Tso <tytso@....edu> ---
The mballoc_debug is only debugging the block allocator, which I suspect is not
the source of the slow down. It might be better to use blktrace so we can see
what sort of I/O requests are being sent when mysql is shut down.
Does the performance go back to an acceptable level some time after the mysql
daemon is shut down? It might be that mysql is simply writing out a lot of
things at shutdown, and this is causing the eMMC device to be slowed down due
to competing I/O traffic sent to it.
Another tool that is useful for monitoring write performance is to use "iostat
-x 1". This will show you how much I/O is being done by the whole system, as
well as seeing if there is any backlog on the I/O request queues.
Your using dd to measure write performance is much like complaining that a
single car that is trying to get from point A to point B during rush hour is
taking a long time. That does not necessarily mean that the highway is
defective! It could be that there is simply a lot of competing traffic (i.e.,
other cars, aka other write requests from other processes on the system) which
is slowing down the traffic on the system.
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists