Counter data for "Broadcom BCM5708C NetXtreme II GigE [NDIS VBD Client]
_4"...Done
Counter data for "MS TCP Loopback interface"...Done
Counter data for "Broadcom BCM5708C NetXtreme II GigE [NDIS VBD Client]
_2"...Done
Counter data for "Broadcom BCM5708C NetXtreme II GigE [NDIS VBD Client]
_4"...Done
Counter data for "MS TCP Loopback interface"...Done
WARNING: Please post errors or problems with this tool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
Invoke-Expression : Cannot convert value "9171752277.33333" to type "System.Int
32". Error: "Value was either too large or too small for an Int32."
At C:\Program Files\PAL\PAL\PAL.ps1:3401 char:22
+ Invoke-Expression <<<< -Command $sCode
+ CategoryInfo : MetadataError: (:) [Invoke-Expression], Argument
TransformationMetadataException
+ FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.I
nvokeExpressionCommand
Comments: ** Comment from web user: ClintH **
_4"...Done
Counter data for "MS TCP Loopback interface"...Done
Counter data for "Broadcom BCM5708C NetXtreme II GigE [NDIS VBD Client]
_2"...Done
Counter data for "Broadcom BCM5708C NetXtreme II GigE [NDIS VBD Client]
_4"...Done
Counter data for "MS TCP Loopback interface"...Done
WARNING: Please post errors or problems with this tool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
Invoke-Expression : Cannot convert value "9171752277.33333" to type "System.Int
32". Error: "Value was either too large or too small for an Int32."
At C:\Program Files\PAL\PAL\PAL.ps1:3401 char:22
+ Invoke-Expression <<<< -Command $sCode
+ CategoryInfo : MetadataError: (:) [Invoke-Expression], Argument
TransformationMetadataException
+ FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.I
nvokeExpressionCommand
Comments: ** Comment from web user: ClintH **
Wow. It looks like the value returned by perfmon was much larger than expected. Since this is so rare, I'm not sure if it is beneficial to change the Int32 to an Int64.