/proc/buddyinfo

Source: Internet
Author: User
/proc/buddyinfo This file is used primarily for diagnosing memory fragmentation issues. Using The buddy algorithm, each column represents the number of pages of a certain order (a certain size) that are Availab Le at no given time. For example, for zone DMA (direct memory access), there are of 2^ (0*page_size) chunks of memory. Similarly, there are 6 of 2^ (1*page_size) chunks, and 2 of 2^ (2*page_size) chunks of memory available. The DMA row references the A system, the Highmem row references all memory greater than 4 GB on a system, a nd the Normal row references all memory in between. The following is an example of the output typical of/proc/buddyinfo:
Node 0, Zone      DMA      6      2      1      1      ...
Node 0, Zone   Normal   1650    310      5      0      0      ...
Node 0, Zone  highmem      2      0      0      1      1      ...

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.