4 rows where referer = "http://simonwillison.net/" sorted by request_time descending

View and edit SQL

Suggested facets: user_agent

status_code

referer

  • http://simonwillison.net/ · 4
Link rowid line measure#nginx.service request status_code request_id remote_addr forwarded_for forwarded_proto via body_bytes_sent referer user_agent request_time ▲ upstream_response_time upstream_connect_time upstream_header_time
197 2021-08-05T19:13:42.914062+00:00 app[web.1]: measure#nginx.service=2.464 request="GET / HTTP/1.1" status_code=200 request_id=0b2bedbe-f9bf-4ccb-80a5-6360fccf3bd8 remote_addr="10.1.3.226" forwarded_for="34.71.236.85, 172.70.130.27" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=108602 referer="http://simonwillison.net/" user_agent="Go-http-client/2.0" request_time="2.464" upstream_response_time="2.464" upstream_connect_time="0.000" upstream_header_time="2.464"; 2.464 GET / HTTP/1.1 200 0b2bedbe-f9bf-4ccb-80a5-6360fccf3bd8 10.1.3.226 34.71.236.85, 172.70.130.27 http 1.1 vegur 108602 http://simonwillison.net/ Go-http-client/2.0 2.464 2.464 0.0 2.464
237 2021-08-05T19:14:37.519495+00:00 app[web.1]: measure#nginx.service=2.377 request="GET /2021/Jul/23/the-tyranny-of-spreadsheets/ HTTP/1.1" status_code=200 request_id=3afae2a7-5d99-4b50-aba3-66bfbda42012 remote_addr="10.1.7.41" forwarded_for="95.130.216.20, 162.158.183.125" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=4266 referer="http://simonwillison.net/" user_agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)" request_time="2.377" upstream_response_time="2.376" upstream_connect_time="0.000" upstream_header_time="2.376"; 2.377 GET /2021/Jul/23/the-tyranny-of-spreadsheets/ HTTP/1.1 200 3afae2a7-5d99-4b50-aba3-66bfbda42012 10.1.7.41 95.130.216.20, 162.158.183.125 http 1.1 vegur 4266 http://simonwillison.net/ Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E) 2.377 2.376 0.0 2.376
203 2021-08-05T19:13:51.962383+00:00 app[web.1]: measure#nginx.service=1.500 request="GET / HTTP/1.1" status_code=200 request_id=581544e7-af43-4fbf-b477-33702d2deb3b remote_addr="10.1.29.75" forwarded_for="34.132.160.115, 162.158.75.152" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=108589 referer="http://simonwillison.net/" user_agent="Go-http-client/2.0" request_time="1.500" upstream_response_time="1.500" upstream_connect_time="0.000" upstream_header_time="1.500"; 1.5 GET / HTTP/1.1 200 581544e7-af43-4fbf-b477-33702d2deb3b 10.1.29.75 34.132.160.115, 162.158.75.152 http 1.1 vegur 108589 http://simonwillison.net/ Go-http-client/2.0 1.5 1.5 0.0 1.5
143 2021-08-05T19:12:18.044578+00:00 app[web.1]: measure#nginx.service=0.431 request="GET / HTTP/1.1" status_code=200 request_id=733b6b77-a113-4c68-a75a-2a55edd6ec97 remote_addr="10.1.91.167" forwarded_for="34.122.4.57, 172.70.126.10" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=108585 referer="http://simonwillison.net/" user_agent="Go-http-client/2.0" request_time="0.431" upstream_response_time="0.432" upstream_connect_time="0.000" upstream_header_time="0.432"; 0.431 GET / HTTP/1.1 200 733b6b77-a113-4c68-a75a-2a55edd6ec97 10.1.91.167 34.122.4.57, 172.70.126.10 http 1.1 vegur 108585 http://simonwillison.net/ Go-http-client/2.0 0.431 0.432 0.0 0.432

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "log" (
   [line] TEXT,
   [measure#nginx.service] FLOAT,
   [request] TEXT,
   [status_code] INTEGER,
   [request_id] TEXT,
   [remote_addr] TEXT,
   [forwarded_for] TEXT,
   [forwarded_proto] TEXT,
   [via] TEXT,
   [body_bytes_sent] INTEGER,
   [referer] TEXT,
   [user_agent] TEXT,
   [request_time] FLOAT,
   [upstream_response_time] FLOAT,
   [upstream_connect_time] FLOAT,
   [upstream_header_time] FLOAT
);