Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3sync Statistics for Amount of Data Transferred and Speed of Transfer #29

Open
kannanvr opened this issue Dec 26, 2019 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@kannanvr
Copy link

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

@larrabee
Copy link
Owner

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.

@kannanvr
Copy link
Author

kannanvr commented Dec 30, 2019

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 ?

@larrabee larrabee added the enhancement New feature or request label Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants