Gigabit_Networks_Linux – OpenVPN Community

https://community.openvpn.net/openvpn/wiki/Gigabit_Networks_Linux Notes about OpenVPN performance testing. Results, in short: easy to saturate 100Mbit network on common hardware. Possible to do a near wire-line speed on 1Gbit network (needs recent version of openssl-1.0a, fresh intel CPU that does AES in hardware AES-NI, and “–engine aesni” option passed to OpenVPN. 10Gbit – depends on hardware option, raw software speed is ~ 3.5Gb

Gigabit_Networks_Linux – OpenVPN Community

https://community.openvpn.net/openvpn/wiki/Gigabit_Networks_Linux

Intellectual Cramps: Local Continuous Integration with Hudson and Git

http://intellectualcramps.blogspot.com/2010/04/local-continuous-integration-with.html Short article on how to configure hudson (jenkins) CI with git

Real-World Web Application Benchmarking | Facebook

http://www.facebook.com/notes/facebook-engineering/real-world-web-application-benchmarking/203367363919 Facebook has build custom web-app testing framework to test server performance. Read it, especially the section on why “standard” SPECxxx benchmarks are not a good measure of anything. Also, ready about performance-per-watt, as this is really important for modern data centers.

Test-Driven JavaScript Development: Safari Books Online

http://my.safaribooksonline.com/book/programming/javascript/9780321684097 also see http://www.amazon.com/Test-Driven-JavaScript-Development-Developers-Library/dp/0321683919/ref=sr_1_1?ie=UTF8&qid;=1301526589&sr;=8-1 / good reviews/

aost - Tellurium Automated Testing Framework [Project Hosting on Google Code]

http://code.google.com/p/aost/ UI-module bases framework for auto-testing web applications, uses Selenium to interface with web sites (written in n Java, Groovy, JQuery, JavaScript), test can be written in Java, Groovy or special Tellurium DSL. )

Joint Interoperability Test Command -- US DoD IPv6 Equipment Compatibility Report

http://jitc.fhu.disa.mil/apl/ipv6.html Special Interoperability Certification for IPv6 Capability, for US DoD

Sample Videos

http://www.jhepple.com/support/sample_movies1.htm 16 different video samples, useful are writing any video processing app and you need samples to check

Testing Network Changes When No Test Labs Exist? [Slashdot Comments]

http://ask.slashdot.org/comments.pl?sid=1489564&cid=30547976 slashdot comments on the topic listing useful network testing and emulation tools

SourceForge.net: BenchmarkSQL

http://sourceforge.net/projects/benchmarksql tool for testing database performance, jdbc-based, supports a lot of different DBs