소스 검색

Update linux-examples.md

Håvard O. Nordstrand 5 년 전
부모
커밋
2264d3512e
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      config/pc/linux-examples.md

+ 6 - 0
config/pc/linux-examples.md

@@ -44,6 +44,12 @@ Debian 10 Buster
 
 - Find packages depending on the package: `apt rdepends --installed <package>`
 
+### Performance and Power Efficiency
+
+- Set the CPU frequency scaling governor mode:
+    - High performance: `echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`
+    - Power save: ` echo powersave | ...`
+
 ### Processes and Memory
 
 - Useful ps args: `ps ax o uid,user:12,pid,comm`