Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melezhik/aws-cw-cpu
Sparrow plugin to show CPUUtilization for ec2 instance
https://github.com/melezhik/aws-cw-cpu
aws cloudwatch ec2 ec2-instance monitoring perl perl5 sparrow sparrowhub
Last synced: about 2 months ago
JSON representation
Sparrow plugin to show CPUUtilization for ec2 instance
- Host: GitHub
- URL: https://github.com/melezhik/aws-cw-cpu
- Owner: melezhik
- Created: 2017-09-27T09:53:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T20:29:51.000Z (over 7 years ago)
- Last Synced: 2024-11-05T22:03:11.670Z (3 months ago)
- Topics: aws, cloudwatch, ec2, ec2-instance, monitoring, perl, perl5, sparrow, sparrowhub
- Language: Perl
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
Awesome Lists containing this project
README
# 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](https://raw.githubusercontent.com/melezhik/aws-cw-cpu/master/cw.png)
# Author
Alexey Melezhik
# Prerequisites
Aws cli should be installed