HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 04:50:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090611051247
location: https://web.archive.org/web/20090611051247/https://gist.github.com/delano
server-timing: captures_list;dur=0.611512, exclusion.robots;dur=0.020107, exclusion.robots.policy;dur=0.008406, esindex;dur=0.012435, cdx.remote;dur=17.975312, LoadShardBlock;dur=139.389487, PetaboxLoader3.datanode;dur=60.756896
x-app-server: wwwb-app211
x-ts: 302
x-tr: 185
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 04:50:31 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 11 Jun 2009 05:12:47 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2775ms
x-archive-orig-etag: "5c1477fdf017c2aa10faffe46363f081"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 10340
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 11 Jun 2009 05:12:47 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 11 Jun 2009 05:12:47 GMT", ; rel="memento"; datetime="Thu, 11 Jun 2009 05:12:47 GMT", ; rel="next memento"; datetime="Tue, 11 Aug 2009 03:42:14 GMT", ; rel="last memento"; datetime="Fri, 04 Apr 2025 20:41:42 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090611034950_crawl101_IndexOnly-c/52_10_20090611051156_crawl101.arc.gz
server-timing: captures_list;dur=0.552714, exclusion.robots;dur=0.019016, exclusion.robots.policy;dur=0.008417, esindex;dur=0.011077, cdx.remote;dur=24.954194, LoadShardBlock;dur=170.781655, PetaboxLoader3.datanode;dur=78.381674, PetaboxLoader3.resolve;dur=255.984139, load_resource;dur=220.305119
x-app-server: wwwb-app211
x-ts: 200
x-tr: 471
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Gist - GitHub
Public Gists by delano
1
2
3
|
# Amazon EC2 EBS Performance Test This gist describes a working Rudy configuration for running the Bonnie64 benchmark on EC2.
|
1
2
3
|
s1 = {:host=>'foo', :user => 'foobar'} s2 = {:host=>'bar', :user => 'foobar'} s3 = {:host=>'baz', :user => 'foobar'}
|
1
2
3
|
(This is the text of the keynote I gave at Startup Riot 2009. Will update when video becomes available.)
Hi everyone, I'm Chris Wanstrath, and I'm one of the co-founders of GitHub.
|
1
2
3
|
require 'uri' require 'benchmark' require 'net/http'
|