2.0 KiB
Sharepoint
Samstag, 23. Juni 2018
15:24
Folgende Punkte sollten in einer Sharepoint installation geprüft werden :
SQL Server :
Setting an appropriate Maximum Memory value for SQL Server is important to reserve memory for
the operating system and any ancillary programs running on the SQL Server. This will help prevent paging
of either SQL Server memory or other process memory to disk, which may reduce overall SQL Server
performance.
The first step is to measure the potential performance of SQL Server is the disk I/O subsystem. Microsoft
has created a tool, Diskspd, to measure disk performance. This tool will provide valuable data in terms of
the number of IOPS the disk subsystem is capable of supporting. Note that testing write performance
(the DiskSpd -w switch) will cause data loss. Only test write performance on a disk with no data.
■ Note Diskspd is available from Microsoft on the TechNet Gallery. h ttps://gallery.technet.microsoft.com/
DiskSpd-a-robust-storage-6cd2f223
Sharepoint Performencetest :
The SharePoint Load Generation Tool is an add-in for Visual Studio 2013 Ultimate and Visual Studio
2015 Enterprise that performs the following tests:
• CSOM List Read and Write load test
• MySite Read and Write load test
• MySiteHost Read and Write load test
The SharePoint Load Generation Tool also has additional options for authentication and number of
servers to test, and automatically records pertinent performance counters for review post-test.
■ Note ` The SharePoint Load Generation Tool is available on the Visual Studio Gallery.
h ttps://visualstudiogallery.msdn.microsoft.com/04d66805-034f-4f6b-9915-403009033263
Video :