Top Banner
Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock http://blog.ozippy.com @ozippy Time and Energy Matters”
14

Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock @ozippy Time and Energy Matters.

Mar 30, 2015

Download

Documents

Anna Jose
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

SponsorsGold

Silver

Bronze

Performance Testing and SharePoint

Jeremy Hancockhttp://blog.ozippy.com

@ozippy“Time and Energy Matters”

Page 2: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Page 3: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Daily time saved going from 5s to 2s – 10 page loads per day/person

10 Users 100 Users 1000 Users 5000 Users0.005.00

10.0015.0020.0025.0030.0035.0040.0045.00

Hours per day

Hours per day

Page 4: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Some real life experiences

• Inconsistency– Between 5 and 50 seconds to load a page

• Reliability– Memory leaks causing app pool recycles– Load balancer failures under stress

• Latency– 30+ seconds to load a page at remote locations

• Poor perception– Page ‘blocking’ causing perceived poor performance

Page 5: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

What’ the difference?

Performance Testing and

optimisation

Load/Stress Testing

Page 6: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

My approach

What • What should I focus on?

Optimise• Get those

things working to where I’m satisfied

Load test• Make sure that

it isn’t going to break under stress

Page 7: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

DEMOPerformance Testing and Optimisation

Page 8: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

What did we just look at?

• Tools– Yslow– Google Page Speed– Fiddler– Developer dashboard

• Asynchronous calls• Caching– Page Output– Blob– Custom

Page 9: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Load/Stress Testing

• What are we trying to test?– Will the infrastructure ‘break’ under load?– What is the maximum sustained RPS within the

target response time?

Page 10: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Requests Per Second (RPS)• A = Total # of users (1000)• B = Estimated % concurrent users (50%)• C = Average # of requests per day (20 * 10 = 200)• D = Peak ratio (x2)• E = Hours in a business day (8)

• Requests per day = A * B * C * D• Seconds per day = E * 3600 (seconds per business day)• RPS = Requests per day/Seconds per day• RPS= (1000 x 50% x200x2)/(8x3600)• RPS= 200,000/28,800 = 6.94

http://blogs.technet.com/b/wbaer/archive/2007/07/06/requests-per-second-required-for-sharepoint-products-and-technologies.aspx

Page 11: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

DEMOLoad Testing

Page 12: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Tips

• Difference between F5 and clicking a link• Create warm up scripts• Don’t use think time• Keep tests discrete• Visual Studio does NOT execute JavaScript• % of new users

Page 13: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

QUESTION AND ANSWER

Respect the Time and Energy of your customers. Don’t forget people that have a high latency link. Make the effort to know what to expect and optimise. Give your users a great perception of performance.

“Don't lower your expectations to meet your performance. Raise your level of performance to meet your expectations. Expect the best of yourself, and then do what is necessary to make it a reality.”Ralph Marston

Page 14: Sponsors Gold Silver Bronze Performance Testing and SharePoint Jeremy Hancock   @ozippy Time and Energy Matters.

Canberra 2011

Related Links

http://blog.ozippy.com/“Would you like to save users 1,000+ hours per year?”