Specialized Administration > Configuring Your Windchill Environment > Configuring Windchill Performance Advisor > Windchill Performance Advisor Report Information
  
Windchill Performance Advisor Report Information
The performance advisor reports are saved on your system under the following top-level directory:
<Windchill>/utilities/PeformanceAdvisor/reports/create
where <Windchill> is the Windchill installation directory.
When the reports are generated, Windchill creates a subdirectory under the top-level directory using the date and time that the report was generated. The subdirectory name uses the Java date-time format:
yyMMddHHmmssSSS
For example, if the reports are generated on March 20, 2011 at 2 hours, 36 minutes, 42 seconds, and 55 milliseconds after noon, then a subdirectory with the following name is created:
110320143642055
Windchill then stores the generated report named LicensingReport.xml and WindchillSystemInformation.xml in that subdirectory.
When the report is sent to PTC, a copy of what is sent is stored in the following directory by default:
<Windchill>/utilities/PerformanceAdvisor/reports/sent
For each report generated, Windchill completes the following:
Sends an XML file that contains the report.
Generates a PROPERTIES file that contains the metadata used to send the XML file.
These files are named using the date and time that the report was generated and sent in following formats:
yyMMddHHmmssSSS-<mach_name>-<proc_id>-yyMMddHHmm.xml
yyMMddHHmmssSSS-<mach_name>-<proc_id>-yyMMddHHmm.xml.properties
For example, assume the following:
The report is generated on March 24, 2013 at 2 hours, 36 minutes, 42 seconds, and 55 milliseconds after noon.
The report is sent on March 24, 2013 at 2:37 PM from the myhost234 machine using the 5828 process ID.
Then, the following files are created:
130324143642055-myhost234-5828-1303241437.xml
130324143642055-myhost234-5828-1303241437.xml.properties
Windchill uses a special performanceadvisor instance of the wt.jmx.core.transport properties to define settings that do the following:
Identify the mechanism to use to send the report.
Save the local copy.
Do not make any changes to the existing performanceadvisor instance of these properties that is being used. For information about other uses for the wt.jmx.core.transport properties, see Sending System Information to Technical Support.
After the send operation completes successfully, a copy of the XML file sent to PTC and the generated PROPERTIES remain in the <Windchill>/utilities/PerformanceAdvisor/reports/sent directory.