Command for viewing server hardware and operating system information in Linux

Source: Internet
Author: User
Linux server hardware and operating system information command hardware information www.2cto.com view cpu model and clock speed (unit: gihz, precursor Hertz GHz) cat/proc/cpuinfo | grepname | cut-f2-d: | uniq-c view cpu clock speed (unit: z mh...
Linux server hardware and operating system information command hardware information www.2cto.com view cpu model and clock speed (unit: gihz, precursor Hertz GHz) cat/proc/cpuinfo | grep name | cut-f2-d: | uniq-c view cpu clock speed (unit: Z MHz) cat/proc/cpuinfo | grep MHz | uniq cpu bits getconf LONG_BIT physical cpu count cat/proc/cpuinfo | grep "physical id" | sort | uniq | wc-l each physical cpu number of cores cat/proc/cpuinfo | grep "cores" | view the number of logical CPUs in uniq cat/proc/cpuinfo | grep "cpu cores" | wc-l www.2cto.com current operating system kernel information uname-a view current operating system release version information cat/etc/issue | grep Linux
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.