How to check RAM and number of CPUs on a VPS?

Status
Not open for further replies.
2 comments
Try this:
free -m
echo "Number of CPU threads: $(cat /proc/cpu* | grep processor | wc -l)"


cpu details:
cat /proc/cpu*
 
Last edited:
Status
Not open for further replies.
Back
Top