Monitoring Cloud Computing Performance with PRTG: CPU, Disk, Memory Speed Comparison of Amazon EC2 Instance Types - From The CEO's Blog

http://www.paessler.com/blog/2009/04/06/prtg-7/monitoring-cloud-computing-performance-with-prtg-cpu-disk-memory-speed-comparison-of-amazon-ec2-instance-types/ Confirms what was noted elsewhere: EC2 small instance is not worth the money, it performs several times slower than medium or large instances

Rackspace Cloud Servers versus Amazon EC2: Performance Analysis

http://www.thebitsource.com/featured-posts/rackspace-cloud-servers-versus-amazon-ec2-performance-analysis/ Testing amazon and rackspace instances: kernel compile time and “how much it costs to compile kernel on $instance”, and IO tests using IOzone – in short: rackspace is cheaper/better, about 2x on average across the board. Note about “m1.small” i.e. small ec2 instance – performance sux, and it is actually cheaper to use a more expensive instance, “medium - cpu” or c1.medium.

PostgreSQL versus Oracle!

http://diznix.com/dizwell/archives/153 Full Text Search benchmark, Oracle vs Postgres, on 2x Quad core Xeon, 8G RAM, 2 SSDs x RAID 1. Pg is being slightly faster when query contains several words, once word count increases, oracle leaps ahead (suggesting a more mature FTS implementation)

Jesper-Brouer_Large-iptables-rulesets.pdf (application/pdf Object)

http://nfws.inl.fr/nfws_userday/Jesper-Brouer_Large-iptables-rulesets.pdf Netfilter: Making large iptables rulesets scale

[RUS ]nuclight: Torrent: альтернативный способ детектирования [how to detect torrent protocol by looking at tracker requests]

http://nuclight.livejournal.com/125747.html A way to detect BT protocol traffic – instead of looking at every packet, traffic to torrent tracker websites is redirected (via divert(4) ) and then analyzed. Analyzer script (PERL) produces the src_ip, dst_ip, dst_port triplet, this info can be used to produce firewall rules

dga: Notes from Google "Flash" talk at UCSD non-volatile memories workshop

http://dga.livejournal.com/44132.html a lot of interesting details about using flash drives as cache and high-perf block io devices (notes from google talk given at UCSD)

InsideBufferCache.pdf (application/pdf Object)

http://www.westnet.com/~gsmith/content/postgresql/InsideBufferCache.pdf “There’s very little information about PostgreSQL buffer cache

Try Redis -- Reddis Database online demo

http://try.redis-db.com/ very cool demo. Reddis command prompt in AJAX

Slides from Linux Kernel Networking Miniconf 2009 [Index of /netconf2009_slides]

http://vger.kernel.org/netconf2009_slides/ Notes performance of the recent linux kernels on Nehalem hadrware, linux kernel bridges, DCCP protocol, visualization (cgroups), configuration protocol, etc.

Perfomance: C vs Java [Azul Systems - Cliff Click Jr.’s Blog]

http://blogs.azulsystems.com/cliff/2009/09/java-vs-c-performance-again.html somewhat useful comparative review