s3sync icon indicating copy to clipboard operation
s3sync copied to clipboard

S3sync Statistics for Amount of Data Transferred and Speed of Transfer

Open kannanvr opened this issue 5 years ago • 2 comments

Hi All, Its a wonderful project to sync the S3 data from one location to Another Location. Just I have few Questions. Is it possible to Get how much bytes of Data were transferred ? Is it possible to get at what speed data were transferred?

Thanks, Kannan V

kannanvr avatar Dec 26 '19 10:12 kannanvr

Hello. Yep it possible. The one option is to count the size of downloaded and uploaded objects. You can do it with custom pipeline steps.
The app start time already stored in syncGroup.StartTime. So calculate data transfer speed from total transfer bytes and time is easy.

larrabee avatar Dec 26 '19 12:12 larrabee

How to know How much bytes were transferred? Remaining all other things , we can easily get it ... Do i need to Run s3cmd du command to know the amount of bytes were transferred? Is there any other easier way to know the amount of bytes were transferred without running s3cmd command ?

kannanvr avatar Dec 30 '19 07:12 kannanvr