Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am msde on github.
  • I am mshieh (https://keybase.io/mshieh) on keybase.
  • I have a public key ASCmaFRWkGDruG35LW-2Lj-TZh6sVEGz-c9DZbQ8VI038wo

To claim this, I am signing this object:

@msde
msde / analyze_haproxy_performance.pl
Created August 16, 2016 22:24 — forked from kamermans/analyze_haproxy_performance.pl
HAProxy log analyzer to show response latency distribution from the console
#!/usr/bin/perl
# HAProxy Performance Statistics
# by Steve Kamerman
#
# To use, pipe your HAProxy log with timing information (like "0/0/1/1/3 200") to
# this script. It will output min, max, med, avg and a latency distribution graph.
#
# Info on timing logging in HAProxy: http://code.google.com/p/haproxy-docs/wiki/TimingEvents
#
@msde
msde / 01-packages.config
Last active June 24, 2016 22:36
.ebextensions file for AWS Elastic Beanstalk ImageMagick --with-webp --quantum-depth 8 --disable-openmp
packages:
yum:
bzip2-devel: []
freetype-devel: []
gcc: []
ghostscript-devel: []
GraphicsMagick: []
libpng-devel: []
libjpeg-turbo-devel: []
libwebp-devel: []