Guest User

Untitled

a guest
Nov 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. aws --region eu-west-1 --profile production cloudwatch get-metric-statistics --namespace AWS/S3 --metric-name BucketSizeBytes --dimensions Name=BucketName,Value=jm-govuk-assets-production Name=StorageType,Value=StandardStorage --start-time 2017-11-01T00:00 --end-time 2017-11-18T00:00 --period 3600 --statistic Maximum | jq -r '.Datapoints[] | [.Timestamp, .Maximum] | @csv' | sort
  2. "2017-11-07T00:00:00Z",1365
  3. "2017-11-08T00:00:00Z",734821
  4. "2017-11-09T00:00:00Z",64893805
  5. "2017-11-10T00:00:00Z",64893805
  6. "2017-11-11T00:00:00Z",64893805
  7. "2017-11-12T00:00:00Z",64893805
  8. "2017-11-13T00:00:00Z",64893805
  9. "2017-11-14T00:00:00Z",64893805
  10. "2017-11-15T00:00:00Z",64893805
  11. "2017-11-16T00:00:00Z",64893805
Add Comment
Please, Sign In to add comment