Background
It’s really useful to see how many virtual CPUs (vCPU) cores you have when you’ve just upgraded your VPS hosting. Use the command below to count the number of cores:
grep -c ^processor /proc/cpuinfo
It’s really useful to see how many virtual CPUs (vCPU) cores you have when you’ve just upgraded your VPS hosting. Use the command below to count the number of cores:
grep -c ^processor /proc/cpuinfo