Quickly parse performance data with PPD Tool

30 Dec 2014 by Ryan Ververs-Bijkerk

Category:

    Tools

Quickly parse performance data with PPD Tool

Table of Content

  • How does it work?
  • What is the report like?
  • Where can I download the tool?

I often encounter issues with going through the large sets of performance data. Importing the large CSV files with powershell is taking very long. Therefore I created a tool called Parse Performance Data (PPD) that quickly parses large performance CSV files and creates a Microsoft Excel report in a couple of seconds. This helps to collect the interesting metrics from the file and it even creates charts for each metric that is configured.In this blog post I will show you more about this tool.

How does it work?

PPD is a console based application and can be used within a script. There are two main requirements:

  • .NET Framework 4.0
  • Microsoft Excel 2013

The collected metrics are specified in the Metrics.txt file, which is included in the download. This Metrics.txt file can be extended with other metrics like VMware ESXtop, Microsoft Performance Monitor or Citrix XenTop. By default metrics for VMware ESXtop and Microsoft Performance Monitor are included.

Any type of performance data can be parsed when the first column contains a date and time stamp, which is common in these kind of data.

PPD runs with one or more CSV files in the arguments and these files will be parsed.

PPD-Console The report will be created in the same directory where the CSV file is located. PPD-Explorer

What is the report like?

For each metric that is found an Excel worksheet is created where the time and results are stored. The time is based on the time difference between the first and second time stamp that is found in the CSV file. This way you are able to merge multiple parsed performance reports to compare the charts.

The Chart worksheet contains all the charts of the collected results. This way you quickly can see how the metric behaves.

PPD-Report

Where can I download the tool?

I think this tool is very useful when you need to analyze performance data or write a whitepaper and need some charts. Therefore I decided to share this tool with the community and you can download PPD here.

If you have comments or questions please leave them below.

Tags:
    esxtop
    microsoft
    perfmon
    performance
    tools
    vmware
Ryan Ververs-Bijkerk
Written by Ryan Ververs-Bijkerk

Ryan is a self-employed technologist at GO-INIT who specializes in the EUC and code area. He primarily focuses on the user experience in centralized desktop environments.

Search

    Follow me

    Community