Flash Accel PowerShell cmdlets : Clear Flash Accel metrics

Clear Flash Accel metrics
The Clear-FAMetrics cmdlet clears the cache performance metrics gathered for devices managed by Flash Accel.
Syntax
Clear-FAMetrics

[
-ComputerName String]
[
-Credential PsCredential]
[
-Disks String []]
[
-NaaIds String []]
[
CommonParameters]
Description
The Clear-FAMetrics cmdlet clears the cache performance metrics gathered for devices managed by Flash Accel. To clear cache performance metrics for devices for a remote computer, use the ComputerName parameter. This cmdlet uses WMI to set data remotely and locally.
Parameters
-ComputerName String
Specifies a remote Windows computer on which you want to run the command. If you do not use this parameter, the command runs on the local computer. The value can be a fully qualified domain name or an IP address. When the remote computer is in a different domain from the local computer, you must use a fully qualified domain name.
-Credential PsCredential
Specifies a user account that you want to use to run this command. An administrative-level user account is required. If you do not use this parameter, the command runs under the user account with which you are currently logged in. Enter a user name, such as "User01", "Domain01\User01", or "User@example.com". You can also enter a PSCredential object, such as an object that is returned by the Get-Credential cmdlet. When you enter a user name, you are prompted for a password.
-Disks String []
List of data disks for which cache performance metrics needs to be cleared. For example, "disk0,disk1". If the Disks or the NaaIds parameter is not specified, the operation is performed on all devices. Separate disks with a comma.
-NaaIds String []
List of NaaIds of the data disks for which cache performance metrics need to be cleared. For example, "6000c2a4caae4b29aa930b1e41708d69". If the Disks or the NaaIds parameter is not specified, the operation is performed on all devices. Separate NaaIds with a comma.
This cmdlet supports the following common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, enter:
get-help about_commonparameters
Example 2. Example: Clearing metrics for specific disks
The following cmdlet clears the cache performance metrics for disk0 and disk1.
Clear-FAMetrics -Disks disk0,disk1
Parent Topic: Flash Accel PowerShell cmdlets