[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191223172257.GB3282@mit.edu>
Date: Mon, 23 Dec 2019 12:22:57 -0500
From: "Theodore Y. Ts'o" <tytso@....edu>
To: Andrea Vai <andrea.vai@...pv.it>
Cc: Ming Lei <ming.lei@...hat.com>,
"Schmid, Carsten" <Carsten_Schmid@...tor.com>,
Finn Thain <fthain@...egraphics.com.au>,
Damien Le Moal <Damien.LeMoal@....com>,
Alan Stern <stern@...land.harvard.edu>,
Jens Axboe <axboe@...nel.dk>,
Johannes Thumshirn <jthumshirn@...e.de>,
USB list <linux-usb@...r.kernel.org>,
SCSI development list <linux-scsi@...r.kernel.org>,
Himanshu Madhani <himanshu.madhani@...ium.com>,
Hannes Reinecke <hare@...e.com>,
Omar Sandoval <osandov@...com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Greg KH <gregkh@...uxfoundation.org>,
Hans Holmberg <Hans.Holmberg@....com>,
Kernel development list <linux-kernel@...r.kernel.org>,
linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: AW: Slow I/O on USB media after commit
f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
On Mon, Dec 23, 2019 at 05:29:27PM +0100, Andrea Vai wrote:
> I run the cp command from a bash script, or from a bash shell. I don't
> know if this answer your question, otherwise feel free to tell me a
> way to find the answer to give you.
What distro are you using, and/or what package is the cp command
coming from, and what is the package name and version?
Also, can you remind me what the bash script is and how many files you are copying?
Can you change the script so that the cp command is prefixed by:
"strace -tTf -o /tmp/st "
e.g.,
strace -tTf -o /tmp/st cp <args>
And then send me the /tmp/st file. This will significantly change the
time, so don't do this for measuring performance. I just want to see
what the /bin/cp command is *doing*.
- Ted
Powered by blists - more mailing lists