1 What: /sys/devices/system/node/possible
5 Nodes that could be possibly become online at some point.
7 What: /sys/devices/system/node/online
11 Nodes that are online.
13 What: /sys/devices/system/node/has_normal_memory
17 Nodes that have regular memory.
19 What: /sys/devices/system/node/has_cpu
23 Nodes that have one or more CPUs.
25 What: /sys/devices/system/node/has_high_memory
29 Nodes that have regular or high memory.
30 Depends on CONFIG_HIGHMEM.
32 What: /sys/devices/system/node/nodeX
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
46 What: /sys/devices/system/node/nodeX/cpulist
50 The CPUs associated to the node.
52 What: /sys/devices/system/node/nodeX/meminfo
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
63 The node's hit/miss statistics, in units of pages.
64 See Documentation/numastat.txt
66 What: /sys/devices/system/node/nodeX/distance
70 Distance between the node and all the other nodes
73 What: /sys/devices/system/node/nodeX/vmstat
77 The node's zoned virtual memory statistics.
78 This is a superset of numastat.
80 What: /sys/devices/system/node/nodeX/compact
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
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>/
100 The node's huge page size control/query attributes.
101 See Documentation/vm/hugetlbpage.txt