<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (adam.gibbins)</title>
    <link>https://pinboard.in/u:adam.gibbins/public/</link>
    <description>recent bookmarks from adam.gibbins</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/mcollina/autocannon"/>
	<rdf:li rdf:resource="https://hookbin.com/"/>
	<rdf:li rdf:resource="https://github.com/buger/goreplay"/>
	<rdf:li rdf:resource="https://github.com/gchaincl/httplab"/>
	<rdf:li rdf:resource="https://github.com/eliangcs/http-prompt"/>
	<rdf:li rdf:resource="https://gortool.com/"/>
	<rdf:li rdf:resource="https://www.charlesproxy.com/"/>
	<rdf:li rdf:resource="https://github.com/allinurl/goaccess"/>
	<rdf:li rdf:resource="https://larsjung.de/h5ai/"/>
	<rdf:li rdf:resource="https://github.com/astaxie/bat"/>
	<rdf:li rdf:resource="https://github.com/twitter/diffy"/>
	<rdf:li rdf:resource="https://github.com/rakyll/boom"/>
	<rdf:li rdf:resource="https://github.com/wg/wrk"/>
	<rdf:li rdf:resource="https://github.com/buger/gor"/>
	<rdf:li rdf:resource="https://github.com/cookpad/kage"/>
	<rdf:li rdf:resource="https://github.com/jkbr/httpie"/>
	<rdf:li rdf:resource="https://github.com/pfn/keepasshttp"/>
	<rdf:li rdf:resource="https://devcenter.heroku.com/articles/increasing-application-performance-with-http-cache-headers"/>
	<rdf:li rdf:resource="http://mitmproxy.org/"/>
	<rdf:li rdf:resource="https://github.com/vcr/vcr"/>
	<rdf:li rdf:resource="https://github.com/disqus/porkchop"/>
	<rdf:li rdf:resource="http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs/1619677#1619677"/>
	<rdf:li rdf:resource="https://github.com/andrewvc/parbench"/>
	<rdf:li rdf:resource="http://ditchnet.org/httpclient/"/>
	<rdf:li rdf:resource="http://justniffer.sourceforge.net/"/>
	<rdf:li rdf:resource="http://www.varnish-cache.org/"/>
	<rdf:li rdf:resource="http://www.joedog.org/index/siege-home"/>
	<rdf:li rdf:resource="http://www.xenoclast.org/autobench/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/mcollina/autocannon">
    <title>mcollina/autocannon: fast HTTP/1.1 benchmarking tool written in Node.js</title>
    <dc:date>2018-04-13T09:41:10+00:00</dc:date>
    <link>https://github.com/mcollina/autocannon</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>benchmark http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:e71abfbeefa6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:benchmark"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://hookbin.com/">
    <title>Hookbin - Capture and Inspect HTTP Requests</title>
    <dc:date>2017-04-24T17:30:37+00:00</dc:date>
    <link>https://hookbin.com/</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[Hookbin.com - Capture and Inspect HTTP Requests]]></description>
<dc:subject>api post testing http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:3e64a28784aa/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:post"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/buger/goreplay">
    <title>buger/goreplay: GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration cha…</title>
    <dc:date>2017-04-04T09:48:50+00:00</dc:date>
    <link>https://github.com/buger/goreplay</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[goreplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.]]></description>
<dc:subject>proxy traffic replay http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:aeeafebc2488/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:traffic"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:replay"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/gchaincl/httplab">
    <title>gchaincl/httplab: An interactive web server</title>
    <dc:date>2017-03-06T12:25:41+00:00</dc:date>
    <link>https://github.com/gchaincl/httplab</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[httplab - An interactive web server]]></description>
<dc:subject>http webserver</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:b1968a8d866d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:webserver"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/eliangcs/http-prompt">
    <title>eliangcs/http-prompt: HTTPie + prompt_toolkit = an interactive command-line HTTP client featuring autocomplete and syntax highlighting</title>
    <dc:date>2016-05-20T23:28:58+00:00</dc:date>
    <link>https://github.com/eliangcs/http-prompt</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[http-prompt - HTTPie + prompt_toolkit = an interactive command-line HTTP client featuring autocomplete and syntax highlighting]]></description>
<dc:subject>http api</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:d9be9ec35878/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:api"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://gortool.com/">
    <title>Gor - test your system with real data</title>
    <dc:date>2016-05-05T00:22:56+00:00</dc:date>
    <link>https://gortool.com/</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[Gor is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data.]]></description>
<dc:subject>proxy http replay</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:00bd64ca1a91/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:replay"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.charlesproxy.com/">
    <title>Charles Web Debugging Proxy • HTTP Monitor / HTTP Proxy / HTTPS &amp; SSL Proxy / Reverse Proxy</title>
    <dc:date>2015-12-19T10:57:54+00:00</dc:date>
    <link>https://www.charlesproxy.com/</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[<blockquote>Charles Web Debugging Proxy - Official Site</blockquote>]]></description>
<dc:subject>proxy debugging http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:fcd30a66ea2c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/allinurl/goaccess">
    <title>allinurl/goaccess</title>
    <dc:date>2015-12-16T22:53:38+00:00</dc:date>
    <link>https://github.com/allinurl/goaccess</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[<blockquote>GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.</blockquote>]]></description>
<dc:subject>webserver logging http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:20b239445507/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:webserver"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:logging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://larsjung.de/h5ai/">
    <title>h5ai · a modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee · larsjung.de</title>
    <dc:date>2015-11-26T22:43:55+00:00</dc:date>
    <link>https://larsjung.de/h5ai/</link>
    <dc:creator>adam.gibbins</dc:creator><description><![CDATA[<blockquote>a modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee</blockquote>]]></description>
<dc:subject>http index</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:680add2b8ad7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:index"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/astaxie/bat">
    <title>astaxie/bat</title>
    <dc:date>2015-09-19T12:18:20+00:00</dc:date>
    <link>https://github.com/astaxie/bat</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>cli http</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:d4b13a61c98c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:cli"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/twitter/diffy">
    <title>twitter/diffy</title>
    <dc:date>2015-09-05T14:26:31+00:00</dc:date>
    <link>https://github.com/twitter/diffy</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>testing http diff</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:a7ad92a2c93e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:diff"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/rakyll/boom">
    <title>rakyll/boom</title>
    <dc:date>2014-01-12T03:29:53+00:00</dc:date>
    <link>https://github.com/rakyll/boom</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>benchmark http performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:d0ad4560bb07/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:benchmark"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/wg/wrk">
    <title>wg/wrk</title>
    <dc:date>2013-09-22T14:25:20+00:00</dc:date>
    <link>https://github.com/wg/wrk</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>benchmark http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:624b87476f0e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:benchmark"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/buger/gor">
    <title>buger/gor</title>
    <dc:date>2013-06-20T05:54:57+00:00</dc:date>
    <link>https://github.com/buger/gor</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>replay replication http proxy</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:3de8f205142b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:replay"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:replication"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/cookpad/kage">
    <title>cookpad/kage · GitHub</title>
    <dc:date>2012-12-20T23:04:34+00:00</dc:date>
    <link>https://github.com/cookpad/kage</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>proxy http replay</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:aa33871eeab2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:replay"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/jkbr/httpie">
    <title>jkbr/httpie</title>
    <dc:date>2012-11-13T20:54:50+00:00</dc:date>
    <link>https://github.com/jkbr/httpie</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>http curl api rest</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:c5954e26c592/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:curl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:rest"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/pfn/keepasshttp">
    <title>pfn/keepasshttp</title>
    <dc:date>2012-08-28T21:37:03+00:00</dc:date>
    <link>https://github.com/pfn/keepasshttp</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>keepass http</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:298518017255/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:keepass"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://devcenter.heroku.com/articles/increasing-application-performance-with-http-cache-headers">
    <title>Increasing Application Performance with HTTP Cache Headers | Heroku Dev Center</title>
    <dc:date>2012-07-29T14:54:07+00:00</dc:date>
    <link>https://devcenter.heroku.com/articles/increasing-application-performance-with-http-cache-headers</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>http caching company:heroku</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:4d3c51971ffa/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:caching"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:company:heroku"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mitmproxy.org/">
    <title>mitmproxy - home</title>
    <dc:date>2012-05-14T07:24:21+00:00</dc:date>
    <link>http://mitmproxy.org/</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>http proxy mitm</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:87e64a35f308/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:mitm"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/vcr/vcr">
    <title>VCR</title>
    <dc:date>2012-04-18T20:19:38+00:00</dc:date>
    <link>https://github.com/vcr/vcr</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>ruby testing http api</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:929da2440c53/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:api"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/disqus/porkchop">
    <title>disqus/porkchop</title>
    <dc:date>2012-03-04T19:14:18+00:00</dc:date>
    <link>https://github.com/disqus/porkchop</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>monitoring http company:disqus</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:ab44a9159048/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:monitoring"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:company:disqus"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs/1619677#1619677">
    <title>restful url - How to create REST URLs without verbs? - Stack Overflow</title>
    <dc:date>2012-02-04T20:11:47+00:00</dc:date>
    <link>http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs/1619677#1619677</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>api http rest</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:0a2764f5118f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:rest"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/andrewvc/parbench">
    <title>andrewvc/parbench - GitHub</title>
    <dc:date>2012-01-20T22:59:14+00:00</dc:date>
    <link>https://github.com/andrewvc/parbench</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>benchmark http visualisation</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:eb1b81a918c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:benchmark"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:visualisation"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ditchnet.org/httpclient/">
    <title>HTTP Client - Mac Developer Tool for HTTP Debugging</title>
    <dc:date>2011-12-22T18:57:44+00:00</dc:date>
    <link>http://ditchnet.org/httpclient/</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>http macos</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:b0d67e7cb308/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:macos"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justniffer.sourceforge.net/">
    <title>Justniffer</title>
    <dc:date>2011-10-12T12:22:26+00:00</dc:date>
    <link>http://justniffer.sourceforge.net/</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>http monitoring networking tcpdump tcp traffic</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:1b8ba2678641/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:monitoring"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:networking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:tcpdump"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:tcp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:traffic"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.varnish-cache.org/">
    <title>Varnish Community | Varnish makes websites fly!</title>
    <dc:date>2010-10-03T16:52:23+00:00</dc:date>
    <link>http://www.varnish-cache.org/</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>cache http proxy web varnish caching</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:2a806324e0de/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:cache"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:proxy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:web"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:varnish"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:caching"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.joedog.org/index/siege-home">
    <title>Siege</title>
    <dc:date>2010-08-28T11:09:33+00:00</dc:date>
    <link>http://www.joedog.org/index/siege-home</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>performance testing benchmark http load</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:076308877a1f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:benchmark"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:load"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.xenoclast.org/autobench/">
    <title>Autobench</title>
    <dc:date>2010-05-24T20:05:54+00:00</dc:date>
    <link>http://www.xenoclast.org/autobench/</link>
    <dc:creator>adam.gibbins</dc:creator><dc:subject>performance httperf benchmark http</dc:subject>
<dc:identifier>https://pinboard.in/u:adam.gibbins/b:8054fc3b6293/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:httperf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:benchmark"/>
	<rdf:li rdf:resource="https://pinboard.in/u:adam.gibbins/t:http"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>