In Part 1, we saw how to install and begin using the SP Diagnostics Tool. In this article we will see some more reports that this tool provides to diagnose issues in SharePoint.

ULS Trace Issues

This is another important report that lists all the issues found in the logs. You can sort the Process-wise messages and troubleshoot individually.

SP-Diagnostics-ULS-Trace-Issues-Report.jpg

Figure 9: SP Diagnostics: ULS Trace Issues Report

SQL Overview Report

The SQL Overview Report is another important one. It gives details of the locks if any and waiting period for SQL read/writes as database latency is one important factor in performance optimization.

SP-Diagnostics-SQL-Overview-Report.jpg

Figure 10: SP Diagnostics: SQL Overview Report

In case the Performance Diagnostics providers have not been provisioned you will get the message as below.

SP-Diagnostics-SQL-Overview-Report1.jpg

In case these counters are provisioned you will get the details in these reports.

SQL Server Locking/Blocking

SQL Server query blocking can increase some SQL Server query duration values, and might contribute to availability issues and increased latency.

When Lock Wait Time is high, examine the SQL Blocking report to identify the queries holding the locks.

You can examine the SQL Deadlocks report to identify queries that might have generated failed requests.

SQL Server Disk IO

A common SQL Server performance issue is an I/O bottleneck. When SQL Server does not have sufficient I/O bandwidth to process incoming queries, performance across all requests will decrease, and performance across all farm Web servers will be decreased.

When there is an I/O bottleneck, examine the SQL Read-Intensive Traces report to see what specific queries are consuming the most resources.

Performance Reports

The Performance section has important reports that give graphs on the details of specific farm performance indicators related to latency and SQL Server. But reports in this section are snapshots of how long it took or how many locks occurred rather than the issues and problematic areas.

SP-Diagnostics-Performance-Report.jpg

Figure 11: SP Diagnostics: Performance Report

We have seen how these built-in reports help us to diagnose issues in SharePoint production environments. But you need to bear in mind that this tool should be run when there is less load on the system or over the weekends. Snapshots of the entire data can be saved for reporting later; we will see that in Part 3 of the article.