Skip to content

Instantly share code, notes, and snippets.

@robbat2
Last active April 21, 2020 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbat2/122f82571d8ddbcdd7a8d1795d965695 to your computer and use it in GitHub Desktop.
Save robbat2/122f82571d8ddbcdd7a8d1795d965695 to your computer and use it in GitHub Desktop.
$ httpstat "https://bugs.gentoo.org/show_bug.cgi?id=717442"
Connected to 2607:fcc0:4:ffff::4:443 from 2001:569:(redacted)
HTTP/1.1 200 OK
Date: Tue, 21 Apr 2020 18:28:12 GMT
Server: Apache
Content-security-policy: frame-ancestors 'self'
Strict-transport-security: max-age=15768000; includeSubDomains
X-content-type-options: nosniff
X-frame-options: SAMEORIGIN
X-xss-protection: 1; mode=block
Set-Cookie: Bugzilla_login_request_cookie=tIBWOtzAUk; path=/; secure; HttpOnly
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Body stored in: /tmp/tmpci04aeob
DNS Lookup TCP Connection TLS Handshake Server Processing Content Transfer
[ 0ms | 6ms | 32ms | 2150ms | 43ms ]
| | | | |
namelookup:0ms | | | |
connect:6ms | | |
pretransfer:38ms | |
starttransfer:2188ms |
total:2231ms
$ httpstat 'https://bugs.gentoo.org/bots.html'
Connected to 2607:fcc0:4:ffff::4:443 from 2001:569:(redacted)
HTTP/1.1 200 OK
Date: Tue, 21 Apr 2020 18:32:23 GMT
Server: Apache
Last-Modified: Thu, 09 Apr 2020 12:50:25 GMT
ETag: "1e65e-1366-5a2db0f834f36"
Accept-Ranges: bytes
Content-Length: 4966
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Body stored in: /tmp/tmpmtcr54o3
DNS Lookup TCP Connection TLS Handshake Server Processing Content Transfer
[ 1ms | 5ms | 32ms | 7ms | 0ms ]
| | | | |
namelookup:1ms | | | |
connect:6ms | | |
pretransfer:38ms | |
starttransfer:45ms |
total:45ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment