Analyzing performance counters of your machine may be a very
time consuming operation. Also there is always something you can miss in reviewing the logs. I found a very powerful and cool tool on
Codeplex site to speed up the reporting operations. You can use this to rapidly identify the most evident problems and then perform a more in-depth analysis beginning from its output.
Performance Analysis of Logs (PAL) Tool is based on
Relog command. "The tool generates an HTML based report which graphically charts important performance counters and throws alerts when thresholds are exceeded. The thresholds are originally based on thresholds defined by the Microsoft product teams and members of Microsoft support, but continue to be expanded by this ongoing project. This tool is not a replacement of traditional performance analysis, but it automates the analysis of performance counter logs enough to save you time. This is a
VBScript and requires Microsoft
LogParser."
In the past I had performance
analysis with other tools and script I made myself, but PAL is actually my preferred solution. Four things i love from this tools:
- Job queue. You can create your
analysis job queue and automate multiple
analysis.
- You can set the priority of the reporting process.
- The tool is able to manage counters from Server products like Exchange and
SQL.
- You can customize your template trough XML and model your
analysis based on your needs.
Really a good job from the authors.
Performance Analysis of Logs (PAL) Tool http://www.codeplex.com/PALDownload linkhttp://www.codeplex.com/PAL/Release/ProjectReleases.aspx --