Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns
1295 Discussions

A chance of failure that executing PTAT in WS when we added "-mon" & -"log" at same time.

Randy_Yang
Beginner
269 Views

Hi,

There's a chance of failure that executing PTAT in WS OS when we added two parameters "-mon" & "-log" at same time, but it will not fail in Linux OS.

If I try a few more times, the PTAT may be executed.

Additional, I also attempt that only remaining a parameter as "-mon" or "-log". The issue is never not occurred.

What's problem cause the above issue?

 

Thanks.

 

(Virus scan in progress ...)
0 Kudos
3 Replies
JohnM_Intel
Moderator
198 Views

Hi Randy_Yang,


We appreciate you raising this issue within the community. After reviewing your question, it appears that it should be directed to the embedded processor forums. Please allow us some time to move your inquiry to the appropriate forum.


Best regards,


John Sergio

Intel Customer Support Technician


0 Kudos
Randy_Yang
Beginner
160 Views

Thank you.

Please help direct the inquiry to embedded processor forums.

0 Kudos
Diego_INTEL
Moderator
52 Views

Hello @Randy_Yang,

 

Thank you for contacting Intel Embedded Community.

 
Do you have WMIC?
 

From the Read me file:

Windows Server 2025 support - WMIC is required to ensure PTAT works correctly
----------------------------------------------------------------

1. Download the "Languages and Optional Features ISO" of Windows Server 2025 from this link https://go.microsoft.com/fwlink/?linkid=2273506
2. Mount the ISO in Windows Explorer by double-clicking it.
3. Run the following PowerShell command: Add-WindowsCapability -Online -Name WMIC -Source <Mounted Drive Letter>
Example: Add-WindowsCapability -Online -Name WMIC -Source E:\LanguagesAndOptionalFeatures\ 
 
Also, I looked that the following command was recommended:
sudo ~/ptat/ptat -moncpu 0x3 -filter 0x0f -ct 6 -y -mon -log -logdir ~/ptulog/ -t 60 -id
 
Maybe you can try it just to check if it works as -mon and -log are used together.

 

Best regards,

@Diego_INTEL 

0 Kudos
Reply