I am extracting some files directly to a mounted rclone mount and it appears to me that it is uploading quite slow thus I am wondering how I could measure the upload speed?
Correct me if I’m wrong but afaik using rclone debug doesn’t work here.
I personally would not do any extractions/work on a rclone mount. I do it somewhere else on a local disk and then rclone move things over as that’s going to generally be faster than doing a lot of write IO on the mount.
Can you share more details on what you are doing and what parts are slow?
That is a pretty manual approach or do you use any sort of script to automate it?
Extracting to the mount is pretty convenient for my use-case, after extraction I just have to start FileBot and it’s done.
Well, the parts get downloaded to the local storage and are then extracted to the mount. My command is as follows: