Linux view CPU memory hard disk folder size

Source: Internet
Author: User
Tags disk usage

Folder size

Show CPU Usage top

1 Viewing CPUs

1.1 Viewing the number of CPUs

# Cat/proc/cpuinfo | grep "Physical ID" | Uniq | Wc-l

2**uniq Command: delete duplicate rows; wc–l command: Count rows * *

1.2 Viewing CPU Cores

# Cat/proc/cpuinfo | grep "CPU Cores" | Uniq

CPU Cores:4

1.3 View CPU Models

# Cat/proc/cpuinfo | grep ' model name ' |uniq

Model Name:intel (R) Xeon (r) CPU E5630 @ 2.53GHz

Summary: The server has 2 4-core CPUs, Model Intel (R) Xeon (r) CPU E5630 @ 2.53GHz

2 Viewing memory

Cat/proc/meminfo | grep memtotal

2.1 View Total Memory

#cat/proc/meminfo | grep memtotal

memtotal:32941268 KB//Memory 32G

3 Viewing the hard drive

Hard disk usage DF-LH

3.1 Viewing hard disk size

# Fdisk-l | grep Disk

disk/dev/cciss/c0d0:146.7 GB, 146778685440 bytes

Summary: Hard disk size 146.7G, that is, the factory trademark 160G

Linux view CPU memory hard disk folder size

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.