Skip to content

DLewis01/AWS-response-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AWS-response-time

Graph hourly timings on AWS AZ responses and create a web page This is useful for finding which is the quickest AZ for you over time as well as finding service degradation

Screenshot 2024-10-31 at 5 05 03 pm

Screenshot 2024-10-31 at 5 07 05 pm

Requirements GNUplot

on linux you can usually install this with

    yum install gnuplot 

or

  dnf install gnuplot

or if you are on Mac with either

  port install gnuplot

or

  brew install gnuplot

Install

Put this script where you like

make it executable with

chmod +x aws_response.sh

create a subdir mkdir {path}/graphs

edit the script to point to your webdirectory by setting WEBDIR="you web path" or set it to the install directory if you don't want a publically visible webpage.

set a crontab to run it every hour

1 * * * * {path}/aws_response.sh

where {path} is the location that you've put aws_rsponse

About

Graph hourly timings on AWS AZ responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages