https://bugzilla.kernel.org/show_bug.cgi?id=86471 Theodore Tso <tytso@xxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tytso@xxxxxxx --- Comment #1 from Theodore Tso <tytso@xxxxxxx> --- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html