Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2015-10-08 00:00:58
Size: 130
Editor: frank
Comment:
Revision 3 as of 2015-10-08 00:02:32
Size: 233
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
# create CPU work load  * create CPU work load
 {{{
Line 6: Line 7:
}}}
Line 7: Line 9:
 * Check turbo boost
 {{{
# turbostat
# pcm
}}}
Line 8: Line 15:
Check turbo boost
# turbostat, pcm
 * Set CPU power mode
 {{{
# cpupower frequency-set -g performance
}}}

Describe Tech/LinuxPerf here.

  • create CPU work load
    # taskset -c 0 openssl speed
  • Check turbo boost
    # turbostat
    # pcm
  • Set CPU power mode
    # cpupower frequency-set -g performance

Tech/LinuxPerf (last edited 2015-10-08 00:04:48 by frank)