Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #2544
| From | Lew <noone@lewscanon.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Is load testing a web service with seperate threads from one machine the same as a single thread from seperate machines? |
| Date | 2011-03-29 11:36 -0400 |
| Organization | albasani.net |
| Message-ID | <imsu9o$v96$1@news.albasani.net> (permalink) |
| References | <70451011-07a0-4eac-9cf2-2728b9099f1e@x3g2000yqj.googlegroups.com> <4d8ff35e$0$88197$c30e37c6@exi-reader.telstra.net> <f6275660-bf13-4c20-9680-2358bc466927@l11g2000yqb.googlegroups.com> <4d91891f$0$88196$c30e37c6@exi-reader.telstra.net> |
Esmond Pitt wrote: > ses wrote: >> Out of interest would it be any different if I used a server with a >> number of virtual machines? (Not that I really have that level of >> resources available to me!) > *Everything* that represents a difference between the testing environment and > the deployment environment is significant. In this case you would testing the > server with 1/N less CPU power than would be available if there were N > physical rather than virtual servers. Prety significant, don't you think? Real-world anecdote: I was on a big-iron project a few years ago where the test environment and production environment servers were two different models, with differing core counts, of the same mainframe server brand in the same line (the test environment's was the little brother of the production server), and that made it impossible for the test environment to replicate certain conditions that happened in production. There are formal means to project probabilistically from test results in such situations, but in practice those who know how to do so rarely get the authority to design the test plans. Then again, such people are rare. -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
Back to comp.lang.java.programmer | Previous | Next | Find similar
Re: Is load testing a web service with seperate threads from one machine the same as a single thread from seperate machines? Lew <noone@lewscanon.com> - 2011-03-29 11:36 -0400
csiph-web