Get-MAStatistics

Synopsis

Gets statistics from a management agent

Syntax

Get-MAStatistics [-MA] <string> [<CommonParameters>]

Description

The Get-MAStatistics cmdlet gets information on the number of connectors and their various states in a management agent's connector space

Parameters

-MA <string>

The management agent to retrieve the statistics for

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.

Examples

Clear the entire run history

PS C:\> Get-MAStatistics ADMA
Total                 : 1355
TotalConnectors       : 1335
TotalDisconnectors    : 19
Placeholders          : 1
NormalConnectors      : 1331
ExplicitConnectors    : 4
NormalDisconnectors   : 18
ExplicitDisconnectors : 1
FilteredDisconnectors : 0
ImportAdds            : 18
ImportUpdates         : 0
ImportDeletes         : 0
ImportUnchanged       : 1335
PendingImportTotal    : 18
ExportAdds            : 0
ExportUpdates         : 3
ExportDeletes         : 0
PendingExportTotal    : 3

Last updated