Share via


IWorkbookModelUsage.MachineHealthCalculated method

Excel Services periodically monitors the health of the AS machines which it is interacting with. This is a report of those statistics.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Sub MachineHealthCalculated ( _
    serverName As String, _
    highMemoryLimitKB As Long, _
    lowMemoryLimitKB As Long, _
    memoryUsageKB As Long, _
    shrinkableMemoryKB As Long, _
    percentProcessorUtilization As Integer _
)
'Usage
Dim instance As IWorkbookModelUsage
Dim serverName As String
Dim highMemoryLimitKB As Long
Dim lowMemoryLimitKB As Long
Dim memoryUsageKB As Long
Dim shrinkableMemoryKB As Long
Dim percentProcessorUtilization As Integer

instance.MachineHealthCalculated(serverName, _
    highMemoryLimitKB, lowMemoryLimitKB, _
    memoryUsageKB, shrinkableMemoryKB, _
    percentProcessorUtilization)
void MachineHealthCalculated(
    string serverName,
    long highMemoryLimitKB,
    long lowMemoryLimitKB,
    long memoryUsageKB,
    long shrinkableMemoryKB,
    int percentProcessorUtilization
)

Parameters

  • serverName
    Type: System.String

    The name of the Analysis Services server instance

  • percentProcessorUtilization
    Type: System.Int32

    Total percentage processor utilization on the machine

See also

Reference

IWorkbookModelUsage interface

IWorkbookModelUsage members

Microsoft.Office.Excel.Server.WebServices namespace