Skip to content

A sample program for Azure VM to monitor CPU frequency in the runtime.

License

Notifications You must be signed in to change notification settings

adamzhangsm/CPUFreqDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CPUFreqDetector

A sample program for Azure VM to monitor CPU frequency in the runtime.

  • This x64 sample program is based on this Github Repo: https://github.com/google/UIforETW/blob/main/UIforETW/CPUFrequency.cpp#L67

  • This sample program is for demonstration purpose only. It's NOT recommended to use the output of this sample program to evaluate VM performance or adjust VM workload.

  • The core frequency reported by this sample program is not real frequency of physical CPU core. It shows the executing efficiency for a specific group of instructions SpinALot routine on each core. But it's sufficient to prove Turbo Boosting is working in Azure VM.

  • For Windows Server 2019 Only.

About

A sample program for Azure VM to monitor CPU frequency in the runtime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published