How to see transfer rate of file copies?

I often need to transfer large files to external SSD or from SD to mac's internal drive.

Finder doesn't tell me how fast it's going. MB/s etc.


I currently use Double Commander because it gives me this information. Is there a way to see it in Finder as well?

Posted on Jul 20, 2023 5:03 AM

Reply

Similar questions

17 replies

Jun 2, 2024 10:12 AM in response to footofwrath

As no one here works for Apple, if you want a future implementation of Finder to display copy transfer metrics, you will need to request a feature enhancement with the macOS product team. Apple product teams do not participate here and likely have any free time to review posts here if they are allowed to do so. Since not everyone wants to see these metrics, it probably should be a toggle setting in Finder Settings.


Direct feedback to the macOS Product team.

Jun 2, 2024 2:57 PM in response to VikingOSX

Writing a large file (gigabytes) has to take less “time-out” to modify metadata, then if you are writing lots of small files.


Writing the data for a large file just needs to allocate storage every so often. Allocating storage involves updating metadata that keeps track of free storage, updating metadata in the file that tracks the storage it is holding, and writing the data. If the filesystem guesses you are writing a huge file, it may allocate huge chunks of storage each time the file needs more storage, so the allocation side issues will happen less. And when finished, the file’s timestamps must be updated.


Writing lots of small files involves all the storage allocation issues, plus, the file system needs to first allocate the files metadata that holds the files storage, holds the file ownership, the file dates, the type of file (file, directory, symlink, FIFO, device, Socket, …), and other misc file data. Then the file name needs to be added to the directory where the file can be found, which may require the directory to grow and allocate its own additional storage. Copying small files is a lot more work, than copying huge files.


I’m glossing over lots of other stuff.


My day job is working on a commercial Unix/Linux filesystem.

Jul 20, 2023 5:41 AM in response to VikingOSX

No kidding but if I see the rate is very low I might look into a bug or something. Not everyone is going to immediately calculate exactly how much data there was and how long it "should" take. Just the ETA is like sticking your finger in the air to check whether your wife is in the mood.

I also want to see if it's remaining stable throughout the transfer or fluctuating. ETA is useless for that (because let's be honest, the ETA is entirely unreliable anyway).

Jul 20, 2023 10:33 AM in response to dialabrain

I don't get your angle man. If it's not possible that's fine - you said that already. No need to imply that I shouldn't want something just because you don't think you need it. Or is this the Apple mentality starting to show through? I see you're a super-experienced Apple-er. Do you think the OS is perfect and that Apple can do no wrong? If it's not in the base OS then nobody needs it?

Jun 2, 2024 9:38 AM in response to Old Toad

The relation between raw speeds reported by BM DST and actual file copying between disks can be huge. I see 350MB/s BM test but more like 40MB/s average copy across a group of diverse files... (though iostat shows the rate varies second by second 10MB to 130MB). This is on M1 mini that is hugely unloaded doing nothing of note at 5% cpu.


I'd love to have time to explore why that happens! Is it throttling? Using raw cp in terminal is even slower BTW.

Jun 2, 2024 9:50 AM in response to cwinte

How large are the files you're trying to copy to the EHD? How much free space do you have on your EHD? It could be that the Finder is taking time to find bit and pieced of free space to store the image file(s).


If it's several very large files you might try using  to "clone" them to a folder on the EHD. Might be quicker. There's a demo version you can try to test.



This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to see transfer rate of file copies?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.