+ All Categories
Home > Documents > EuroSTAR 2013 Albert Witteveen Final

EuroSTAR 2013 Albert Witteveen Final

Date post: 13-Apr-2017
Category:
Upload: albert-witteveen
View: 136 times
Download: 1 times
Share this document with a friend
27
Transcript
Page 1: EuroSTAR 2013 Albert Witteveen Final
Page 2: EuroSTAR 2013 Albert Witteveen Final

With cloud computing:who needs performance testing

Albert Witteveen

Page 3: EuroSTAR 2013 Albert Witteveen Final

You just woke up after a 10 years nap:

Team member:“We can add extra processing power and memory on the fly.

An extra database has a lead time of two weeks”

Imagine

Page 4: EuroSTAR 2013 Albert Witteveen Final

Does this sound familiar: Performance test: everything OK Day 1 on production: we end up adding more than four

times the hardware

Question

Page 5: EuroSTAR 2013 Albert Witteveen Final

1. the tools simulate but are not quite equal2. load profiles are based on too many assumptions3. we report more accurately than we can measure4. long setup time → limited amount of tests5. we hide it all in complex reports

Load testing weak points

Page 6: EuroSTAR 2013 Albert Witteveen Final

We send and accept the same requests and responses but can't anticipate slight changes

In production, a lot more is going on than just our test Did we really get a good response Similar hardware is expensive

Our tools simulate reality but are not equal

Page 7: EuroSTAR 2013 Albert Witteveen Final

Cloud computing: adding extra hardware can be done on the fly and on a moments notice

With the high costs of performance testing and how easy we can 'speed things up' if needed:

Why bother testing? The money is better spent on that extra hardware

Cloud computing

Page 8: EuroSTAR 2013 Albert Witteveen Final

Just start with an overkill of hardware and scale down to what is actually used!

Dutch auction?

Page 9: EuroSTAR 2013 Albert Witteveen Final

Introducing: The Queuing theory

Page 10: EuroSTAR 2013 Albert Witteveen Final

The naïve tester (me)

Page 11: EuroSTAR 2013 Albert Witteveen Final

Computers are running or idling. The queuing theory is an established model for

performance engineers It can describe the behavior of systems on every layer

Queuing theory

Page 12: EuroSTAR 2013 Albert Witteveen Final

Simple queue

Page 13: EuroSTAR 2013 Albert Witteveen Final

Multiple registers

Page 14: EuroSTAR 2013 Albert Witteveen Final

Take a number

Page 15: EuroSTAR 2013 Albert Witteveen Final

Queuing center: a location in our system where waiting (queuing) occurs a Bottleneck if you will

◦ They can exist anywhere: CPU, Memory, Network, IO, other systems◦ There is always one or more queuing centers◦ A queuing center really determines the performance◦ The queuing center provide key information on scalability◦ Service and wait time are the real components of performance

Queuing center

Page 16: EuroSTAR 2013 Albert Witteveen Final

Queuing model describe anything: large connected systems, small, embedded ...

You can 'zoom in' and the model can describe the behavior or the server

You can keep zooming in to CPU, network etc.

Multiple layers

Page 17: EuroSTAR 2013 Albert Witteveen Final

Multiple zoom levels Residence time = wait + service time There is always a queuing center No queuing center found: look harder

Queuing models

Page 18: EuroSTAR 2013 Albert Witteveen Final

Cloud computing not infinite: Financial limit Technical: IO/Network/CPU speed per process

We don't build supercomputers to calculate a mortgage offer

Back to the cloud

Page 19: EuroSTAR 2013 Albert Witteveen Final

Always find the queuing centers Based on the result: judge 'yes we are likely to meet

requirement X Y and Z' Show where the risks are 'requirement x cannot be feasibly

met for function y' Explore the risks

How to apply the queuing theory

Page 20: EuroSTAR 2013 Albert Witteveen Final

Explore identified resource heavy components with stakeholders, developers and oracles◦ Other use of this component?◦ Real frequency of usage?◦ Validity of the (generic) requirement for this function?

Place the results in context: ◦ You may have a bigger issue than you thought◦ Or it is actually OK for this usage

Exploring the risks

Page 21: EuroSTAR 2013 Albert Witteveen Final

Define a set of key functions/use cases with stakeholders and experts (i.e. functional testers)

Per test identify at least one queuing center Compare with generic requirements

◦ Can meet ?◦ Risk exist → explore → place in context →define further test

The model allows you to place real behavior in context and a realistic assessment of risk

Approach

Page 22: EuroSTAR 2013 Albert Witteveen Final

If no queuing center was found → monitoring was not sufficient

Queuing centers:◦ Tell you about the risks to core functionality: performance and

financial◦ Tell you on the ability to scale◦ Improve response time in scaling up

For stakeholders

Page 23: EuroSTAR 2013 Albert Witteveen Final

Stakeholders don't (necessarily) understand queuing models

Explain in what matters to them: i.e. when making the offer it takes 15 seconds to generate

Think of the systems as queuing systems and explain behavior

Make a model?

Page 24: EuroSTAR 2013 Albert Witteveen Final

Knowing what the behavior is can tell you:◦ if you can handle requirements ◦ how to scale if needed◦ estimate if performance can be met within budget◦ if you need to adapt your cloud (i.e. improve IO/network, CPU)

So yes: it still makes sense to do performance testing

Summary for the cloud

Page 25: EuroSTAR 2013 Albert Witteveen Final

Batch process tested to be run from multiple servers Process needed to be faster Risk: 'on-line' processes on server should not be impacted

Finding: 3 servers, three times as fast. But no queuing center found???

Deep diving in CPU monitoring showed the queuing center: Process was pausing/waiting after each cycle

Conclusion: → on-line processes not impacted as there was sufficient CPU time for other processes

Example: batch process

Page 26: EuroSTAR 2013 Albert Witteveen Final

Stress point found Unclear where queuing center was

Cause: JAVA memory management can be deceiving on OS level.

Rule that the queuing center needed to be found made us find out. The absence of a queuing center makes you look further

Example JAVA

Page 27: EuroSTAR 2013 Albert Witteveen Final

Next


Recommended