<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; throughput</title> <atom:link href="http://www.cyberciti.biz/tips/tag/throughput/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Lighttpd Traffic Shaping: Throttle Connections Per Single IP  (Rate Limit)</title><link>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html#comments</comments> <pubDate>Sun, 21 Jun 2009 00:02:13 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[firewall limit connections per second]]></category> <category><![CDATA[Iptables limit connections per second]]></category> <category><![CDATA[Iptables limit port 80 connections per second]]></category> <category><![CDATA[lighttpd  throughput]]></category> <category><![CDATA[lighttpd limit traffic]]></category> <category><![CDATA[limit traffic]]></category> <category><![CDATA[PF limit connections per second]]></category> <category><![CDATA[PF limit port 80 connections per second]]></category> <category><![CDATA[throughput]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5148</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/lighttpd' title='See all Lighttpd related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/light_logo.png' border='0' /></a></div> If you do not control or throttle end users, your server may run out of resources.  Spammers, abuser and badly written bots can eat up all your bandwidth. A webserver must keep an eye on connections and limit connections per second. This is serving 101. The default is no limit. Lighttpd can limit the throughput for each single connection (per IP) or for all connections. You also need to a use firewall to limit connections per second. In this article I will cover firewall and lighttpd web server settings to throttle end users. The firewall settings can be applied to other web servers such as <a
href="http://www.cyberciti.biz/tips/category/apache">Apache</a> / <a
href="http://www.cyberciti.biz/faq/category/nginx/">Nginx</a> and IIS server behind PF / netfilter based firewall.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html/feed</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Comparison: Linux Disk Scheduler</title><link>http://www.cyberciti.biz/tips/linux-disk-scheduler-benchmarking.html</link> <comments>http://www.cyberciti.biz/tips/linux-disk-scheduler-benchmarking.html#comments</comments> <pubDate>Sat, 09 Aug 2008 21:43:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[benchmarking tools]]></category> <category><![CDATA[disk scheduler]]></category> <category><![CDATA[file system benchmark]]></category> <category><![CDATA[google]]></category> <category><![CDATA[hardware raid]]></category> <category><![CDATA[i/o schedulers]]></category> <category><![CDATA[ionice command]]></category> <category><![CDATA[latency]]></category> <category><![CDATA[linux disk]]></category> <category><![CDATA[linux io scheduler]]></category> <category><![CDATA[outburst]]></category> <category><![CDATA[raid]]></category> <category><![CDATA[raid arrays]]></category> <category><![CDATA[software raid]]></category> <category><![CDATA[throughput]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2620</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> I've already written about <a
href="http://www.cyberciti.biz/faq/linux-change-io-scheduler-for-harddisk/">changing the I/O scheduler for hard disk</a> under Linux and <a
href="http://www.cyberciti.biz/tips/linux-set-io-scheduling-class-priority.html">avoiding sudden outburst</a> of disk I/O using ionice utility. Google has sponsored Gelato@UNSW to take a close look at the disk schedulers in Linux, particularly when combined with RAID. They have now published their findings.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-disk-scheduler-benchmarking.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Download Of The Day: OpenSSH 5.1</title><link>http://www.cyberciti.biz/tips/download-openssh-51-server.html</link> <comments>http://www.cyberciti.biz/tips/download-openssh-51-server.html#comments</comments> <pubDate>Tue, 22 Jul 2008 20:37:11 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[download openssh]]></category> <category><![CDATA[fingerprint]]></category> <category><![CDATA[keygen]]></category> <category><![CDATA[MaxSessions]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[protocol]]></category> <category><![CDATA[tcp]]></category> <category><![CDATA[tcp connection]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[visualisation]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2481</guid> <description><![CDATA[OpenSSH server and client version 5.1 has just been released and available for download. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-openssh-51-server.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>mod_compress: Lighttpd Gzip Compression To Improve Download and Browsing Speed</title><link>http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html#comments</comments> <pubDate>Sat, 26 Apr 2008 10:18:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[php]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[cache]]></category> <category><![CDATA[compression method]]></category> <category><![CDATA[enable mod_compress lighttpd]]></category> <category><![CDATA[enabling gzip compression php.ini]]></category> <category><![CDATA[gzip compression]]></category> <category><![CDATA[gzip header]]></category> <category><![CDATA[Gzip web server components]]></category> <category><![CDATA[install mod defalte in linux box]]></category> <category><![CDATA[lighthttpd gzip]]></category> <category><![CDATA[lighttpd fastcgi]]></category> <category><![CDATA[lighttpd gzip.gzip compression lighttpd]]></category> <category><![CDATA[lighttpd mod_compress gzip]]></category> <category><![CDATA[lighttpd mod_compress help]]></category> <category><![CDATA[mod compress]]></category> <category><![CDATA[mod deflate]]></category> <category><![CDATA[response time]]></category> <category><![CDATA[restart lighttpd]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2239</guid> <description><![CDATA[Gzip compression reduces response times by reducing the size of the HTTP response. This document describes gzipping http traffic which can  reduces the response size by about 70%. Approximately 90% of today's Internet traffic travels through browsers that claim to support compression. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>EKA &#8211; The world&#039;s 4th Fastest Super Computer</title><link>http://www.cyberciti.biz/tips/eka-supercomputer.html</link> <comments>http://www.cyberciti.biz/tips/eka-supercomputer.html#comments</comments> <pubDate>Sat, 29 Mar 2008 06:51:42 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[India]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[alpha quality]]></category> <category><![CDATA[computing research]]></category> <category><![CDATA[cores]]></category> <category><![CDATA[fastest supercomputer]]></category> <category><![CDATA[government funding]]></category> <category><![CDATA[government money]]></category> <category><![CDATA[government of india]]></category> <category><![CDATA[group company]]></category> <category><![CDATA[israeli company]]></category> <category><![CDATA[lustre]]></category> <category><![CDATA[parallel computers]]></category> <category><![CDATA[pune]]></category> <category><![CDATA[related technology]]></category> <category><![CDATA[sata]]></category> <category><![CDATA[supercomputing research]]></category> <category><![CDATA[tata group]]></category> <category><![CDATA[technical details]]></category> <category><![CDATA[technology c]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[top 10 supercomputers]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/eka-supercomputer.html</guid> <description><![CDATA[In November 2007 EKA was announced, which is privately funded supercomputer. Eka, built by CRL, Pune is the world's 4th fastest supercomputer, and the fastest one that didn't use government funding. This is the same supercomputer referenced in Yahoo!'s recent announcement about cloud computing research at the Hadoop Summit. This article describes some of the [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/eka-supercomputer.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux Fibre Channel over Ethernet implementation code released</title><link>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html</link> <comments>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html#comments</comments> <pubDate>Tue, 18 Dec 2007 18:58:10 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Open source coding]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[15m]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[bridges]]></category> <category><![CDATA[central database server]]></category> <category><![CDATA[channel protocol]]></category> <category><![CDATA[complexity]]></category> <category><![CDATA[copper]]></category> <category><![CDATA[encapsulation]]></category> <category><![CDATA[ethernet adapter]]></category> <category><![CDATA[ethernet packets]]></category> <category><![CDATA[fcf]]></category> <category><![CDATA[fcoe]]></category> <category><![CDATA[fibre channel fabric]]></category> <category><![CDATA[fibrechannel]]></category> <category><![CDATA[intel]]></category> <category><![CDATA[lld]]></category> <category><![CDATA[network convergence]]></category> <category><![CDATA[scsi]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[transport module]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html</guid> <description><![CDATA[Intel has just released source code for Fibre Channel over Ethernet (FCoE). It provides some Fibre Channel protocol processing as well as the encapsulation of FC frames within Ethernet packets. FCoE will allow systems with an Ethernet adapter and a Fibre Channel Forwarder to login to a Fibre Channel fabric (the FCF is a "gateway" [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HowTo: Linux Check IDE / SATA Hard Disk Transfer Speed</title><link>http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html</link> <comments>http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html#comments</comments> <pubDate>Sun, 07 Oct 2007 12:26:24 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[accurate result]]></category> <category><![CDATA[bios motherboard]]></category> <category><![CDATA[buffer cache]]></category> <category><![CDATA[command line interface]]></category> <category><![CDATA[computer case]]></category> <category><![CDATA[dd command]]></category> <category><![CDATA[device driver]]></category> <category><![CDATA[disk access]]></category> <category><![CDATA[disk access time]]></category> <category><![CDATA[disk speed]]></category> <category><![CDATA[disk speed time]]></category> <category><![CDATA[hdparm command]]></category> <category><![CDATA[kernel source code]]></category> <category><![CDATA[kernels]]></category> <category><![CDATA[linux ata]]></category> <category><![CDATA[meaningful results]]></category> <category><![CDATA[processor cache]]></category> <category><![CDATA[sata hard disk]]></category> <category><![CDATA[sda]]></category> <category><![CDATA[speed 3]]></category> <category><![CDATA[speed info]]></category> <category><![CDATA[stock linux]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[transfer speed]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux/' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">S</span>o how do you find out how fast is your hard disk under Linux? Is it running at SATA I (150 MB/s) or SATA II (300 MB/s) speed without opening computer case or chassis?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html/feed</wfw:commentRss> <slash:comments>19</slash:comments> </item> </channel> </rss>
