1 What: /sys/devices/system/node/possible
3 Contact: Linux Memory Management list <linux-mm@kvack.org>
5 Nodes that could be possibly become online at some point.
7 What: /sys/devices/system/node/online
9 Contact: Linux Memory Management list <linux-mm@kvack.org>
11 Nodes that are online.
13 What: /sys/devices/system/node/has_normal_memory
15 Contact: Linux Memory Management list <linux-mm@kvack.org>
17 Nodes that have regular memory.
19 What: /sys/devices/system/node/has_cpu
21 Contact: Linux Memory Management list <linux-mm@kvack.org>
23 Nodes that have one or more CPUs.
25 What: /sys/devices/system/node/has_high_memory
27 Contact: Linux Memory Management list <linux-mm@kvack.org>
29 Nodes that have regular or high memory.
30 Depends on CONFIG_HIGHMEM.
32 What: /sys/devices/system/node/nodeX
34 Contact: Linux Memory Management list <linux-mm@kvack.org>
36 When CONFIG_NUMA is enabled, this is a directory containing
37 information on node X such as what CPUs are local to the
38 node. Each file is detailed next.
40 What: /sys/devices/system/node/nodeX/cpumap
42 Contact: Linux Memory Management list <linux-mm@kvack.org>
46 What: /sys/devices/system/node/nodeX/cpulist
48 Contact: Linux Memory Management list <linux-mm@kvack.org>
50 The CPUs associated to the node.
52 What: /sys/devices/system/node/nodeX/meminfo
54 Contact: Linux Memory Management list <linux-mm@kvack.org>
56 Provides information about the node's distribution and memory
57 utilization. Similar to /proc/meminfo, see Documentation/filesystems/proc.txt
59 What: /sys/devices/system/node/nodeX/numastat
61 Contact: Linux Memory Management list <linux-mm@kvack.org>
63 The node's hit/miss statistics, in units of pages.
64 See Documentation/numastat.txt
66 What: /sys/devices/system/node/nodeX/distance
68 Contact: Linux Memory Management list <linux-mm@kvack.org>
70 Distance between the node and all the other nodes
73 What: /sys/devices/system/node/nodeX/vmstat
75 Contact: Linux Memory Management list <linux-mm@kvack.org>
77 The node's zoned virtual memory statistics.
78 This is a superset of numastat.
80 What: /sys/devices/system/node/nodeX/compact
82 Contact: Mel Gorman <mel@csn.ul.ie>
84 When this file is written to, all memory within that node
85 will be compacted. When it completes, memory will be freed
86 into blocks which have as many contiguous pages as possible
88 What: /sys/devices/system/node/nodeX/scan_unevictable_pages
90 Contact: Lee Schermerhorn <lee.schermerhorn@hp.com>
92 When set, it triggers scanning the node's unevictable lists
93 and move any pages that have become evictable onto the respective
94 zone's inactive list. See mm/vmscan.c
96 What: /sys/devices/system/node/nodeX/hugepages/hugepages-<size>/
98 Contact: Lee Schermerhorn <lee.schermerhorn@hp.com>
100 The node's huge page size control/query attributes.
101 See Documentation/vm/hugetlbpage.txt