Quantcast
Channel: Performance Analysis of Logs (PAL) Tool
Viewing all 913 articles
Browse latest View live

Commented Unassigned: Error to process performance counters [65185]

$
0
0
Overall progress... Status: Calculating counter statistics [very CPU intensive]..., PAL 2.7.5 Progress: 65%... Calculating counter statistics [very CPU intensive]...,

An error occurred on...
$iPercentComplete = ConvertToDataType $(($iIndexOfJobs / $iTotalJobs) * 100) 'integer'
At C:\Program Files\PAL\PAL.ps1:2293 char:65 + $iPercentComplete = ConvertToDataType $(($iIndexOfJobs / <<<< $iTotalJobs) * 100) 'integer'
Attempted to divide by zero.


SCRIPT ARGUMENTS:
Log: E:\MOOCQA_20160614-000001\Performance Counter.blg
ThresholdFile: C:\Users\STRESS~1\AppData\Local\Temp\PalAutoDetectThresholdFile_6044cead-e722-4f1a-9965-dbcd0e57458f.xml
AnalysisInterval: AUTO
IsOutputHtml: $True
IsOutputXml: $False
HtmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm
XmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml
OutputDir: [My Documents]\PAL Reports
AllCounterStats: $True
NumberOfThreads: 2
IsLowPriority: $True
DisplayReport: True
Comments: ** Comment from web user: ClintH **

I added code to show the unmatched counters, but left it out. In the meantime, you can uncomment the section with "Incomplete Analyses" in PAL.ps1 to see if that works for you.


Updated Release: PAL v2.7.7 (May 05, 2016)

$
0
0
v2.7.7
  • Bug fix: Fixed a bug referring to CollectionOfProcessorPercentProcessorTime and "Unexpected token 'All.Count' in expression or statement."
  • Threshold file update: The SQL Server 2014 threshold file was updated with a fix to "Analysis SQLServer:Resource Pool Stats Used memory (KB) was not iterating properly" by Pedro Lopes.
  • Bug fix: Exported templates failed on Windows 10. Fixed.
  • Collection: Please consider using the PAL Collector script to create data collector sets. It is part of the PAL tool (sub folder of the installation folder) and from http://aka.ms/PalCollector.

v2.7.6
  • Bug fix: Fixed a terminating error in MSExchange Replication CopyQueueLength in the Exchange2010.xml threshold file.
  • Update: Updated threshold files for Microsoft SQL Server 2012 and Microsoft SQL Server 2014 by David Pless and Pedro Lopes.

Released: PAL v2.7.7 (May 05, 2016)

$
0
0
v2.7.7
  • Bug fix: Fixed a bug referring to CollectionOfProcessorPercentProcessorTime and "Unexpected token 'All.Count' in expression or statement."
  • Threshold file update: The SQL Server 2014 threshold file was updated with a fix to "Analysis SQLServer:Resource Pool Stats Used memory (KB) was not iterating properly" by Pedro Lopes.
  • Bug fix: Exported templates failed on Windows 10. Fixed.
  • Collection: Please consider using the PAL Collector script to create data collector sets. It is part of the PAL tool (sub folder of the installation folder) and from http://aka.ms/PalCollector.

v2.7.6
  • Bug fix: Fixed a terminating error in MSExchange Replication CopyQueueLength in the Exchange2010.xml threshold file.
  • Update: Updated threshold files for Microsoft SQL Server 2012 and Microsoft SQL Server 2014 by David Pless and Pedro Lopes.

Updated Release: PAL v2.7.7 (May 05, 2016)

$
0
0
v2.7.7
  • Bug fix: Fixed a bug referring to CollectionOfProcessorPercentProcessorTime and "Unexpected token 'All.Count' in expression or statement."
  • Threshold file update: The SQL Server 2014 threshold file was updated with a fix to "Analysis SQLServer:Resource Pool Stats Used memory (KB) was not iterating properly" by Pedro Lopes.
  • Bug fix: Exported templates failed on Windows 10. Fixed.
  • Collection: Please consider using the PAL Collector script to create data collector sets. It is part of the PAL tool (sub folder of the installation folder) and from http://aka.ms/PalCollector.

v2.7.6
  • Bug fix: Fixed a terminating error in MSExchange Replication CopyQueueLength in the Exchange2010.xml threshold file.
  • Update: Updated threshold files for Microsoft SQL Server 2012 and Microsoft SQL Server 2014 by David Pless and Pedro Lopes.

Released: PAL v2.7.7 (May 05, 2016)

$
0
0
v2.7.7
  • Bug fix: Microsoft installer (MSI) now available as PALSetup2.7.7*.zip under Downloads section.
  • Bug fix: Fixed a bug referring to CollectionOfProcessorPercentProcessorTime and "Unexpected token 'All.Count' in expression or statement."
  • Threshold file update: The SQL Server 2014 threshold file was updated with a fix to "Analysis SQLServer:Resource Pool Stats Used memory (KB) was not iterating properly" by Pedro Lopes.
  • Bug fix: Exported templates failed on Windows 10. Fixed.
  • Collection: Please consider using the PAL Collector script to create data collector sets. It is part of the PAL tool (sub folder of the installation folder) and from http://aka.ms/PalCollector.

v2.7.6
  • Bug fix: Fixed a terminating error in MSExchange Replication CopyQueueLength in the Exchange2010.xml threshold file.
  • Update: Updated threshold files for Microsoft SQL Server 2012 and Microsoft SQL Server 2014 by David Pless and Pedro Lopes.

Updated Release: PAL v2.7.7 (May 05, 2016)

$
0
0
v2.7.7
  • Bug fix: Microsoft installer (MSI) now available as PALSetup2.7.7*.zip under Downloads section.
  • Bug fix: Fixed a bug referring to CollectionOfProcessorPercentProcessorTime and "Unexpected token 'All.Count' in expression or statement."
  • Threshold file update: The SQL Server 2014 threshold file was updated with a fix to "Analysis SQLServer:Resource Pool Stats Used memory (KB) was not iterating properly" by Pedro Lopes.
  • Bug fix: Exported templates failed on Windows 10. Fixed.
  • Collection: Please consider using the PAL Collector script to create data collector sets. It is part of the PAL tool (sub folder of the installation folder) and from http://aka.ms/PalCollector.

v2.7.6
  • Bug fix: Fixed a terminating error in MSExchange Replication CopyQueueLength in the Exchange2010.xml threshold file.
  • Update: Updated threshold files for Microsoft SQL Server 2012 and Microsoft SQL Server 2014 by David Pless and Pedro Lopes.

Reviewed: PAL v2.7.7 (Nov 03, 2016)

$
0
0
Rated 5 Stars (out of 5) - This install works fine. Please mind the reviews below are for older versions (look at the date).

New Post: Missing XML

$
0
0
I've downloaded this recently and it now contains an MSI dated 27/10/2016 which after installation did not include the SP2013.XML. Is this omitted for a reason?

Created Unassigned: Set-EnglishLocales > $global:currentThread [65284]

$
0
0
It seems that there is an issue with Set-EnglishLocales where the $global:currentThread is being used to set the CurrentCulture and the CurrentUICulture for the currentThread.

I get the exception as following on it:

The variable '$global:currentThread' cannot be retrieved because it has not been set.

No, I tried to fix this by setting the missing value before initialization, this way:

$global:currentThread = [System.Threading.Thread]::CurrentThread
$global:currentThread.CurrentCulture = $usenglishLocales
$global:currentThread.CurrentUICulture = $usenglishLocales

Created Unassigned: Issues with PAL Tool [65318]

$
0
0
The PAL Tool gets stuck when analyzing large logs even after reducing the time interval of .blg logs to be analyzed. Even used other options of selecting only specific Process, Processor and Memory parameters to reduce the load on the tool. Also additionally running the tool as a high priority process and also made sure that there are no other applications running on the system except the normal system processes but not able to get the analysis results in time.

Attached is a screen shot of the progress after around 9 hours of the tool execution.

Created Unassigned: Erro analyze blg from W2008 R2 on Win8.1 machine [65350]

$
0
0
Hi.

I can't analyze perfmon blg file generated on Windows 2008 R2 server on my Win8.1 PC with PAL. Same collection set generated on 2012 R2 server works fine. I attach logs.

Thanks.

Commented Unassigned: Performance Counter Not Included in Results [65234]

$
0
0
Hello,

I am using the following perfmon counter to collect performance information about my application.

"\Process(_Total)\% Processor Time"

This counter, however, does not appear in the report generated by PAL. Is there a specific configuration (i.e., threshold) that needs to be set in order to include this counter.

Thank you,
Jim
Comments: ** Comment from web user: ClintH **

The _Total instance is the sum of all of the process instances and not useful in my opinion.
When identifying a processor issue, use \Processor Information(*)\% Processor Time.
With that said, if you want to include it, then open SystemOverview.xml in a text editor and remove the XML node called EXCLUDE which has the _Total instance for that analysis.

Commented Unassigned: Issues with PAL Tool [65318]

$
0
0
The PAL Tool gets stuck when analyzing large logs even after reducing the time interval of .blg logs to be analyzed. Even used other options of selecting only specific Process, Processor and Memory parameters to reduce the load on the tool. Also additionally running the tool as a high priority process and also made sure that there are no other applications running on the system except the normal system processes but not able to get the analysis results in time. I am running this Tool on a Citrix Virtual Desktop (VDI) with 4 GB RAM which according to me should be sufficient.

Attached is a screen shot of the progress after around 9 hours of the tool execution.
Comments: ** Comment from web user: ClintH **

Make sure you are running the 64-bit version. 32-bit versions of PAL cannot handle large counter logs. Also, use 1 thread for each processor. A single threaded PAL will take a long time.

New Post: Failed to process performance counters

$
0
0
Hi,

I get these errors when processing single blg files or multiple multiple blg files. Any help would be appreciated.

PAL v2.7.7

Windows PowerShell transcript start
Start time: 20161117163526
Username:
RunAs User:
Machine: NAOU16928 (Microsoft Windows NT 6.3.9600.0)
Host Application: Powershell -ExecutionPolicy ByPass -NoProfile -File .\PAL.ps1 -Log D:\Performance counters\BentleyPerfCounters_000002.blg;D:\Performance counters\BentleyPerfCounters_000003_8th Nov.blg;D:\Performance counters\BentleyPerfCounters_000004_11th Nov.blg;D:\Performance counters\BentleyPerfCounters_000005.blg -ThresholdFile C:\Program Files\PAL\PAL\SystemOverview.xml -Interval 600 -IsOutputHtml $True -HtmlOutputFileName [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm -IsOutputXml $False -XmlOutputFileName [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml -AllCounterStats $False -NumberOfThreads 8 -IsLowPriority $False -OS 64-bit Windows Server 2008 R2 -PhysicalMemory 16 -UserVa 2048
Process ID: 7244

Transcript started, output file is C:\Users\AppData\Local\Temp\PAL1.log
SCRIPT ARGUMENTS:

Name Value

AllCounterStats False
AnalysisInterval AUTO
BeginTime
DisplayReport True
EndTime
HtmlOutputFileName [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm
Interval 600
IsLowPriority False
IsOutputHtml True
IsOutputXml False
Log D:\Performance counters\BentleyPerfCounters_000002.blg;D:\Performance counters\Bent...
NumberOfThreads 8
OS 64-bit Windows Server 2008 R2
OutputDir [My Documents]\PAL Reports
PhysicalMemory 16
ThresholdFile C:\Program Files\PAL\PAL\SystemOverview.xml
UserVa 2048
XmlOutputFileName [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml
C:\Program Files\PAL\PAL\SystemOverview.xml
QuickSystemOverview.xml

PS>TerminatingError(): "The property 'CounterListFilePath' cannot be found on this object. Verify that the property exists."
TerminatingError(): "The property 'CounterListFilePath' cannot be found on this object. Verify that the property exists."
The property 'CounterListFilePath' cannot be found on this object. Verify that the property exists.
At C:\Program Files\PAL\PAL\PAL.ps1:1143 char:76
  • $sCommand = $('relog.exe ' + ""$sTemp"" + ' -cf ' + "`"$($glob ...
  • ~~~~~
    • CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
    • FullyQualifiedErrorId : PropertyNotFoundStrict
Get-Content : Cannot find path 'C:\Users\AppData\Local\Temp\c09f2f43-1c9d-41a9-b687-1008900b37ee_FilteredPerfmonLog.csv' because it does
not exist.
At C:\Program Files\PAL\PAL\PAL.ps1:1907 char:14
  • $oCSVFile = Get-Content $CsvFilePath
  • ~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : ObjectNotFound: (C:\Users...dPerfmonLog.csv:String) [Get-Content], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
PS>TerminatingError(): "Cannot index into a null array."
TerminatingError(): "Cannot index into a null array."
Cannot index into a null array.
At C:\Program Files\PAL\PAL\PAL.ps1:1908 char:2
  • $aRawCounterList = $oCSVFile[0].Split(",")
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : NullArray
PS>TerminatingError(): "Cannot convert null to type "System.DateTime"."
TerminatingError(): "Cannot convert null to type "System.DateTime"."
Cannot convert null to type "System.DateTime".
At C:\Program Files\PAL\PAL\PAL.ps1:1929 char:9
  • [datetime] $dtBeginDateTime = $dtBeginDateTime
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : MetadataError: (:) [], ArgumentTransformationMetadataException
    • FullyQualifiedErrorId : RuntimeException
PS>TerminatingError(): "Cannot convert null to type "System.DateTime"."
Cannot convert null to type "System.DateTime".
At C:\Program Files\PAL\PAL\PAL.ps1:2324 char:2
  • [datetime] $dTimeCursor = [datetime] $ArrayOfTimes[0]
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : InvalidArgument: (:) [], RuntimeException
    • FullyQualifiedErrorId : nullToObjectInvalidCast
PS>TerminatingError(): "Attempted to divide by zero."
Attempted to divide by zero.
At C:\Program Files\PAL\PAL\PAL.ps1:2293 char:49
  • $iPercentComplete = ConvertToDataType $(($iIndexOfJobs / $iTotalJobs) * ...
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : NotSpecified: (:) [], RuntimeException
    • FullyQualifiedErrorId : RuntimeException
PS>TerminatingError(): "Cannot convert null to type "System.DateTime"."
TerminatingError(): "Cannot convert null to type "System.DateTime"."
Cannot convert null to type "System.DateTime".
At C:\Program Files\PAL\PAL\PAL.ps1:4502 char:25
  • $Date1 = Get-Date $([datetime]$global:oPal.aTime[0]) -format $global:sDateTi ...
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : InvalidArgument: (:) [], RuntimeException
    • FullyQualifiedErrorId : nullToObjectInvalidCast
C:\Users\Documents\PAL Reports\BentleyPerfCounters_000002_PAL_ANALYSIS_20161117163526.htm

Windows PowerShell transcript end
End time: 20161117163546

Created Unassigned: Error occurs executing PAL.ps1 from different working directory in PowerShell [65582]

$
0
0
In a project I'm working on, I have a consolidated performance testing script that runs through a few utilities to execute a performance test then runs PAL to analyze the performance counters. PAL resides in a subfolder below the consolidated script:

e.g.
* PerfTest.ps1
* /Tools
** /PAL_2.7.7
*** PAL.ps1
*** ...

PerfTest.ps1 invokes PAL as follows:
& "${PSScriptRoot}\Tools\PAL_2.7.7\PAL.ps1" <Args Here>

If executing PerfTest.ps1 from its root directory, when PAL.ps1 is invoked it immediately fails with an error of being unable to find PalGenerateCounterStats.ps1, due to the fact that the relative path is simply .\PalGenerateCounterStats.ps1.

This same issue affects PalGenerateMultiCounterStats.ps1 and any XML inheritance for the threshold files. I will be attaching a patch momentarily, but wanted to have a bug to reference.

Patch Uploaded: #18496

$
0
0

bdunn72 has uploaded a patch.

Description:
Allowing for PAL.ps1 to be invoked from a different working directory than the one the script resides in. This includes proper resolution of other PowerShell scripts needed by PAL.ps1 to be able to function and resolution of XML inheritance with relative paths.

Also added a parameter to NOT clear the log when executing PAL.ps1, in the event that it is part of a larger operation and logs shouldn't be wiped.

Created Unassigned: MergeConvertFilterPerfmonLogs w/ C:\Temp [65727]

$
0
0
Got the MergeConvert error, saw the case describing changing user temp to C:\Temp. that did not resolve the error. See attached.

New Post: Log Analysis Interval stuck at 5 hours

$
0
0
I am trying to get more granular analysis results out of my perfmon log, but my reports always come out with an analysis interval of just under five hours. I'm setting the Analysis Interval dropdown under Output Options to other values (I'd really like to get 10 minute intervals), but no change. Please advise.

Created Unassigned: While processing the counters I keep getting this error (nvokeExpressionCommand) [65760]

$
0
0
Error0_PAL.htm
Test-Path : Cannot retrieve the dynamic parameters for the cmdlet. The specifie
d wildcard pattern is not valid: [Gen_Svr_09_Prod__PAL_ANALYSIS_2016122323553
8
At C:\Program Files\PAL\PAL\PAL.ps1:2771 char:37
+ $bFileExists = Test-Path <<<< -Path $sFilePath
+ CategoryInfo : InvalidArgument: (:) [Test-Path], ParameterBindi
ngException
+ FullyQualifiedErrorId : GetDynamicParametersException,Microsoft.PowerShe
ll.Commands.TestPathCommand

Processing Thresholds...
SQLServer:Buffer Manager Buffer cache hit ratio
SQLServer:Buffer Manager Free pages
SQLServer:Buffer Manager Lazy writes/sec
SQLServer:Buffer Manager Page life expectancy
SQLServer:Buffer Manager Page lookups/sec
SQLServer:Buffer Manager Page reads/sec
SQLServer:Buffer Manager Page writes/sec
SQLServer:General Statistics Logins/sec
SQLServer:General Statistics Logouts/sec
SQLServer:General Statistics User Connections
SQLServer:Memory Manager Memory Grants Pending
SQLServer:SQL Statistics Batch Requests/sec
SQLServer:SQL Statistics SQL Compilations/sec
SQLServer:SQL Statistics SQL Re-Compilations/sec
SQLServer:Memory Manager Memory Grants Outstanding
SQLServer:Memory Manager\Granted Workspace Memory Granted Workspace Memory (KB)
SQLServer:Memory Manager\Maximum Workspace Memory Maximum Workspace Memory (KB)
SQLServer:SQL Statistics Auto-Param Attempts/sec
SQLServer:SQL Statistics Failed Auto-Params/sec
SQLServer:SQL Statistics Safe Auto-Params/sec
SQLServer:SQL Statistics Unsafe Auto-Params/sec
SQLServer:Buffer Manager Free list stalls/sec
SQLServer:Buffer Manager Checkpoint pages/sec
SQLServer:Buffer Manager Readahead pages/sec
SQLServer:Buffer Manager Stolen pages
SQLServer:SQL Statistics SQL Attention rate
SQLServer:Transactions\Free Space in tempdb Free Space in tempdb (KB)
SQLServer:Transactions Longest Transaction Running Time
SQLServer:Transactions NonSnapshot Version Transactions
SQLServer:Transactions Snapshot Transactions
SQLServer:Transactions\Version Cleanup rate Version Cleanup rate (KB/s)
SQLServer:Transactions\Version Generation rate Version Generation rate (KB/s)
SQLServer:SQL Plan Re-Use Rate
Memory Available MBytes
Processor % Processor Time
Processor % Privileged Time
Network Interface % Network Utilization
Network Interface Output Queue Length
Network Interface % Network Utilization Sent
Network Interface % Network Utilization Received
System Processor Queue Length
PhysicalDisk Read Latency Analysis
PhysicalDisk Write Latency Analysis
Paging File % Usage
Network Interface Packets Outbound Errors
PhysicalDisk Current Disk Queue Length
PhysicalDisk Avg. Disk Queue Length
Network Interface Bytes Total/sec
PhysicalDisk Disk Bytes/sec
Network Interface Current Bandwidth
Network Interface Packets/sec
Network Interface Packets Sent/sec
Network Interface Packets Received/sec
Generating the HTML Report...C:\Users\amitsa\Documents\PAL Reports\Gen_Svr_09_prod_12_23_System_Monitor_Log
Error0_PAL.htm
The specified wildcard pattern is not valid: [Gen_Svr_09_Prod__PAL_ANALYSIS_2
0161223235538.htm
At C:\Program Files\PAL\PAL\PAL.ps1:4587 char:15
+ '<HTML>' > <<<< $h
+ CategoryInfo : NotSpecified: (:) [], WildcardPatternException
+ FullyQualifiedErrorId : RuntimeException

C:\Users\amitsa\Documents\PAL Reports\[Gen_Svr_09_Prod__PAL_ANALYSIS_201612232
35538.htm
C:\Users\amitsa\Documents\PAL Reports\Gen_Svr_09_prod_12_23_System_Monitor_Log
Error0_PAL.htm
Invoke-Expression : The specified wildcard pattern is not valid: [Gen_Svr_09_
Prod__PAL_ANALYSIS_20161223235538.htm
At C:\Program Files\PAL\PAL\PAL.ps1:5255 char:22
+ Invoke-Expression <<<< -Command "&'$HtmlOutputFileName'"
+ CategoryInfo : NotSpecified: (:) [Invoke-Expression], WildcardP
atternException
+ FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.I
nvokeExpressionCommand

**********************
Windows PowerShell Transcript End
End time: 20161224001734
**********************

Commented Unassigned: While processing the counters I keep getting this error (nvokeExpressionCommand) [65760]

$
0
0
Error0_PAL.htm
Test-Path : Cannot retrieve the dynamic parameters for the cmdlet. The specifie
d wildcard pattern is not valid: [Gen_Svr_09_Prod__PAL_ANALYSIS_2016122323553
8
At C:\Program Files\PAL\PAL\PAL.ps1:2771 char:37
+ $bFileExists = Test-Path <<<< -Path $sFilePath
+ CategoryInfo : InvalidArgument: (:) [Test-Path], ParameterBindi
ngException
+ FullyQualifiedErrorId : GetDynamicParametersException,Microsoft.PowerShe
ll.Commands.TestPathCommand

Processing Thresholds...
SQLServer:Buffer Manager Buffer cache hit ratio
SQLServer:Buffer Manager Free pages
SQLServer:Buffer Manager Lazy writes/sec
SQLServer:Buffer Manager Page life expectancy
SQLServer:Buffer Manager Page lookups/sec
SQLServer:Buffer Manager Page reads/sec
SQLServer:Buffer Manager Page writes/sec
SQLServer:General Statistics Logins/sec
SQLServer:General Statistics Logouts/sec
SQLServer:General Statistics User Connections
SQLServer:Memory Manager Memory Grants Pending
SQLServer:SQL Statistics Batch Requests/sec
SQLServer:SQL Statistics SQL Compilations/sec
SQLServer:SQL Statistics SQL Re-Compilations/sec
SQLServer:Memory Manager Memory Grants Outstanding
SQLServer:Memory Manager\Granted Workspace Memory Granted Workspace Memory (KB)
SQLServer:Memory Manager\Maximum Workspace Memory Maximum Workspace Memory (KB)
SQLServer:SQL Statistics Auto-Param Attempts/sec
SQLServer:SQL Statistics Failed Auto-Params/sec
SQLServer:SQL Statistics Safe Auto-Params/sec
SQLServer:SQL Statistics Unsafe Auto-Params/sec
SQLServer:Buffer Manager Free list stalls/sec
SQLServer:Buffer Manager Checkpoint pages/sec
SQLServer:Buffer Manager Readahead pages/sec
SQLServer:Buffer Manager Stolen pages
SQLServer:SQL Statistics SQL Attention rate
SQLServer:Transactions\Free Space in tempdb Free Space in tempdb (KB)
SQLServer:Transactions Longest Transaction Running Time
SQLServer:Transactions NonSnapshot Version Transactions
SQLServer:Transactions Snapshot Transactions
SQLServer:Transactions\Version Cleanup rate Version Cleanup rate (KB/s)
SQLServer:Transactions\Version Generation rate Version Generation rate (KB/s)
SQLServer:SQL Plan Re-Use Rate
Memory Available MBytes
Processor % Processor Time
Processor % Privileged Time
Network Interface % Network Utilization
Network Interface Output Queue Length
Network Interface % Network Utilization Sent
Network Interface % Network Utilization Received
System Processor Queue Length
PhysicalDisk Read Latency Analysis
PhysicalDisk Write Latency Analysis
Paging File % Usage
Network Interface Packets Outbound Errors
PhysicalDisk Current Disk Queue Length
PhysicalDisk Avg. Disk Queue Length
Network Interface Bytes Total/sec
PhysicalDisk Disk Bytes/sec
Network Interface Current Bandwidth
Network Interface Packets/sec
Network Interface Packets Sent/sec
Network Interface Packets Received/sec
Generating the HTML Report...C:\Users\amitsa\Documents\PAL Reports\Gen_Svr_09_prod_12_23_System_Monitor_Log
Error0_PAL.htm
The specified wildcard pattern is not valid: [Gen_Svr_09_Prod__PAL_ANALYSIS_2
0161223235538.htm
At C:\Program Files\PAL\PAL\PAL.ps1:4587 char:15
+ '<HTML>' > <<<< $h
+ CategoryInfo : NotSpecified: (:) [], WildcardPatternException
+ FullyQualifiedErrorId : RuntimeException

C:\Users\amitsa\Documents\PAL Reports\[Gen_Svr_09_Prod__PAL_ANALYSIS_201612232
35538.htm
C:\Users\amitsa\Documents\PAL Reports\Gen_Svr_09_prod_12_23_System_Monitor_Log
Error0_PAL.htm
Invoke-Expression : The specified wildcard pattern is not valid: [Gen_Svr_09_
Prod__PAL_ANALYSIS_20161223235538.htm
At C:\Program Files\PAL\PAL\PAL.ps1:5255 char:22
+ Invoke-Expression <<<< -Command "&'$HtmlOutputFileName'"
+ CategoryInfo : NotSpecified: (:) [Invoke-Expression], WildcardP
atternException
+ FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.I
nvokeExpressionCommand

**********************
Windows PowerShell Transcript End
End time: 20161224001734
**********************
Comments: ** Comment from web user: amitsa **

Found and resolved the issue! On the FileOutput screen of the wizard, I was inputting server name in the LogFileName placeholder. [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm. I stopped doing that and kept the default and the issue stopped resurfacing.

Viewing all 913 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>