Most interesting links of February

Articles, links etc.

Git
  • The Git Parable (thx to Alexander) - a good and easy to understand explanation of the story behind Git and thus also its main goals and concepts. It really helps in understanding what makes Git different from Subversion and thus empowers you to use it to its full capabilities and in accordance with its philosophy and not (painfully) against it. Though I'd appreciate little more coverage of merging and cooperation in the Git world.
Performance
  • Some thoughts on stress testing web applications with JMeter (part 2) - what to measure, when to stop, what listeners to use, some practical tips e.g. for using remote slave JMeter instances, how to interpret the results (explanation of mean, std. deviation, confidence interval). By Nicolas Vahlas, 3/2010.
  • Scalability Factors of JMeter in Performance Testing projects (conference paper, 2008) - what factors determine what number of virtual users (VU) a load test tool can efficiently simulate and experiments to determine the impact of those factors on JMeter. Each VU has an associated cost in terms of CPU and memory (send, process, store request/response etc.) => number of VUs depends on the HW and the complexity of the messages and protocol and on the load test script complexity.
    • For example one commercial tool claims to support up to nearly 2k VUs on 1GHz PIII w/ 1GB but w/o stating the other factors.
    • JMeter scalability experiments results (Def.: Scalability limit reached when additional VUs aren't increasing the server's load (i.e. the test tool has become the bottleneck)):
      • Response time: "The optimal number of virtual users increases with increase in response time. It increases from around 180 virtual users to around 700 optimal virtual users when the response time changes from 500 ms to 1.5 seconds."
      • Application response size: "Application response size has a massive effect on the load generation capabilities of JMeter. The optimal # of virtual users drops from around 500 virtual users to a measly 115 virtual users when the application response size increases form 20 kb to 100kb."
      • Communication protocol (HTTP x HTTPS): The load generation capability decreases by 50% or more when the protocol is HTTPS
    • HW used for the test machine: P4 2.4GHz, 2GB RAM.
  • A. Bien: Can Stateful Java EE 6 Apps Scale? - Another Question Of The Week - the answer: Yes. A.B. always starts with Gateway+PDO and measures the performance/overhead with VisualVM, JMeter. Don't forget that stateless applications usually just move the state and therefore scalability problem to the DB.
Other
  • Switching to Plan J - isn't Scala good enough (yet)? - by Jonathan Edwards. Really an interesting read including the comments (well, the first half - esp. Martin, Stuart R., Vincent etc.) - though very impressive, is Scala too complex and do we need syntax subsets for normal people? The state of IDE support is bad but should be getting better.
  • Opinion: The unspoken truth about managing geeks - a great article on corporate culture and psychology, which turn people into stereotypical geeks - invaluable advices for managing IT professionals. And it's fun to read! (Well, at least if you're a geek observeing the very things he speaks about around you.)
  • ThoughtWorks Technology Radar, Januar 2011 - Scala up to Trial, DevOps, .... . Unchanged: ESB, GWT & RIA on hold, Apache Camel (integration library) on Trial. Other interesting: CSS supersets supporting variables etc. like LESS.

Quotes of the month

I've decided to add this occassional section to capture interesting or inspirational comments of famous as well as ordinary people.
  • "if i learn, i end up going fast. if i just try to go fast, i don't learn & only go fast briefly." (Kent Beck's Twitter, 2/11). Reflects nicely a discussion I recently had with a colleague :-) I also like the follow-ups:
    • Mike Hogan: any links/books you can suggest to help get more grounded in this mindset of valuing learning over trying to go fast?
    • Kent Beck: "zen in the art of archery" is one classic that i've found helpful. that and endlessly trying to do it wrong...
  • "The computer industry is the only industry that is more fashion-driven than women's fashion." - by Richard Stallman in Cloud computing is a trap, 2008-09-29. I might not agree with everything he says but there certainly is a seed of truth in that!
  • "Shipping is a feature. A really important feature. Your product must have it." by Joel Spolsky in The Duct Tape Programmer, 2009-09-23. This is something we should really keep in mind and explain to the product owners too :-)

Tags: scala testing java tool performance


Copyright © 2024 Jakub Holý
Powered by Cryogen
Theme by KingMob