Introduction
Monitors AvgDataAdapterQueryDuration, AvgDataConnectionSubmitDuration, AvgDiskQueueLength, AvgDiskReadQueueLength, AvgDiskWriteQueueLength, etc.
Discovery with the agent
Collector Type: Agent
Category: Application Monitors
Application Name: Sharepoint_2010
Global Template Name : Microsoft SharePoint 2010 - Performance Counters DotNet v4
Pre-requisites: For SharePoint 2010 monitors need Microsoft .Net Framework 4.
Collected Metrics
Metric Name | Display Name | Description |
---|---|---|
AvgDiskQueueLength | AvgDiskQueueLength | Avg. Disk Queue Length is the average number of both read and write requests that were queued for the selected disk during the sample interval. |
AvgDiskReadQueueLength | AvgDiskReadQueueLength | Avg. Disk Read Queue Length is the average number of read requests that were queued for the selected disk during the sample interval. |
AvgDiskWriteQueueLength | AvgDiskWriteQueueLength | Avg. Disk Write Queue Length is the average number of write requests that were queued for the selected disk during the sample interval. |
DiskReadsPersec | DiskReadsPersec | Disk Reads/sec is the rate of read operations on the disk. |
DiskWritesPersec | DiskWritesPersec | Number of times a worker process has restarted on the machine. |
PercentIdleTime | PercentIdleTime | % Idle Time reports the percentage of time during the sample interval that the disk was idle. |
PageFaultsPersec | PageFaultsPersec | Page Faults/sec is the average number of pages faulted per second. It is measured in number of pages faulted per second because only one page is faulted in each fault operation, hence this is also equal to the number of page fault operations. |
PercentUsage | PercentUsage | The amount of the Page File instance in use in percent. |
RequestsQueued | RequestsQueued | The number of requests waiting to be processed. |
RequestWaitTime | RequestWaitTime | The number of milliseconds the most recent request was waiting in the queue. |
RequestsPerSec | RequestsPerSec | The number of requests executed per second. |
PercentTimeinGC | PercentTimeinGC | % Time in GC is the percentage of elapsed time that was spent in performing a garbage collection (GC) since the last GC cycle. This counter is usually an indicator of the work done by the Garbage Collector on behalf of the application to collect. |
ContextSwitchesPersec | ContextSwitchesPersec | A context switch occurs when the kernel switches the processor from one thread to anotherfor example, when a thread with a higher priority than the running thread becomes ready. The System Context Switches/sec counter in System Monitor reports systemwide. |
ProcessorQueueLength | ProcessorQueueLength | Processor Queue Length is the number of threads in the processor queue. Unlike the disk counters, this counter counters, this counter shows ready threads only, not threads that are running. |
BytesReceivedPersec | BytesReceivedPersec | Bytes Received/sec is the rate that data bytes are received by the Web service. |
BytesSentPersec | BytesSentPersec | Bytes Sent/sec is the rate data bytes are being sent by the Web service. |
TotalConnectionAttemptsallinstances | TotalConnectionAttemptsallinstances | Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed. |
CurrentConnections | CurrentConnections | Current Connections is the current number of connections established with the Web service. |
GetRequestsPersec | GetRequestsPersec | The rate HTTP requests using the GET method are made. Get requests are the most common HTTP request. |
DataConnectionQueryFailureRate | DataConnectionQueryFailureRate | The rate of failures for data connection queries in form filling sessions. |
DataConnectionQueryCompletedRate | DataConnectionQueryCompletedRate | The rate at which data connection queries completed in form filling sessions. |
AvgDataAdapterQueryDuration | AvgDataAdapterQueryDuration | The average time to complete a data connection query in form filling sessions. |
DataConnectionSubmitFailureRate | DataConnectionSubmitFailureRate | The rate of failures for data connection submits in form filling sessions. |
DataConnectionSubmitCompletedRate | DataConnectionSubmitCompletedRate | The rate at which data connection submits completed in form filling sessions. |
DataConnectionSubmitStartedRate | DataConnectionSubmitStartedRate | The rate at which data connection submits started in form filling sessions. |
AvgDataConnectionSubmitDuration | AvgDataConnectionSubmitDuration | The average time to complete a data connection submit in form filling sessions. |
SessionCompletedRate | SessionCompletedRate | The average time to complete a data connection submit in form filling sessions. |
SessionStartedRate | SessionStartedRate | The rate at which form filling sessions started. |
AvgSessionDuration | AvgSessionDuration | The average time to complete a form filling session, summed up over all transactions in the session. |
TransactionsCompletedRate | TransactionsCompletedRate | The rate at which transactions completed in form filling sessions. |
TransactionsStartedRate | TransactionsStartedRate | The rate at which transactions started in form filling sessions. |
AvgTransactionDuration | AvgTransactionDuration | The average time to complete a transaction in form filling sessions. |