maelvls dev blog

maelvls dev blog

Systems software engineer. I write mostly about Kubernetes and Go. About

01 Nov2018

Checking info about CPU and Nvidia GPU on Linux

If there is a Nvidia card:

nvidia-smi

Otherwise:

 cat /proc/cpuinfo
 lscpu
📝 Edit this page