Login

Navigation

This articles is published 292 days ago and last updated 292 days ago, some information may be out of date.

Update CPU information on non-official Synology DSM system with ease

ch-cpuinfo.png


About

The FOXBI's ch_cpuinfo is shell script , which retrieve information about the CPU on a Synology DSM system.
The script obtains a summary of the CPU information, including the processor type, number of cores, clock speed, code name e.g. Haswell , Broadwell , Skylake , Kaby Lake etc.


How to Use

  1. Connect to DSM terminal via SSH with privileged permission.
sudo -i
  1. Download the ch_cpuinfo tar file from GitHub
wget https://github.com/FOXBI/ch_cpuinfo/releases/download/ch_cpuinfo/ch_cpuinfo.tar

2023-07-06_101746.png

  1. Decompress the tar file and grant execute permission.
tar -xvf ch_cpuinfo.tar && chmod -x ch_cpuinfo

2023-07-06_101813.png

  1. Execute the Script
./ch_cpuinfo

The script retrieves information; choose the options as needed.

2023-07-06_102014.png

  1. Re-login DSM to refresh the Info Center.

Before:

2023-07-06_101258.png

After:

2023-07-06_102124.png


Conclusion

This script can be useful for those who need to update CPU information on a Syonlogy DSM installed on a non-official machine with a different CPU type.


Related: