$ uname -r
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Spiderme - quick and clean benchmarking for website performance on Pantheon. | |
# | |
# This script uses wget to "spider" your website to provide a good set of data | |
# on site performance. It will automatically bypass Pantheon's edge cache, and | |
# skip images, javascript, css, etc. It will also only spider links that are | |
# under the multidev environment you are spidering. | |
# | |
# |