View machine performance parameters under Linux

Source: Internet
Author: User

1. View CPU Model

(1) View CPU information (model number) # Cat/proc/cpuinfo | grep name | Cut-f2-d: | Uniq-c 8 Intel (R) Xeon (r) CPU E5410 @ 2.33GHz (see 8 logical CPUs, also know the CPU model)
# Cat/proc/cpuinfo | grep Physical | Uniq-c 4 Physical id:0 4 physical id:1 (description is actually two 4-core CPUs)
# getconf Long_bit 32 (indicates that the current CPU is running in 32bit mode, but does not mean that the CPU does not support 64bit)
# Cat/proc/cpuinfo | grep Flags | grep ' LM ' | Wc-l 8 (results greater than 0, description supports 64bit calculation. LM means long mode, LM is 64bit) 2, check memory size free-g//This command can see how much memory is in G 3, view hard disk size Fdisk-l//This command can view the hard disk Size

View machine performance parameters under Linux

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.