/dig-scriptogram

Handy Scripts

Primary LanguageLuaMIT LicenseMIT

Handy Scripts

AWS ELB

The grep_elb scripts finds slow responses times from AWS ELB logs.

  • elb/grep_elb.pl - identifies slowdown within your AWS ELB logfiles. This is the original perl5 script.
  • elb/grep_elb.p6 - identifies slowdown within your AWS ELB logfiles. This is the perl6 script.
  • elb/grep_elb.rb - identifies slowdown within your AWS ELB logfiles. This is the ruby script.
  • elb/grep_elb.lua - identifies slowdown within your AWS ELB logfiles. This is the lua script.
  • elb/grep_elb.js - identifies slowdown within your AWS ELB logfiles. This is the node.js script.