1.0.0 • Published 11 years ago

rps v1.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
11 years ago

rps

Instantaneous requests per second for Elastic Load Balancers

Uses CloudWatch ELB metrics to return the number of requests per second for a given Elastic Load Balancer over the last minute.

Installation

npm install -g rps

Usage

First export your AWS credentials:

export AWS_SECRET_ACCESS_KEY=...
export AWS_ACCESS_KEY_ID=...

Then call rps with an AWS region and load balancer name:

rps <region> <load-balancer-name>