"Linux Indicators" memory

Source: Internet
Author: User

1: Memory utilization

indicator name

indicator meaning

units

acquisition mode (Linux)

acquisition mode (Windows)

AGT. Available memory

GB

Get memavailable through/proc/meminfo; if memavailable is not shown in/proc/meminfo,

Then memavailable=memfree+buffers+cached

Description

The calculation method is (total memory-amount of RAM used). obtained by WindowsAPI GlobalMemoryStatusEx.

AGT. Memory utilization

%

Description

Obtained by/proc/meminfo file, (memtotal-memavailable)/memtotal

Description

The calculation method is (amount of memory used/Total *100%).

AGT. Idle memory

 

GB

Description:

temporarily not supported

agt". Buffers occupancy

   GB

Description:

obtained by/proc/meminfo.

The user can view the KiB mem:buffers value through the top command.

AGT. Cache usage

GB

Description

Obtained through/proc/meminfo.

The user can view the KiB swap:cached mem value from the top command.

A program that occupies a large memory does not necessarily consume a lot of CPU resources, and a program that takes up a large CPU does not necessarily cost too much memory. A program's high CPU usage can affect the operation of other programs. A program that consumes too much memory can affect the overall performance of the machine.

Uffers is the buffer size used to make a block device, and he only records the metadata of the filesystem and tracking in-flight pages.

Cached is used to buffer files.

That is to say: buffers is used to store, what content inside the directory, permissions and so on. and cached is used directly to memorize the files we open.

"Linux Indicators" memory

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.