Skip to content

Instantly share code, notes, and snippets.

View zequeitor's full-sized avatar

Ezequiel Villarreal zequeitor

View GitHub Profile
@zequeitor
zequeitor / wordpress-ab.sh
Last active April 5, 2017 18:38 — forked from electrawn/wordpress-ab.sh
Wordpress logged in user performance test with apache bench
#!/bin/bash
# For cygwin, APACHEBENCH could be /usr/sbin/ab2, else ab will suffice on linux/unix systems.
#
# This script is a fork of https://gist.github.com/electrawn/6815208
#
# Fixed variable names
# Added concurrency and requests parameters
# Added curl and ab detection
#