After creating the data collector set in the performance monitor we need to get the report to analyze it further. There are 4 types of formats available in performance monitor to record the data. Types are as below
- Comma Separated
- Tab Separated
- SQL
- Binary
How to change data format for the data collector set
By default, all new data collector set will record data of type binary. Means graph. There are 2 ways to get the data in other formats.
- Can convert the recorded data to another format
- Can make perfmon to record data with a defined format
How to convert data of one format to another in perfmon
- Create a data collector set. Already covered in this article
- Start the data collector set
- After doing some action stop the data collector set
- Logfile location will be set while creating the data collector set. Navigate to that folder
- You will find the perfmon data file. Double click on that file
- The graph will open. Right-click on the graph and select save data as
- Store the file in the required format.
Data file
1. Once the data collector set is created navigate to that data collector. Left-click on the collector
4. Click Apply and then OK
I have created 4 data collector sets of different data formats. I started the data sets of different data formats. After some time stopped the collectors analyze the data.
Navigate to respective folders and check the reports or check from perfmon data
We can also check reports from perfmon under the reports field
Comment us if any query on this post
Comments
Post a Comment