Skip to content

Sparrow plugin to show CPUUtilization for ec2 instance

Notifications You must be signed in to change notification settings

melezhik/aws-cw-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

Sparrow plugin to show CPUUtilization for ec2 instance.

INSTALL

$ sparrow plg install aws-cw-cpu

USAGE

To get CPU load for the last 2 weeks with daily granularity:

$ sparrow plg run  aws-cw-cpu --param instance_id=$instance-id --param range='2 weeks'

The same instance, for the last 10 days:

$ sparrow plg run  aws-cw-cpu --param instance_id=$instance-id --param range='10 days'

Parameters

range

Should be in format of: $N weeks|days|hours

Output example:

report

Author

Alexey Melezhik

Prerequisites

Aws cli should be installed

Releases

No releases published

Packages

No packages published

Languages