Skip to content

Instantly share code, notes, and snippets.

@RaulGracia
Last active August 17, 2020 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaulGracia/1e5e147de3c268ec7013bc64ca3d2452 to your computer and use it in GitHub Desktop.
Save RaulGracia/1e5e147de3c268ec7013bc64ca3d2452 to your computer and use it in GitHub Desktop.
// Measurement of S3 download bandwidth from i3.4xlarge VMs used in our experiments
[root@ip-10-0-0-233 ec2-user]# time aws s3 cp s3://pravega-aws/0cbd09e9-b1bd-44a9-a0c0-c84823cfab01-ledger-927 test1
download: s3://pravega-aws/0cbd09e9-b1bd-44a9-a0c0-c84823cfab01-ledger-927 to ./test1
real 0m14.730s
user 0m12.342s
sys 0m12.775s
[root@ip-10-0-0-233 ec2-user]# du -sh test1
2.1G test1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment