As you may well know, you can access information on your CPU in Control Panel / Info Center. However, in the Info Center area you will only find some basic info such as the name of your CPU, the CPU Clock rate and the number of CPU cores. If you want to know all there is to know about your Synology NAS CPU processor with just one click, then follow my guide below.
STEP 1
Please Support My work by Making a Donation.
STEP 2
Activate Email Notifications. If you have already activated email notifications on your Synology NAS, skip this STEP.
STEP 3
Go to Control Panel / Task Scheduler / Create / Scheduled Task / User-defined script. Follow the instructions in the image below.
STEP 4
Once you click on User-defined script, a new window will open. Follow the instructions below:
- General: In the Task field type in CPU Info. Uncheck the āEnabledā option. Select rootĀ User.
- Schedule: SelectĀ Run on the following dateĀ then select āDo not repeatā.
- Task Settings: Check āSend run details by emailā, add your email then copy paste the code below in the Run command area. After that, click OK.
cat /proc/cpuinfo
STEP 5
After you click OK on STEP 4 a new warning pop up window will open. Click OK.
STEP 6
After you click OK onĀ STEP 5, select your āCPU Infoā Task then click the āRunā tab. You will be asked to run CPU Info ā click Yes. Follow the instructions in the image below.
STEP 7
Go back toĀ STEP 1Ā or you will deal with karma š
STEP 8
Check your Email. There you will find all the info on your Synology CPU at a glance! Just so you know, there is a lot more info than what you see in the screenshot below. I actually had to cut the screenshot to make it fit.
Note: You can use Task Scheduler to find out different things you may want to know about your NAS, just remember to always select root as user like in STEP 4 point 1. Check out the black link below with all User-defined scripts that you can use as basic command lines for your Synology NAS.
Note: With these little tricks you can become a real NAS Guru!
This post was updated on Monday / August 22nd, 2022 at 1:55 AM