JMeter
If you’ve developed a web application chances are your going to want to load test the application. This allows developers to see how their application will perform under high stress and load situations. Moki Systems has experience in testing and diagnosing bottlenecks usign JMeter.
Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
JMeter Uses
JMeter has many features, some of the which include:
- HTTP and FTP servers
- Full Multithreading Framework
- Excellent GUI
- Highly Extensible

As I was browsing today, I noticed an interesting technique in use on the Google search results page. The innocent and plain logo at the top left is actually a single image file made up of multiple images which then are made visible by the CSS for each placement:
This is presumably for optimizatio ...