User Tools

Site Tools


linux:notes:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:misc [2026/08/02 19:16] Sean Rhonelinux:notes:misc [2026/08/02 21:16] (current) Sean Rhone
Line 367: Line 367:
  
   * [[linux;notes;x86_energy_perf_policy]]   * [[linux;notes;x86_energy_perf_policy]]
- 
-  grep 'MHz' '/proc/cpuinfo' 
  
   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'
 +
 +  grep 'MHz' '/proc/cpuinfo'
  
   cat '/sys/devices/system/cpu/cpu'*'/cpufreq/scaling_cur_freq'   cat '/sys/devices/system/cpu/cpu'*'/cpufreq/scaling_cur_freq'
 +
 +  cpupower frequency-info
  
 ====== OpenSSL Supported Ciphers ====== ====== OpenSSL Supported Ciphers ======
Line 616: Line 618:
  
 ====== sysctl Checks ====== ====== sysctl Checks ======
 +
 +===== All Overrides =====
 +
 +  cat '/etc/sysctl.d/'*
 +
 +  ls '/etc/sysctl.d/'*
  
 ===== BPF Disable ===== ===== BPF Disable =====
/usr/local/www/wiki/data/attic/linux/notes/misc.1785712574.txt.gz · Last modified: by Sean Rhone