Skip to content

Instantly share code, notes, and snippets.

View senrabc's full-sized avatar

Christopher P. Barnes senrabc

View GitHub Profile
@senrabc
senrabc / speedtest.sh
Created May 18, 2017 02:06 — forked from nixjdm/speedtest.sh
This bash script repeatedly tests the page load times of a website and gives some basic stats for the results.
#!/usr/bin/env bash
########################################################################
# Author: Joseph Nix nixjdm@terminallabs.com 6-18-2015
# Copyright (c) 2015 Terminal Labs
# Distributed under the MIT License.
# (See http://opensource.org/licenses/MIT)
#
# This tests the average page load time for a given url. It can be set
# to run any number of tests, and then will average the results.
#