/proc/buddyinfo
Submitted by admin on Sat, 2006-07-22 19:07.
This file exports some information about the buddy allocator.
Each column of numbers represents the number of pages of that order which are available. In the example below, there are 7 chunks of 2 ^ 0 * PAGE_SIZE available in ZONE_DMA, and 12 chunks of 2 ^ 3 * PAGE_SIZE available in ZONE_NORMAL, etc...
This information can give you a good idea about how fragmented memory is and give you a clue as to how big of an area you can safely allocate.
Example output:
Node 0, zone DMA 7 1 1 1 1
Node 0, zone Normal 1213 394 45 12 0
»
- Add new comment




- 25238 reads

Recent comments
3 days 21 hours ago
6 days 12 hours ago
6 days 13 hours ago
1 week 16 hours ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 2 days ago
3 weeks 7 min ago
3 weeks 1 day ago
4 weeks 2 days ago