Skip to content

Connects to AWS, and gets the basic monitoring metrics from Cloudwatch and Server and Disk Volume information

Notifications You must be signed in to change notification settings

shivangagarwal/AWSMetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

AWSMetrics Connects to AWS, and gets the basic monitoring metrics from Cloudwatch and Server and Disk Volume information

Usage: For initialization of the class Your AWS KEY and AWS SECRET wll be reqired

for initialization: aws_object = AWSMrtics(AWS_KEY, AWS_SECRET)

to get all the current instances: aws_object.get_current_instances()

to get cpu usages for the past 12 hours: aws_object.get_cpu_usage()

getting the details of the Disk volumes: aws_object.get_volumes_attached()

getting disk usages of the volumes for the past 12 hours: aws_object.get_disk_usage

getting network output of the servers: aws_object.get_network_op()

About

Connects to AWS, and gets the basic monitoring metrics from Cloudwatch and Server and Disk Volume information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages