.gif) |
LogFileEntry |
Represents the entry that is entered into the SharePoint logs. Contains information about the event that occurred and its description. |
.gif) |
SPDatabaseServerDiagnosticsPerformanceCounterProvider |
The timer job that collects performance counter information from the database server that the installed SharePoint instance is connected to. |
.gif) |
SPDiagnosticsBlockingQueryProvider |
Looks for and records SQL Queries that are blocking other SQL queries in all databases in the system. |
.gif) |
SPDiagnosticsEntry |
Provides a base class diagnostics entry point. |
.gif) |
SPDiagnosticsEventLogProvider |
Represents a diagnostic provider which listens for NT Events and outputs them to Usage database. |
.gif) |
SPDiagnosticsPerformanceCounterProvider |
Provides methods and properties for interacting with the Windows Performance Monitor logs and inherits from the SPDiagnosticsProvider class. |
.gif) |
SPDiagnosticsProvider |
Represents a base class for diagnostic providers that collect diagnostic information and output that information to a logging database. |
.gif) |
SPDiagnosticsProviderCollection |
Represents a collection of diagnostics providers whose job is to collect diagnostics information and outputs them to Logging Database. |
.gif) |
SPDiagnosticsProviderJobDefinition |
Represents a job definition associated with a diagnostics provider. |
.gif) |
SPDiagnosticsSqlDmvProvider |
Queries the SQL dynamic management views for statistics about queries. |
.gif) |
SPDiagnosticsSqlMemoryProvider |
Queries the SQL dynamic management views for statistics about queries. |
.gif) |
SPDiagnosticsSqlProvider |
Provides methods and properties for working with a SQL-based diagnostics log. |
.gif) |
SPDiagnosticsULSProvider |
Represents a diagnostic provider which watches the ULS trace log and saves high level data to the logging database. |
.gif) |
SPGeneralPerformanceCategoryDefinition |
General definition for an arbitrary category and its counters. It stores the counter names and instance names for each counter. |
.gif) |
SPPerformanceCategoryDefinition |
Stores information about a set of performance counters in a set categoryand provides methods for normalizing counter information. |
.gif) |
SPWebFrontEndDiagnosticsPerformanceCounterProvider |
The timer job to collect performance counter on web front ends. |
.gif) |
ThrottledEventLogger |
This class throttles repeated writes of an Event under a particular context to the Windows event log. A specific duration (default 30 seconds) may be associated with an [event, context] pair. Contexts can be any object, but a best practice is to use objects that are not transient. If use of a transient context is unavoidable ensure that it is deleted before going out of scope. |