Skip to content

Instantly share code, notes, and snippets.

@geekhead
Created December 6, 2013 18:48
Show Gist options
  • Save geekhead/7830133 to your computer and use it in GitHub Desktop.
Save geekhead/7830133 to your computer and use it in GitHub Desktop.
aws cloudwatch get-metric-statistics --namespace AWS/ELB --metric-name RequestCount --dimensions Name=LoadBalancerName,Value=gardens-prod --statistics Sum --start-time 2013-12-06T18:47:18Z --end-time 2013-12-06T18:48:18Z --period 60 --profile scripps-east | jq .Datapoints[].Sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment