<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Benchmarking%3A_Sockperf</id>
	<title>Benchmarking: Sockperf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Benchmarking%3A_Sockperf"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Benchmarking:_Sockperf&amp;action=history"/>
	<updated>2026-05-04T22:51:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Benchmarking:_Sockperf&amp;diff=5786&amp;oldid=prev</id>
		<title>Chenhui: Created page with &quot;===Intro=== Sockperf is a network benchmarking utility over socket API that was designed for testing performance (latency and throughput) of high-performance systems (it is al...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Benchmarking:_Sockperf&amp;diff=5786&amp;oldid=prev"/>
		<updated>2015-01-22T09:21:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Intro=== Sockperf is a network benchmarking utility over socket API that was designed for testing performance (latency and throughput) of high-performance systems (it is al...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Intro===&lt;br /&gt;
Sockperf is a network benchmarking utility over socket API that was designed for testing performance (latency and throughput) of high-performance systems (it is also good for testing performance of regular networking systems as well). It covers most of the socket API calls and options. &lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
# download the sockperf package at https://sockperf.googlecode.com/files/sockperf-2.5.241.tar.gz&lt;br /&gt;
# untar the package and cd into the folder&lt;br /&gt;
# execute following command&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
    $ ./autogen.sh&lt;br /&gt;
    $ ./configure --prefix=&amp;lt;path to install&amp;gt;&lt;br /&gt;
    $ make&lt;br /&gt;
    $ make install&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Benchmarking==&lt;br /&gt;
* server side:&lt;br /&gt;
*: &amp;lt;syntaxhighlight&amp;gt; sockperf sr &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*client side:&lt;br /&gt;
*: &amp;lt;syntaxhighlight&amp;gt; sockperf pp -i 192.168.1.8 -t 5 -m 12 &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Notes: to decrease the latency, it is often worth pinning CPU and using optimized tools provided by vendors.&lt;/div&gt;</summary>
		<author><name>Chenhui</name></author>
	</entry>
</feed>