3

On Windows Server 2008 R2 and windows Server 2012 Standard machines:

  • I have added the Data Collector set in Performance monitor.
  • I scheduled it for 4 hours

Seems that the task is being started as the folder is getting created but the log reports are not generating.

uSlackr
  • 6,412
  • 21
  • 37
Neeta
  • 31
  • 2

1 Answers1

2

Sometimes the generation of reports does not work. In this situation, you can generate a report manually (by the way it works much faster than Perfmon):

  1. After data collector finished run cmd.exe and go to folder with collected data (location depends on your settings)
  2. Run tracerpt *.blg *.etl -report report.html -f html

Your report will be in report.html

Slipeer
  • 3,295
  • 2
  • 21
  • 33