|
Hi.
I made a new test this morning. And I verify the date
C:\Program Files\PAL\PAL>dir *.ps1
Le volume dans le lecteur C s'appelle PSAv4
Le numéro de série du volume est 773D-6521
Répertoire de C:\Program Files\PAL\PAL
16/07/2012 21:47 238 041 PAL.ps1
11/07/2012 17:09 111 112 PalAnalyze.ps1
2 fichier(s) 349 153 octets
0 Rép(s) 147 920 793 600 octets libres
C:\Program Files\PAL\PAL>
The command I ran
Powershell ".\PAL.ps1" -Log 'C:\TEMP\YLAV0500\YLAV0500mmr_perfmon_2012061800005200.blg' -ThresholdFile 'C:\Program Files\PAL\PAL\SystemOverview.xml' -Interval 'AUTO' -IsOutputHtml $True -HtmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm'
-IsOutputXml $False -XmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml' -AllCounterStats $False -NumberOfThreads 1 -NumberOfProcessors '1' -ThreeGBSwitch $False -SixtyFourBit $False -TotalMemory '2' -RAID5Drives 'NULL' -RAID1Drives 'NULL'

For me it's not realy a problem because we have the figures in a table behind the graphiques. In my opinion this problem is due to a counter that does not exceed the value 1.
|