View all types of memory services cpu gpu cpu frequency, etc. Information

Linux version
CAT / etc / RedHat-Release
CAT / etc / lsb-Release
kernel version
cat / proc / version
to view CPU information (model)
CAT / proc / cpuinfo | grep name | Cut -f2 -d: | uniq -c
# Check the physical number of the CPU
CAT / proc / cpuinfo | grep "pHYSICAL the above mentioned id" | the Sort | uniq | WC the -l
to see the number of memory slots, slots have been much use. How much memory each, how much memory has been used
sudo dmidecode | grep -P -A5 "Memory \ s + Device" | grep Size | grep -v Range
to view the memory frequency
sudo dmidecode | grep -A16 "Memory Device " | grep 'Speed '
view memory models in linux command:
sudo dmidecode -t 17 | grep Type


Physical machine where GPU
NVIDIA-SMI
- physical server GPU computing card model
- count the number of physical servers GPU cards
- Physical memory capacity card GPU computing server

Guess you like

Origin www.cnblogs.com/sxgaofeng/p/11648508.html