SlideShare a Scribd company logo
1 of 40
#SPSBE




Performance Troubleshooting
      and Optimization
            #SPSBE18



          Pascal Benois
About me
• Microsoft Premier Field Engineer
• Into SharePoint for ages
• Psychobilly enthousiast
• Eddy Merckx fanatic
A big thanks to our sponsors

Platinum Sponsors




Gold Premium Sponsors          Venue Sponsor




Gold Sponsors
Agenda
• The first minutes
• Common scenarios
• Shoud I virtualize ?
• HW considerations
• SQL server considerations
• Memory leaks for the admin (couldn’t prevent myself)
• Caching
Agenda
• So…we are not gonna make it !
QUESTIONS TO ASK
•   Where is a bottleneck?
     • Are all pages/sites/Web applications/servers affected?
•   Any strange patterns?
     • Is the issue intermittent?
     • Does the issue occur for a subset of users?
•   Any errors or unexpected status codes in any if the logs?
•   Are there any customizations in place?
•   Have any software boundaries and limits been breached?
•   What does analysis of common performance counters show?
COMMON SCENARIOS – SLOW PAGE LOAD
•   Issue: A single page is always slow to load, no other pages in the site are slow
•   Likely causes:
     • Poor custom code/customizations
           • Page payload is large or has multiple round-trips
           • A custom Web part is performing badly
     • Operations involving large lists (most likely throttled)
     • Caching is not working correctly for content served on the page
COMMON SCENARIOS – SLOW PAGE LOAD
•   Recommended tools:
     • Fiddler
     • IIS Logs and Log Parser
     • Usage Database
     • Developer Dashboard
     • SPDisposeCheck
COMMON SCENARIOS – SLOW PAGE LOAD
•   Issue: Multiple pages are slow to load but the issue is intermittent
•   Likely causes:
     • Poor custom code/customizations
           • Page payload is large or has multiple round-trips
           • A custom Web part is performing badly
     • Operations involving large lists (most likely throttled)
     • Caching is not working correctly
     • Load balancer device incorrectly configured or a WFE is experiencing problems
     • Load on WFEs is too high (could be NIC, CPU, memory etc.)
COMMON SCENARIOS – SLOW PAGE LOAD
•   Recommended tools:
     • Fiddler
     • IIS Logs and Log Parser
     • Usage Database
     • Developer Dashboard
     • SPDisposeCheck
     • Performance Monitor
     • PAL
COMMON SCENARIOS – SLOW SITE
•   Issue: A single site is consistently slow
•   Likely causes:
     • Poor custom code/customizations
           • Page payload is large or has multiple round-trips
           • A custom Web part is performing badly
     • Caching is not working correctly
COMMON SCENARIOS – MULTIPLE SLOW SITES
•   Issue: Multiple sites are consistently slow
•   Likely causes:
     • Poor customized codes
     • Web Application/Farm scoped customizations
     • Caching is not working correctly
     • SQL Server blocking due to large lists/databases
     • Load balancer device incorrectly configured or a WFE is experiencing problems
     • Load on WFEs is too high (could be NIC, CPU, memory etc.)
WHICH SHAREPOINT ROLE SHOULD I
VIRTUALIZE?
WEB ROLE
• Responsible for rendering of content
• Low amount of disk activity
• Multiple web role servers are common for redundancy and
  scalability
• Best Practices
   • Be sure to keep all components, applications, and patch levels the
     same
   • Network Load Balancing (NLB)
       •   Hardware -> Offload NLB to dedicated resources
       •   Software -> CPU and Network usage on WFE

   • For minimum availability split your load balanced virtual web servers over two
     physical hosts
QUERY ROLE
• Process search queries
• Requires propagated copy of the index
   • 10%- 30% of total size of documents indexed

• Best Practice
   • Large Indexes – Prefer dedicated physical LUN on SAN over dynamic
     expanding virtual hard disk
   • Don’t put your query and index servers on the same underlying
     physical disk
• Combine or split Web/Query role?
   • It depends on your environment.
   • Web and Query performance requirements
INDEX ROLE
•   Memory, CPU, Disk I/O and network intensive
•   Best Practices
     • Give most amount of RAM out of front ends
     • Potentially keep as physical machine in larger environments
     • Use Index server to be dedicated crawl server. Avoids hop.
     • Use fixed-size VHDs or physical LUN on iSCSI SAN for best performance
OTHER ROLES
•   Excel Services, PerformancePoint Services, Access Services, Visio Services, etc. are good
    candidates for virtualization
•   Additional servers can simply be added into the farm
•   No additional hardware investment required
DATABASE ROLE
•   SQL Server 2005/ 2008 virtualization fully supported
•   Memory, CPU, Disk I/O and network intensive
•   Assess first using Microsoft Assessment and Planning Toolkit (www.microsoft.com/map).
•   SQL Alias flexibility
•   Argument for Physical:
     • SQL Server is already a consolidation layer
     • Disk I/O activity
     • Performance, performance, performance!
     • Longer response times impacts ALL downstream roles in a SharePoint farm
DATABASE ROLE
•   If you decide to virtualize database layer:

     • Assign as much RAM and CPU as possible
     • Offload the Disk I/O from the virtual machines
           • Use fixed-size VHDs or physical LUN on an iSCSI SAN
     • SQL Clustering: When virtualizing, consider making use of Guest
       Clustering in Hyper-V
     • SQL Database Mirroring: Fully supported in SharePoint 2010 in
       physical or virtual database role environments
CPU BEST PRACTICES

PHYSICAL
•   Performance is governed by processor efficiency, power draw and heat output
•   Faster versus efficient processor – hidden power consumption cost
•   Beware of built in processor software such as performance throttle for thermal thresholds
•   Prefer higher number of processors and multi core
•   Prefer PCI Express to limit bus contention & CPU utilization
CPU BEST PRACTICES
VIRTUAL
• Configure a 1-to-1 mapping of virtual CPU to physical
  CPU for best performance
• Be aware of the virtual processor limit for different
  guest operating systems and plan accordingly
• Beware of “CPU bound” issues, the ability of
  processors to process information for virtual devices
  will determine the maximum throughput of such a
  virtual device. Example: Virtual NICS
DISK BEST PRACTICES

PHYSICAL
•   Ensure you are using the fastest SAN infrastructure: Attempt to provide each virtual
    machine with its own IO channel to shared storage using dual or quad ported HBAs and Gigabit
    Ethernet adapters.
•   Use iSCSI SANs for if considering guest clustering
•   Ensure your disk infrastructure is as fast as it can be. (RAID 10; 15000 RPM) – Slow disk
    causes CPU contention as Disk I/O takes longer to return data.
•   Put virtual hard disks on different physical disks than the hard disk that the host operating
    system uses
DISK BEST PRACTICES
VIRTUAL
• Prefer SCSI controller to IDE controller.
• Prefer fixed size to dynamically expanding
• Prefer direct iSCSI SAN access for disk-bound roles
• Beware of underlying disk read write contention between
  different virtual machines to their virtual hard disks
• Ensure SAN is configured and optimized for virtual disk
  storage. Understand that a number of LUNs can be provisioned
  on the same underlying physical disks
NETWORK BEST PRACTICES

PHYSICAL
•   Use Gigabit Ethernet adaptors and Gigabit switches
•   Increasing network capacity – Add a number of NICs to host.
NETWORK BEST PRACTICES
VIRTUAL
• Ensure that integration components (“enlightenments”) are installed on
  the virtual machine
• Use the Network Adapter instead of the Legacy Network Adapter when
  configuring networking for a virtual machine
• Prefer synthetic to emulated drivers as they are more efficient, use a
  dedicated VMBus to communicate to the Virtual NIC and result in lower
  CPU and network latency.
• Use virtual switches and VLAN tagging for security and performance
  improvement and create and internal network between virtual
  machines in your SharePoint farm. Associate SharePoint VMs to the
  same virtual switch.
IMPORTANT
•   Understand the impact of your virtualization vendor feature set!
•   Don’t let governance slip in your virtualized SharePoint environment
•   Snapshots are not supported
•   Beware of over subscribing host servers
•   Do not exceed physical server RAM by more than 15% if using Hyper-V’s dynamic memory
•   Host is a single point of failure
SQL SERVER CONFIGURATION
•   Little or no configuration of SQL Server is a common problem that causes performance issues
•   Optimize performance by:
     • Pre-growing data files
     • Setting growth factor to a fixed value not a percentage
     • Optimizing storage configuration and RAID levels for databases
          • Including the number of data files to allocate for tempdb and content databases
     • Providing a dedicated VLAN for SharePoint to SQL Server communications
     • Setting max degree of parallelism (MAXDOP) to 1
     • Providing additional SQL Server instances or servers
SQL SERVER MAINTENANCE
•   SharePoint databases require constant maintenance otherwise performance will degrade
•   Performance issues frequently arise due to:
     • Out-of-date statistics
     • Fragmented indices
•   There are Health Analyzer rules that are responsible for updating statistics and reorganizing or
    rebuilding indices
     • Ensure these are running frequently and set to repair automatically
MAXDOP
•   SQL Server can utilize the amount of processors that are available to execute the queries in
    parallel
•   PG has tested a lot with variable settings and came to the conclusion to NOT to use MAXDOP
    is the most stable and performing way
•   To suppress parallel plan generation, set max degree of parallelism to 1
MAXDOP
AUTO_UPDATE_STATISTICS &
    AUTO_CREATE_STATISTICS

•   we recommended disabling AUTO_UPDATE_STATISTICS
•   In SharePoint 2010, both should be set to be disabled. For SharePoint 2007, it is
    recommended to have them both enabled.
•   Product team introduced a new timerjob called “Database statistics” which itself takes care in
    updating the statistics for the databases.
MEASURING PERFORMANCE
•   What is deemed acceptable?
     • Are there any agreed upon metrics?
•   What are you trying to measure?
     • Common examples:
          • Requests per second (RPS)
          • Page load time – Time-to-Last-Byte (TTLB)
          • Measuring specific operations
          • Indexing performance
•   What are you hoping to prove?
•   Are there any agreed upon tools for measuring performance?
KNOW THIS ONE ?

 •
THE DETECTION

 •   Avoid Task Manager
 •   Track the private bytes
 •   A steady increase in private bytes value that means a memory leak issue
WHERE IS THE $*%µ& MEMORY LEAK?

 •

 •
 •



        Type                                           Description
     Warning   GdiPlus.dll is responsible for 399.54 KBytes worth of outstanding allocations.
               The following are the top 2 memory consuming functions:

               GdiPlus!GpMalloc+16: 399.54 KBytes worth of outstanding allocations.
WHERE IS THE $*%µ& MEMORY LEAK?

 •   Monitor memory (#bytes in all heaps !)
 •   DisposeChecker again ?
 •   Tweak ULS logs
 •   DebugDiag reports
 •   WinDbg, ADPlus and the SOS.DLL
CACHING
• A poor or no caching strategy may impact performance as
  usage increases
• Caching will alleviate round-trips to SQL Server, increasing
  performance by allowing content to be rendered quickly
• Three types of caches:
   • BLOB cache
   • Output cache
   • Object cache
• Simply enabling caching is not enough, settings will need
  tweaking based on planning and monitoring
BLOB CACHE
• Tools
    • Fiddler/httpWatch
    • Procmon
    • Perfmon
    • DecodeBlob (2007)
• Avoid flushing the cache at all costs
    • It causes performance issues due to write lock held during index writes
• Limit the blob cache using more restrictive RegExp like:
  ((?<!_gif).gif|(?<!_jpg).jpg|(?<!_png).png|.css|.js)$
  Which excludes specific image pattern *_gif.gif *_jpg.jpg *_png.png
• Or regexp like [/]shared documents[/].+.(gif|jpg|png|css|js)$ to limit to a certain
  library or subweb or site collection
BLOB CACHE
• ULS logs
   • Enable Publishing Cache to Verbose
   • 2010 has improved logging
• IIS logs with time taken and client side trace fiddler/http
  watch
   • Cache-Control: public, max-age=86400
   • 304 responses with if-none-match and Etag headers
   • for streaming
       • Accept-Range: bytes in response
       • Content-Range: bytes headers in request
We need your feedback!

               Scan this QR code or visit
               http://svy.mk/sps2012be


               Our sponsors:

More Related Content

What's hot

Database as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformDatabase as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformMaris Elsins
 
Building Storage for Clouds (ONUG Spring 2015)
Building Storage for Clouds (ONUG Spring 2015)Building Storage for Clouds (ONUG Spring 2015)
Building Storage for Clouds (ONUG Spring 2015)Howard Marks
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Andrejs Prokopjevs
 
Managing storage on Prem and in Cloud
Managing storage on Prem and in CloudManaging storage on Prem and in Cloud
Managing storage on Prem and in CloudHoward Marks
 
Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...
Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...
Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...Nagios
 
SharePoint Saturday The Conference 2011 - SP2010 Performance
SharePoint Saturday The Conference 2011 - SP2010 PerformanceSharePoint Saturday The Conference 2011 - SP2010 Performance
SharePoint Saturday The Conference 2011 - SP2010 PerformanceBrian Culver
 
Share point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprisesShare point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprisesSentri
 
Virtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and AvailabilityVirtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and AvailabilityDamir Bersinic
 
EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB
 
Workflow Manager Tips & Tricks
Workflow Manager Tips & TricksWorkflow Manager Tips & Tricks
Workflow Manager Tips & TricksMai Omar Desouki
 
KoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just beganKoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just beganTobias Koprowski
 
Monitoring virtual environments
Monitoring virtual environments Monitoring virtual environments
Monitoring virtual environments Stefan Bergstein
 
KoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBAKoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBATobias Koprowski
 
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...Michael Noel
 
Enterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional DatabasesEnterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional DatabasesAshnikbiz
 
Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)
Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)
Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)Andrejs Prokopjevs
 
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios
 
Introduction to Node (15th May 2017)
Introduction to Node (15th May 2017)Introduction to Node (15th May 2017)
Introduction to Node (15th May 2017)Lucas Jellema
 

What's hot (20)

Database as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance PlatformDatabase as a Service on the Oracle Database Appliance Platform
Database as a Service on the Oracle Database Appliance Platform
 
Building Storage for Clouds (ONUG Spring 2015)
Building Storage for Clouds (ONUG Spring 2015)Building Storage for Clouds (ONUG Spring 2015)
Building Storage for Clouds (ONUG Spring 2015)
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
 
Managing storage on Prem and in Cloud
Managing storage on Prem and in CloudManaging storage on Prem and in Cloud
Managing storage on Prem and in Cloud
 
Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...
Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...
Nagios Conference 2014 - Jeremy Rust - Avoiding Downtime Using Linux High Ava...
 
SharePoint Saturday The Conference 2011 - SP2010 Performance
SharePoint Saturday The Conference 2011 - SP2010 PerformanceSharePoint Saturday The Conference 2011 - SP2010 Performance
SharePoint Saturday The Conference 2011 - SP2010 Performance
 
Share point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprisesShare point disaster avoidance architecture for large scale enterprises
Share point disaster avoidance architecture for large scale enterprises
 
Virtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and AvailabilityVirtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and Availability
 
EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best Practices
 
Workflow Manager Tips & Tricks
Workflow Manager Tips & TricksWorkflow Manager Tips & Tricks
Workflow Manager Tips & Tricks
 
KoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just beganKoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just began
 
Monitoring virtual environments
Monitoring virtual environments Monitoring virtual environments
Monitoring virtual environments
 
KoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBAKoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBA
 
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
SPSSac2014 - SharePoint Infrastructure Tips and Tricks for On-Premises and Hy...
 
Enterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional DatabasesEnterprise PostgreSQL - EDB's answer to conventional Databases
Enterprise PostgreSQL - EDB's answer to conventional Databases
 
Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)
Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)
Security of Oracle EBS - How I can Protect my System (UKOUG APPS 18 edition)
 
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
Nagios Conference 2011 - Nate Broderick - Nagios XI Large Implementation Tips...
 
TechTalkThai webinar SAP HANA
TechTalkThai webinar SAP HANATechTalkThai webinar SAP HANA
TechTalkThai webinar SAP HANA
 
Introduction to Node (15th May 2017)
Introduction to Node (15th May 2017)Introduction to Node (15th May 2017)
Introduction to Node (15th May 2017)
 
Performance stack
Performance stackPerformance stack
Performance stack
 

Viewers also liked

SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonSharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonJoel Oleson
 
Artifact of Empire Presentation (1840s)
Artifact of Empire Presentation (1840s)Artifact of Empire Presentation (1840s)
Artifact of Empire Presentation (1840s)alltheetc
 
SharePoint Troubleshooting Tools & Techniques
SharePoint Troubleshooting Tools & TechniquesSharePoint Troubleshooting Tools & Techniques
SharePoint Troubleshooting Tools & TechniquesManuel Longo
 
Troubleshooting On-Premises SharePoint - VanSPUG 2015
Troubleshooting On-Premises SharePoint - VanSPUG 2015Troubleshooting On-Premises SharePoint - VanSPUG 2015
Troubleshooting On-Premises SharePoint - VanSPUG 2015Jason Warren
 
EBS and RBS in SharePoint 2010
EBS and RBS in SharePoint 2010EBS and RBS in SharePoint 2010
EBS and RBS in SharePoint 2010Chris Geier
 
Preventing Security Leaks in SharePoint with Joel Oleson & Christian Buckley
Preventing Security Leaks in SharePoint with Joel Oleson & Christian BuckleyPreventing Security Leaks in SharePoint with Joel Oleson & Christian Buckley
Preventing Security Leaks in SharePoint with Joel Oleson & Christian BuckleyJoel Oleson
 
SPTechCon - Practical Tools and Techniques for the SharePoint Information A...
SPTechCon - Practical Tools and Techniques for the SharePoint Information A...SPTechCon - Practical Tools and Techniques for the SharePoint Information A...
SPTechCon - Practical Tools and Techniques for the SharePoint Information A...Richard Harbridge
 
SPS Toronto - Troubleshooting On-Premises SharePoint
SPS Toronto - Troubleshooting On-Premises SharePointSPS Toronto - Troubleshooting On-Premises SharePoint
SPS Toronto - Troubleshooting On-Premises SharePointJason Warren
 
ESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick Guimonet
ESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick GuimonetESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick Guimonet
ESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick GuimonetPatrick Guimonet
 
Jason warren troubleshooting share point sps-vancouver 2016
Jason warren troubleshooting share point   sps-vancouver 2016Jason warren troubleshooting share point   sps-vancouver 2016
Jason warren troubleshooting share point sps-vancouver 2016Jason Warren
 
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...Richard Harbridge
 
Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...
Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...
Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...Richard Harbridge
 
Kerberos presentation
Kerberos presentationKerberos presentation
Kerberos presentationChris Geier
 

Viewers also liked (13)

SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonSharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
 
Artifact of Empire Presentation (1840s)
Artifact of Empire Presentation (1840s)Artifact of Empire Presentation (1840s)
Artifact of Empire Presentation (1840s)
 
SharePoint Troubleshooting Tools & Techniques
SharePoint Troubleshooting Tools & TechniquesSharePoint Troubleshooting Tools & Techniques
SharePoint Troubleshooting Tools & Techniques
 
Troubleshooting On-Premises SharePoint - VanSPUG 2015
Troubleshooting On-Premises SharePoint - VanSPUG 2015Troubleshooting On-Premises SharePoint - VanSPUG 2015
Troubleshooting On-Premises SharePoint - VanSPUG 2015
 
EBS and RBS in SharePoint 2010
EBS and RBS in SharePoint 2010EBS and RBS in SharePoint 2010
EBS and RBS in SharePoint 2010
 
Preventing Security Leaks in SharePoint with Joel Oleson & Christian Buckley
Preventing Security Leaks in SharePoint with Joel Oleson & Christian BuckleyPreventing Security Leaks in SharePoint with Joel Oleson & Christian Buckley
Preventing Security Leaks in SharePoint with Joel Oleson & Christian Buckley
 
SPTechCon - Practical Tools and Techniques for the SharePoint Information A...
SPTechCon - Practical Tools and Techniques for the SharePoint Information A...SPTechCon - Practical Tools and Techniques for the SharePoint Information A...
SPTechCon - Practical Tools and Techniques for the SharePoint Information A...
 
SPS Toronto - Troubleshooting On-Premises SharePoint
SPS Toronto - Troubleshooting On-Premises SharePointSPS Toronto - Troubleshooting On-Premises SharePoint
SPS Toronto - Troubleshooting On-Premises SharePoint
 
ESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick Guimonet
ESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick GuimonetESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick Guimonet
ESPC15 T8 - SharePoint Online performances - Serge Luca & Patrick Guimonet
 
Jason warren troubleshooting share point sps-vancouver 2016
Jason warren troubleshooting share point   sps-vancouver 2016Jason warren troubleshooting share point   sps-vancouver 2016
Jason warren troubleshooting share point sps-vancouver 2016
 
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
 
Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...
Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...
Practical Tools and Techniques for the SharePoint Business Analyst and ShareP...
 
Kerberos presentation
Kerberos presentationKerberos presentation
Kerberos presentation
 

Similar to Pascal benois performance_troubleshooting-spsbe18

VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...VMworld
 
How_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_FarmHow_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_FarmNigel Price
 
Virtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - VarrowVirtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - VarrowAndrew Miller
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Andrew Miller
 
Apache Performance Tuning: Scaling Out
Apache Performance Tuning: Scaling OutApache Performance Tuning: Scaling Out
Apache Performance Tuning: Scaling OutSander Temme
 
SharePoint Saturday San Antonio: SharePoint 2010 Performance
SharePoint Saturday San Antonio: SharePoint 2010 PerformanceSharePoint Saturday San Antonio: SharePoint 2010 Performance
SharePoint Saturday San Antonio: SharePoint 2010 PerformanceBrian Culver
 
Boost the Performance of SharePoint Today!
Boost the Performance of SharePoint Today!Boost the Performance of SharePoint Today!
Boost the Performance of SharePoint Today!Brian Culver
 
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best PracticesVMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best PracticesVMworld
 
Kb 40 kevin_klineukug_reading20070717[1]
Kb 40 kevin_klineukug_reading20070717[1]Kb 40 kevin_klineukug_reading20070717[1]
Kb 40 kevin_klineukug_reading20070717[1]shuwutong
 
(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP PerformanceBIOVIA
 
What SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-CinncinatiWhat SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-CinncinatiJ.D. Wade
 
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...J.D. Wade
 
What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013J.D. Wade
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutionssolarisyougood
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013J.D. Wade
 
Pre and post tips to installing sql server correctly
Pre and post tips to installing sql server correctlyPre and post tips to installing sql server correctly
Pre and post tips to installing sql server correctlyAntonios Chatzipavlis
 
TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...
TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...
TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...NetApp
 
Citrix Synergy 2014: Going the CloudPlatform Way
Citrix Synergy 2014: Going the CloudPlatform WayCitrix Synergy 2014: Going the CloudPlatform Way
Citrix Synergy 2014: Going the CloudPlatform WayIliyas Shirol
 
Disaggregated Container Attached Storage - Yet Another Topology with What Pur...
Disaggregated Container Attached Storage - Yet Another Topology with What Pur...Disaggregated Container Attached Storage - Yet Another Topology with What Pur...
Disaggregated Container Attached Storage - Yet Another Topology with What Pur...DoKC
 

Similar to Pascal benois performance_troubleshooting-spsbe18 (20)

VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
 
How_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_FarmHow_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_Farm
 
Virtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - VarrowVirtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - Varrow
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
 
Apache Performance Tuning: Scaling Out
Apache Performance Tuning: Scaling OutApache Performance Tuning: Scaling Out
Apache Performance Tuning: Scaling Out
 
SharePoint Saturday San Antonio: SharePoint 2010 Performance
SharePoint Saturday San Antonio: SharePoint 2010 PerformanceSharePoint Saturday San Antonio: SharePoint 2010 Performance
SharePoint Saturday San Antonio: SharePoint 2010 Performance
 
Boost the Performance of SharePoint Today!
Boost the Performance of SharePoint Today!Boost the Performance of SharePoint Today!
Boost the Performance of SharePoint Today!
 
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best PracticesVMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
VMworld 2014: Advanced SQL Server on vSphere Techniques and Best Practices
 
Kb 40 kevin_klineukug_reading20070717[1]
Kb 40 kevin_klineukug_reading20070717[1]Kb 40 kevin_klineukug_reading20070717[1]
Kb 40 kevin_klineukug_reading20070717[1]
 
Hyper-v Best Practices
Hyper-v Best PracticesHyper-v Best Practices
Hyper-v Best Practices
 
(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance
 
What SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-CinncinatiWhat SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-Cinncinati
 
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
 
What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013What SQL DBA's need to know about SharePoint-St. Louis 2013
What SQL DBA's need to know about SharePoint-St. Louis 2013
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013
 
Pre and post tips to installing sql server correctly
Pre and post tips to installing sql server correctlyPre and post tips to installing sql server correctly
Pre and post tips to installing sql server correctly
 
TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...
TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...
TechTarget Event - Storage Architectures for the Modern Data Center - Howard ...
 
Citrix Synergy 2014: Going the CloudPlatform Way
Citrix Synergy 2014: Going the CloudPlatform WayCitrix Synergy 2014: Going the CloudPlatform Way
Citrix Synergy 2014: Going the CloudPlatform Way
 
Disaggregated Container Attached Storage - Yet Another Topology with What Pur...
Disaggregated Container Attached Storage - Yet Another Topology with What Pur...Disaggregated Container Attached Storage - Yet Another Topology with What Pur...
Disaggregated Container Attached Storage - Yet Another Topology with What Pur...
 

More from BIWUG

Biwug20190425
Biwug20190425Biwug20190425
Biwug20190425BIWUG
 
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT ProWorking with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT ProBIWUG
 
Global Office 365 Developer Bootcamp
Global Office 365 Developer BootcampGlobal Office 365 Developer Bootcamp
Global Office 365 Developer BootcampBIWUG
 
Deep dive into advanced teams development
Deep dive into advanced teams developmentDeep dive into advanced teams development
Deep dive into advanced teams developmentBIWUG
 
SharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft FlowSharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft FlowBIWUG
 
Make IT Pro's great again: Microsoft Azure for the SharePoint professional
Make IT Pro's great again: Microsoft Azure for the SharePoint professionalMake IT Pro's great again: Microsoft Azure for the SharePoint professional
Make IT Pro's great again: Microsoft Azure for the SharePoint professionalBIWUG
 
Modern collaboration in teams and projects with Microsoft 365
Modern collaboration in teams and projects with Microsoft 365Modern collaboration in teams and projects with Microsoft 365
Modern collaboration in teams and projects with Microsoft 365BIWUG
 
Mining SharePoint data with PowerBI
Mining SharePoint data with PowerBIMining SharePoint data with PowerBI
Mining SharePoint data with PowerBIBIWUG
 
Don't simply deploy, transform! Build your digital workplace in Office 365
Don't simply deploy, transform! Build your digital workplace in Office 365Don't simply deploy, transform! Build your digital workplace in Office 365
Don't simply deploy, transform! Build your digital workplace in Office 365BIWUG
 
Connect SharePoint Framework solutions to APIs secured with Azure AD
Connect SharePoint Framework solutions to APIs secured with Azure ADConnect SharePoint Framework solutions to APIs secured with Azure AD
Connect SharePoint Framework solutions to APIs secured with Azure ADBIWUG
 
Cloud First. Be Prepared
Cloud First. Be PreparedCloud First. Be Prepared
Cloud First. Be PreparedBIWUG
 
APIs, APIs Everywhere!
APIs, APIs Everywhere!APIs, APIs Everywhere!
APIs, APIs Everywhere!BIWUG
 
Advanced PowerShell for Office 365
Advanced PowerShell for Office 365Advanced PowerShell for Office 365
Advanced PowerShell for Office 365BIWUG
 
New era of customizing site provisioning
New era of customizing site provisioningNew era of customizing site provisioning
New era of customizing site provisioningBIWUG
 
Understanding SharePoint Framework Extensions
Understanding SharePoint Framework ExtensionsUnderstanding SharePoint Framework Extensions
Understanding SharePoint Framework ExtensionsBIWUG
 
Microsoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextMicrosoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextBIWUG
 
Microsoft Stream - Your enterprise video portal unleashed
Microsoft Stream - Your enterprise video portal unleashedMicrosoft Stream - Your enterprise video portal unleashed
Microsoft Stream - Your enterprise video portal unleashedBIWUG
 
What's new in SharePoint Server 2019
What's new in SharePoint Server 2019What's new in SharePoint Server 2019
What's new in SharePoint Server 2019BIWUG
 
Why you shouldn't probably care about Machine Learning
Why you shouldn't probably care about Machine LearningWhy you shouldn't probably care about Machine Learning
Why you shouldn't probably care about Machine LearningBIWUG
 
Transforming your classic team sites in group connected team sites
Transforming your classic team sites in group connected team sitesTransforming your classic team sites in group connected team sites
Transforming your classic team sites in group connected team sitesBIWUG
 

More from BIWUG (20)

Biwug20190425
Biwug20190425Biwug20190425
Biwug20190425
 
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT ProWorking with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
Working with PowerShell, Visual Studio Code and Github for the reluctant IT Pro
 
Global Office 365 Developer Bootcamp
Global Office 365 Developer BootcampGlobal Office 365 Developer Bootcamp
Global Office 365 Developer Bootcamp
 
Deep dive into advanced teams development
Deep dive into advanced teams developmentDeep dive into advanced teams development
Deep dive into advanced teams development
 
SharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft FlowSharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft Flow
 
Make IT Pro's great again: Microsoft Azure for the SharePoint professional
Make IT Pro's great again: Microsoft Azure for the SharePoint professionalMake IT Pro's great again: Microsoft Azure for the SharePoint professional
Make IT Pro's great again: Microsoft Azure for the SharePoint professional
 
Modern collaboration in teams and projects with Microsoft 365
Modern collaboration in teams and projects with Microsoft 365Modern collaboration in teams and projects with Microsoft 365
Modern collaboration in teams and projects with Microsoft 365
 
Mining SharePoint data with PowerBI
Mining SharePoint data with PowerBIMining SharePoint data with PowerBI
Mining SharePoint data with PowerBI
 
Don't simply deploy, transform! Build your digital workplace in Office 365
Don't simply deploy, transform! Build your digital workplace in Office 365Don't simply deploy, transform! Build your digital workplace in Office 365
Don't simply deploy, transform! Build your digital workplace in Office 365
 
Connect SharePoint Framework solutions to APIs secured with Azure AD
Connect SharePoint Framework solutions to APIs secured with Azure ADConnect SharePoint Framework solutions to APIs secured with Azure AD
Connect SharePoint Framework solutions to APIs secured with Azure AD
 
Cloud First. Be Prepared
Cloud First. Be PreparedCloud First. Be Prepared
Cloud First. Be Prepared
 
APIs, APIs Everywhere!
APIs, APIs Everywhere!APIs, APIs Everywhere!
APIs, APIs Everywhere!
 
Advanced PowerShell for Office 365
Advanced PowerShell for Office 365Advanced PowerShell for Office 365
Advanced PowerShell for Office 365
 
New era of customizing site provisioning
New era of customizing site provisioningNew era of customizing site provisioning
New era of customizing site provisioning
 
Understanding SharePoint Framework Extensions
Understanding SharePoint Framework ExtensionsUnderstanding SharePoint Framework Extensions
Understanding SharePoint Framework Extensions
 
Microsoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextMicrosoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's next
 
Microsoft Stream - Your enterprise video portal unleashed
Microsoft Stream - Your enterprise video portal unleashedMicrosoft Stream - Your enterprise video portal unleashed
Microsoft Stream - Your enterprise video portal unleashed
 
What's new in SharePoint Server 2019
What's new in SharePoint Server 2019What's new in SharePoint Server 2019
What's new in SharePoint Server 2019
 
Why you shouldn't probably care about Machine Learning
Why you shouldn't probably care about Machine LearningWhy you shouldn't probably care about Machine Learning
Why you shouldn't probably care about Machine Learning
 
Transforming your classic team sites in group connected team sites
Transforming your classic team sites in group connected team sitesTransforming your classic team sites in group connected team sites
Transforming your classic team sites in group connected team sites
 

Recently uploaded

Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 

Recently uploaded (20)

Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 

Pascal benois performance_troubleshooting-spsbe18

  • 1. #SPSBE Performance Troubleshooting and Optimization #SPSBE18 Pascal Benois
  • 2. About me • Microsoft Premier Field Engineer • Into SharePoint for ages • Psychobilly enthousiast • Eddy Merckx fanatic
  • 3. A big thanks to our sponsors Platinum Sponsors Gold Premium Sponsors Venue Sponsor Gold Sponsors
  • 4. Agenda • The first minutes • Common scenarios • Shoud I virtualize ? • HW considerations • SQL server considerations • Memory leaks for the admin (couldn’t prevent myself) • Caching
  • 5. Agenda • So…we are not gonna make it !
  • 6. QUESTIONS TO ASK • Where is a bottleneck? • Are all pages/sites/Web applications/servers affected? • Any strange patterns? • Is the issue intermittent? • Does the issue occur for a subset of users? • Any errors or unexpected status codes in any if the logs? • Are there any customizations in place? • Have any software boundaries and limits been breached? • What does analysis of common performance counters show?
  • 7. COMMON SCENARIOS – SLOW PAGE LOAD • Issue: A single page is always slow to load, no other pages in the site are slow • Likely causes: • Poor custom code/customizations • Page payload is large or has multiple round-trips • A custom Web part is performing badly • Operations involving large lists (most likely throttled) • Caching is not working correctly for content served on the page
  • 8. COMMON SCENARIOS – SLOW PAGE LOAD • Recommended tools: • Fiddler • IIS Logs and Log Parser • Usage Database • Developer Dashboard • SPDisposeCheck
  • 9. COMMON SCENARIOS – SLOW PAGE LOAD • Issue: Multiple pages are slow to load but the issue is intermittent • Likely causes: • Poor custom code/customizations • Page payload is large or has multiple round-trips • A custom Web part is performing badly • Operations involving large lists (most likely throttled) • Caching is not working correctly • Load balancer device incorrectly configured or a WFE is experiencing problems • Load on WFEs is too high (could be NIC, CPU, memory etc.)
  • 10. COMMON SCENARIOS – SLOW PAGE LOAD • Recommended tools: • Fiddler • IIS Logs and Log Parser • Usage Database • Developer Dashboard • SPDisposeCheck • Performance Monitor • PAL
  • 11. COMMON SCENARIOS – SLOW SITE • Issue: A single site is consistently slow • Likely causes: • Poor custom code/customizations • Page payload is large or has multiple round-trips • A custom Web part is performing badly • Caching is not working correctly
  • 12. COMMON SCENARIOS – MULTIPLE SLOW SITES • Issue: Multiple sites are consistently slow • Likely causes: • Poor customized codes • Web Application/Farm scoped customizations • Caching is not working correctly • SQL Server blocking due to large lists/databases • Load balancer device incorrectly configured or a WFE is experiencing problems • Load on WFEs is too high (could be NIC, CPU, memory etc.)
  • 13. WHICH SHAREPOINT ROLE SHOULD I VIRTUALIZE?
  • 14. WEB ROLE • Responsible for rendering of content • Low amount of disk activity • Multiple web role servers are common for redundancy and scalability • Best Practices • Be sure to keep all components, applications, and patch levels the same • Network Load Balancing (NLB) • Hardware -> Offload NLB to dedicated resources • Software -> CPU and Network usage on WFE • For minimum availability split your load balanced virtual web servers over two physical hosts
  • 15. QUERY ROLE • Process search queries • Requires propagated copy of the index • 10%- 30% of total size of documents indexed • Best Practice • Large Indexes – Prefer dedicated physical LUN on SAN over dynamic expanding virtual hard disk • Don’t put your query and index servers on the same underlying physical disk • Combine or split Web/Query role? • It depends on your environment. • Web and Query performance requirements
  • 16. INDEX ROLE • Memory, CPU, Disk I/O and network intensive • Best Practices • Give most amount of RAM out of front ends • Potentially keep as physical machine in larger environments • Use Index server to be dedicated crawl server. Avoids hop. • Use fixed-size VHDs or physical LUN on iSCSI SAN for best performance
  • 17. OTHER ROLES • Excel Services, PerformancePoint Services, Access Services, Visio Services, etc. are good candidates for virtualization • Additional servers can simply be added into the farm • No additional hardware investment required
  • 18. DATABASE ROLE • SQL Server 2005/ 2008 virtualization fully supported • Memory, CPU, Disk I/O and network intensive • Assess first using Microsoft Assessment and Planning Toolkit (www.microsoft.com/map). • SQL Alias flexibility • Argument for Physical: • SQL Server is already a consolidation layer • Disk I/O activity • Performance, performance, performance! • Longer response times impacts ALL downstream roles in a SharePoint farm
  • 19. DATABASE ROLE • If you decide to virtualize database layer: • Assign as much RAM and CPU as possible • Offload the Disk I/O from the virtual machines • Use fixed-size VHDs or physical LUN on an iSCSI SAN • SQL Clustering: When virtualizing, consider making use of Guest Clustering in Hyper-V • SQL Database Mirroring: Fully supported in SharePoint 2010 in physical or virtual database role environments
  • 20. CPU BEST PRACTICES PHYSICAL • Performance is governed by processor efficiency, power draw and heat output • Faster versus efficient processor – hidden power consumption cost • Beware of built in processor software such as performance throttle for thermal thresholds • Prefer higher number of processors and multi core • Prefer PCI Express to limit bus contention & CPU utilization
  • 21. CPU BEST PRACTICES VIRTUAL • Configure a 1-to-1 mapping of virtual CPU to physical CPU for best performance • Be aware of the virtual processor limit for different guest operating systems and plan accordingly • Beware of “CPU bound” issues, the ability of processors to process information for virtual devices will determine the maximum throughput of such a virtual device. Example: Virtual NICS
  • 22. DISK BEST PRACTICES PHYSICAL • Ensure you are using the fastest SAN infrastructure: Attempt to provide each virtual machine with its own IO channel to shared storage using dual or quad ported HBAs and Gigabit Ethernet adapters. • Use iSCSI SANs for if considering guest clustering • Ensure your disk infrastructure is as fast as it can be. (RAID 10; 15000 RPM) – Slow disk causes CPU contention as Disk I/O takes longer to return data. • Put virtual hard disks on different physical disks than the hard disk that the host operating system uses
  • 23. DISK BEST PRACTICES VIRTUAL • Prefer SCSI controller to IDE controller. • Prefer fixed size to dynamically expanding • Prefer direct iSCSI SAN access for disk-bound roles • Beware of underlying disk read write contention between different virtual machines to their virtual hard disks • Ensure SAN is configured and optimized for virtual disk storage. Understand that a number of LUNs can be provisioned on the same underlying physical disks
  • 24. NETWORK BEST PRACTICES PHYSICAL • Use Gigabit Ethernet adaptors and Gigabit switches • Increasing network capacity – Add a number of NICs to host.
  • 25. NETWORK BEST PRACTICES VIRTUAL • Ensure that integration components (“enlightenments”) are installed on the virtual machine • Use the Network Adapter instead of the Legacy Network Adapter when configuring networking for a virtual machine • Prefer synthetic to emulated drivers as they are more efficient, use a dedicated VMBus to communicate to the Virtual NIC and result in lower CPU and network latency. • Use virtual switches and VLAN tagging for security and performance improvement and create and internal network between virtual machines in your SharePoint farm. Associate SharePoint VMs to the same virtual switch.
  • 26. IMPORTANT • Understand the impact of your virtualization vendor feature set! • Don’t let governance slip in your virtualized SharePoint environment • Snapshots are not supported • Beware of over subscribing host servers • Do not exceed physical server RAM by more than 15% if using Hyper-V’s dynamic memory • Host is a single point of failure
  • 27. SQL SERVER CONFIGURATION • Little or no configuration of SQL Server is a common problem that causes performance issues • Optimize performance by: • Pre-growing data files • Setting growth factor to a fixed value not a percentage • Optimizing storage configuration and RAID levels for databases • Including the number of data files to allocate for tempdb and content databases • Providing a dedicated VLAN for SharePoint to SQL Server communications • Setting max degree of parallelism (MAXDOP) to 1 • Providing additional SQL Server instances or servers
  • 28. SQL SERVER MAINTENANCE • SharePoint databases require constant maintenance otherwise performance will degrade • Performance issues frequently arise due to: • Out-of-date statistics • Fragmented indices • There are Health Analyzer rules that are responsible for updating statistics and reorganizing or rebuilding indices • Ensure these are running frequently and set to repair automatically
  • 29. MAXDOP • SQL Server can utilize the amount of processors that are available to execute the queries in parallel • PG has tested a lot with variable settings and came to the conclusion to NOT to use MAXDOP is the most stable and performing way • To suppress parallel plan generation, set max degree of parallelism to 1
  • 31. AUTO_UPDATE_STATISTICS & AUTO_CREATE_STATISTICS • we recommended disabling AUTO_UPDATE_STATISTICS • In SharePoint 2010, both should be set to be disabled. For SharePoint 2007, it is recommended to have them both enabled. • Product team introduced a new timerjob called “Database statistics” which itself takes care in updating the statistics for the databases.
  • 32. MEASURING PERFORMANCE • What is deemed acceptable? • Are there any agreed upon metrics? • What are you trying to measure? • Common examples: • Requests per second (RPS) • Page load time – Time-to-Last-Byte (TTLB) • Measuring specific operations • Indexing performance • What are you hoping to prove? • Are there any agreed upon tools for measuring performance?
  • 33. KNOW THIS ONE ? •
  • 34. THE DETECTION • Avoid Task Manager • Track the private bytes • A steady increase in private bytes value that means a memory leak issue
  • 35. WHERE IS THE $*%µ& MEMORY LEAK? • • • Type Description Warning GdiPlus.dll is responsible for 399.54 KBytes worth of outstanding allocations. The following are the top 2 memory consuming functions: GdiPlus!GpMalloc+16: 399.54 KBytes worth of outstanding allocations.
  • 36. WHERE IS THE $*%µ& MEMORY LEAK? • Monitor memory (#bytes in all heaps !) • DisposeChecker again ? • Tweak ULS logs • DebugDiag reports • WinDbg, ADPlus and the SOS.DLL
  • 37. CACHING • A poor or no caching strategy may impact performance as usage increases • Caching will alleviate round-trips to SQL Server, increasing performance by allowing content to be rendered quickly • Three types of caches: • BLOB cache • Output cache • Object cache • Simply enabling caching is not enough, settings will need tweaking based on planning and monitoring
  • 38. BLOB CACHE • Tools • Fiddler/httpWatch • Procmon • Perfmon • DecodeBlob (2007) • Avoid flushing the cache at all costs • It causes performance issues due to write lock held during index writes • Limit the blob cache using more restrictive RegExp like: ((?<!_gif).gif|(?<!_jpg).jpg|(?<!_png).png|.css|.js)$ Which excludes specific image pattern *_gif.gif *_jpg.jpg *_png.png • Or regexp like [/]shared documents[/].+.(gif|jpg|png|css|js)$ to limit to a certain library or subweb or site collection
  • 39. BLOB CACHE • ULS logs • Enable Publishing Cache to Verbose • 2010 has improved logging • IIS logs with time taken and client side trace fiddler/http watch • Cache-Control: public, max-age=86400 • 304 responses with if-none-match and Etag headers • for streaming • Accept-Range: bytes in response • Content-Range: bytes headers in request
  • 40. We need your feedback! Scan this QR code or visit http://svy.mk/sps2012be Our sponsors:

Editor's Notes

  1. When troubleshooting performance in a SharePoint 2010 environment, the following questions should be asked before you attempt to perform any in-depth analysis with the troubleshooting tools.Where is the bottleneck?You should identify where the bottleneck is occurring, is a single page, site or an entire Web application affected? Or is the issue sporadic, indicating a server issue or disk Sub -System issue? Once you have identified the scope of the bottleneck, you can start looking for patterns.Any strange patterns?Does the issue occur every day at a fixed time? Or is the issue completely intermittent? Does the issue only affect a subset of users? Once you know both the scope of the issue and any patterns in its occurrence, you can start looking for the potential cause.Any errors or unexpected status codes in any if the logs?This seems quite obvious, however performance problems, especially in SharePoint will often be masked by error messages that do not clearly explain why an entire site collection is slow, or why a single page is slow.Are there any customizations in place?As already covered, customizations are one of the key causes of performance issues in SharePoint. If customizations are in place, are other sites/pages with these customizations experiencing the same issues? What happens if you temporarily disable the customizations?Have any software boundaries and limits been breached?Large lists, content databases, or generally any breached software boundary should be immediate cause for investigation. Large lists and content databases in particular are known to cause performance problems for SharePoint. What happens if you edit list views or split content databases?What does analysis of common performance counters show?Are there any indicators of issues caused by CPU, memory, disk or network bottlenecks? If so, what appears to be causing these? What about SQL Server specific performance counters?
  2. What: - We will first try to investigate what is the type of memory leak, is it a managed memory leak or an unmanaged memory leak.How: - What is really causing the memory leak. Is it the connection object, some kind of file who handle is not closed etc?Where: - Which function / routine or logic is causing the memory leak.
  3. So the first thing we need to ensure what is the type of memory leak is it managed leak or unmanaged leak. In order to detect if it’s a managed leak or unmanaged leak we need to measure two performance counters. The first one is the private bytes counter for the application which we have already seen in the previous session. The second counter which we need to add is ‘Bytes in all heaps’. So select ‘.NET CLR memory’ in the performance object, from the counter list select ‘Bytes in all heaps’ and the select the application which has the memory leak.
  4. So the first thing we need to ensure what is the type of memory leak is it managed leak or unmanaged leak. In order to detect if it’s a managed leak or unmanaged leak we need to measure two performance counters. The first one is the private bytes counter for the application which we have already seen in the previous session. The second counter which we need to add is ‘Bytes in all heaps’. So select ‘.NET CLR memory’ in the performance object, from the counter list select ‘Bytes in all heaps’ and the select the application which has the memory leak.
  5. On a heavily accessed site, caching frequently accessed pages, objects in a page, and binary large objects for even a short amount of time can result in substantial throughput gains. For example, while a page is cached by the output cache, subsequent requests for that page are served from the output page without executing the code that created it, for the specified duration of the cache. Or in the case of binary large objects, when a request for a file that is not cached is handled by a front-end Web server, the disk-based cache gets the file from SQL Server, saves it to disk, and serves the file to the client that requested it. Future requests for the same file that are handled by that front-end Web server are then served from the file that is stored on the disk, instead of being served from SQL Server.A well-planned caching strategy increases performance and available capacity on given sites. However, careful planning and monitoring is required in order to tweak cache settings correctly.For example, you can use the Publishing Cache Hit Ratio performance counter to monitor the cache hit ratio. You should aim for 90% or above and raise the memory allocated to the object cache if it is not meeting the target. However, a site with a lot of read/write activity should expect to have a lower cache hit ratio.