How do I view the CPU specifications for my Linode?

Linode Staff

I'm looking to view information regarding the CPU for my Linode. Where can I see this information?

2 Replies

There are a few commands that you can run to view the specifications for your server's CPU. Here are a few commands that you can run:

cat /proc/cpuinfo
lscpu
dmidecode -t 4

Just wanted to add that nixCraft filters the output of lscpu to make it a bit more concise, which I thought was nice:

lscpu | egrep 'Model name|Socket|Thread|NUMA|CPU\(s\)'

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct